cecepee Posted March 12, 2010 Share Posted March 12, 2010 Hi.Im working on a shop for a friend as well as my own shop.He is going to offer a 25% discount on all products in one and the same category.Is there any way to make all products edited with the discount without actually have to go in and edit them one by one?If i could edit the category some how so all thats in it get the discount, is that possible?Or has any one maybe created a module/tool for this allready?All help and pointers will be very appreciated.Best regardsPeter Link to comment Share on other sites More sharing options...
cecepee Posted March 13, 2010 Author Share Posted March 13, 2010 Is it really possible that no one have had the need to put discount on a whole category before and found a solution to it?I mean some category's could have several hundreds of products, and it would take forever to put all to discount.So if anyone have a slightest hint of idea to share im thankful.Best regardsPeter Link to comment Share on other sites More sharing options...
jnktaylor Posted March 15, 2010 Share Posted March 15, 2010 I had a simular question to discount all products in store. Only answer I could get is make an update query in php-myadmin.Other option is mass update module but requires adding discount field.Jack Link to comment Share on other sites More sharing options...
maofree Posted May 6, 2010 Share Posted May 6, 2010 HiTry salesanddiscounts module ,look herehttp://www.prestashop.com/forums/viewthread/34558/modules_tiers/modules_pricefixing_et_salesanddiscounts_currency_issue_fixedbye bye Link to comment Share on other sites More sharing options...
jhnstcks Posted May 9, 2010 Share Posted May 9, 2010 you could use the export products (http://www.prestashop.com/forums/viewthread/37900/modules___development/module_product_export_module_v0_dot_1_freemodule) to export the product_id, name and discountby% fields, add the 25% discount to whatever you want then upload the csv using the import tool.Thats how I did mine.Aslong as you use the product_id field then the discountsd will be added to the correct products. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now