Rechercher sur le blog
Catégories
Produits associés
Saved carts module versión 1.4.15
Important update of saved carts module where several visual aspects related to PrestaShop 1.7 and code optimization have been improved.
Recent changes:
--- PrestaShop 1.7 ---
VERSION 1.4.15 (04/02/2018)
- * ADD: change author
- * ADD: change logo
- * ADD: delete alert in popup when a cart is saved, now show confirmation or error message online
- * ADD: when a customer saves a cart, a link to all the saved carts appears in the confirmation message
- * ADD: use getBreadcrumbLinks()
- * ADD: expansion of the CartSaved::getProducts() function
- * ADD: new view saved carts controller
- * ADD: now it is possible to increase and decrease the quantity of saved products
- * ADD: now it is possible to see the available stock of the saved products
- * ADD: now it is possible to delete a product from a saved cart
- * ADD: now there is a link to the saved carts in the block of my account in the footer
- * ADD: now the administrator can see and manage the saved carts
- * ADD: content information in module configuration
- * FIX: drop tables in unninstall
- * FIX: code optimization with the PrestaShop validator
--- PrestaShop 1.6 ---
VERSION 1.3.14 (04/02/2018)
- * ADD: change author
- * ADD: change logo
- * ADD: delete alert in popup when a cart is saved, now show confirmation or error message online
- * ADD: when a customer saves a cart, a link to all the saved carts appears in the confirmation message
- * ADD: expansion of the CartSaved::getProducts() function
- * ADD: new view saved carts controller
- * ADD: now it is possible to increase and decrease the quantity of saved products
- * ADD: now it is possible to see the available stock of the saved products
- * ADD: now it is possible to delete a product from a saved cart
- * ADD: now there is a link to the saved carts in the block of my account in the footer
- * ADD: now the administrator can see and manage the saved carts
- * ADD: content information in module configuration
- * FIX: drop tables in unninstall
- * FIX: code optimization with the PrestaShop validator
---
This update only affects PrestaShop stores with versions 1.6 and 1.7.
In this version the author of this module has been updated and now belongs to the company JA Modules.
The logo of this module has been updated by customizing its design and embedding the logo of this site.
On the cart page, the alert that appeared in the pop-up window to confirm the saved cart has been removed. An online confirmation or error message is now displayed.
When a customer saves a cart from the cart page, a link to all saved carts in the new confirmation message appears.
In PrestaShop 1.7 the function getBreadcrumbLinks () is now used to create the bread crumbs of the pages that this module adds to your website.
The CartSaved::getProducts() function has been expanded and now returns all the information of each saved product.
The saved cart products are now displayed on a new page or controller.
Now it is possible to increase or decrease the number of products saved. A button to increase and decrease has been added right next to the quantity text field.
Now it is possible to see the available quantity (stock) of all saved products.
Now it is possible to remove a product from a saved cart.
In the block of my footer account a new link has been added to the saved carts page.
Now the site administrator can manage the saved carts. You can see a list of all stored carts, view saved products, and delete saved carts. And, most importantly, you can now also create saved carts for a customer from the Backoffice.
We have improved the configuration of this module by adding more information and enabling a button to see more modules of it, a link to qualify the purchase and get a discount for the next purchase and a link to the change history.
When uninstalling this module, the tables in the database where saved carts are stored were not being deleted. Now if you use the DROP tables function to uninstall completely.
The code of this module has been optimized. Now this module complies with the code standards of the PrestaShop validator.