Jump to content

kierweb

Members
  • Posts

    7
  • Joined

  • Last visited

About kierweb

  • Birthday 08/04/1975

Contact Methods

Profile Information

  • Location
    United Kingdom
  • Activity
    Developer

Recent Profile Visitors

2,473,967 profile views

kierweb's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. I built a payment module for Prestashop, and it was working fine in v1.7.6.x ... but since trying it in v1.7.7.7 I keep getting the following error when trying to Validate the order. Any ideas? PHP Fatal error: Uncaught PrestaShopBundle\Exception\NotImplementedException: Shop context types other than "single shop" are not supported
  2. I just found this comment ... "After further investigation, it looks like the root cause of this issue is that we're not using the mail() function anymore for security reasons and using /usr/sbin/sendmail instead, which led to use proc_open." I've had to take proc_open out of my disable_functions within my php.ini and now sendmail is sending email! Stupid though ... they have forced us to use sendmail instead of mail for security reasons, but we have to enable proc_open for it to work?????
  3. Anyone else having this issue (in 1.7.6.x) ... if you click on the "Pencil" on a Specific Price to edit it, instead of getting a "modal box", all I get is a dimmed screen and no modal box. If I enter the ajax url directly into the browser, to see what content should appear in the modal box, all I get a is a blank page, which means the issue is with the ajax url NOT the modal box. This is happening in a few of my sites including a 1.7.6.5 and 1.7.6.8 website. Any ideas?
  4. I need to find a way of being able to select multiple delivery addresses for products in an order, rather than the whole order. v1.5 of prestashop had a multi-shipping feature, there is a module to enable it on v1.6 - but I can't find anything which will do it on v1.7 Does anyone have any ideas?
  5. I've managed to get it to upgrade by changing that line from "if (in_array(ini_get('allow_url_fopen'), array('On', 'on', '1')) || !preg_match('/^https?:\/\//', $url)) {" to "if (in_array(ini_get('allow_url_fopenxyz'), array('On', 'on', '1')) || !preg_match('/^https?:\/\//', $url)) {" Basically it forces the upgrade script to use an alternative method to get the files!
  6. I'm having the same problem since upgrading to the latest version - any fix?
  7. I can confirm that ww.Equiphase.net supports Prestashop 1.3.1 as I run a few Prestashop sites on their hosting.
  8. I'm very interested in this shopping cart solution. I have a client which needs a couple of requirements. Will Prestashop do it, or can I modify it easier to accomadate that. The requirements are: * All cart functions and prices are removed to guest users * People registering need to be authorisated before they can use the cart functions and see prices. * A payment method which doesn't ask for payment details (i.e. add to my existing billing account) Thanks Darren
×
×
  • Create New...