The module appears on the front but reservations are not recorded
Prestashop cache overloads which module needs. It may happen that this cache is not updated. To refresh delete the file /cache/class_index.php
Prestashop cache overloads which module needs. It may happen that this cache is not updated. To refresh delete the file /cache/class_index.php
Check that you have created slots and that there is at least a time slot with: at least one day of the week is selected a start time and end time that are different associated subarea is the sector (and the deliverer in the PRO version) corresponding to the delivery address, and that at least one day is not checked in time restrictions Also make sure that the booking length is greater than 0. If you have created at least…
The means of transport can be disabled by Prestashop, if the module does not appear when it is not related to the module (or you checked display an explanatory message if the carrier is not available) check : the carrier is enabled that the carrier is associated with the default group of the customer the carrier is associated with the country of the address of the customer that price slices or weights slices exist for the carrier that prices are…
If you do not have a license key log on to your account www.labulle.net to generate it for your domain name. If you have completed the purchase of the module on addons.prestashop.com, send an email to info@labulle.net attaching your PrestaShop Addons invoice stating your domain name. If your key is entered but does not activate the module (domain name highlighted in red), make sure the domain name displayed is the same as that for which you have asked for a…
If this is the case check the subject about the transport means display. If this is not the case, check: that the module is activated. that in the module configuration under the tab list the domain is highlighted in green, otherwise see this section For Prestashop version 1.4.8, 1.4.9 and 1.4.10 a modification of file classes / module.php is necessary, replace: method_exists($moduleInstance, ‘hook’.$hook_name) by: is_callable(array($moduleInstance, ‘hook’.$hook_name))