Contributions
Clear Customers Basket
This is a simple mod i wrote quickly for a forum member on a forum posting reply.
It’s not very pretty but it does work well!
What it does .....
Adds a box to your admin column left, with a link to a file that displays the contants of your TABLE_CUSTOMERS_BASKET then gives you the option to delete them.
It a case of either none or all are removed.
I may develop this more, or not depending on how popular it turns out to be.
There is also a link to the admin back up database toll which i suggest you use.
A very simple install with all files drop in.
Edit 2 files and you are done!
I add it here as it might be helpful to other members.
This will also be useful for stores that use stock or update frequently, if a customer has this is their basket and then logs in again a month later the cart is restored at the price they originally saved it as, which could be a price difference!!
Will also work as a cron job for auto use.
Expand All / Collapse All
Sorry, I left out the customers_basket_attribute piece. This is the update.
I updated this package to allow for the basket to display the items along with the customer name and the ability of removing individual items instead of truncating the entire customers_basket.
By clicking the button you will remove the one item from the basket but it will also remove from the customers_basket_attributes table based on the product listed in the basket as well as the customer.
This is a simple mod i wrote quickly for a forum member on a forum posting reply.
It’s not very pretty but it does work well!
What it does .....
Adds a box to your admin column left, with a link to a file that displays the contants of your TABLE_CUSTOMERS_BASKET then gives you the option to delete them.
It a case of either none or all are removed.
I may develop this more, or not depending on how popular it turns out to be.
There is also a link to the admin back up database toll which i suggest you use.
A very simple install with all files drop in.
Edit 2 files and you are done!
I add it here as it might be helpful to other members.
This will also be useful for stores that use stock or update frequently, if a customer has this is their basket and then logs in again a month later the cart is restored at the price they originally saved it as, which could be a price difference!!
Will also work as a cron job for auto use.
Note: Contributions are used at own risk.