Google Maps Mapping does not display

15 May

Since June 11, 2018 a key has become mandatory to use the services of Google Maps. Do not panic the service should always be free because the service offered by volume is now with an equivalent amount of 200 €. However it is necessary to fill in the billing information. Follow these steps to obtain an API key: • Go to the Google Cloud Console . • Create or select a project • Activate the Javascript Maps API from the…

How to install two modules with the same overrides

07 May

Initially overriding each module begins the same way, for instance for classes/cart.php Cart.php from the other module starts with : class Cart extends CartCore { Cart.php from myOwnReservations starts with : class Cart extends CartCore { To make the two compatible modules override of each module must be modified and renamed. In our example myOwnReservations override the other module (the reverse is also possible). We rename the file and the class name from the override “CartOther” that will be overridden…

How to update the module?

07 May

Our modules will update as they easily detect hooks and missing and changes and necessary database upgrade. To update the module : send the last version using module upload menu in the back-office without uninstalling the older version next check that any update has to be confirmed in the module configuration delete the cache if you’re on Prestashop 1.4 or earlier delete the file / cache / class_index.php on Prestashop 1.5 or higher

I do not understand how quotas works

02 May

Subareas Quota Quota of a sector corresponds to the weight that represents the delivery. For example, if a delivery in the area A is twice as long or more so far as the sector B quota B should be twice that of A. ( If A then B = 5 = 10). Occupation slots Occupation of slots is defined from their quotas and quotas sectors or booked deliveries. For this it is necessary to set the maximum quota slot and…

I can not install the plugin due to overides

02 May

PRestashop try to install overload during installation from version 1.5. If overloads exist, Prestashop not to overwrite will stop the module install. So Repeat setup after deleting the following files: /overrides/classes/Cart.php /overrides/classes/PaymentModule.php /overrides/classes/Product.php /overrides/classes/Order/OrderInvoice.php