scoletts Posted November 3, 2009 Share Posted November 3, 2009 This may just be an oversight on my part but;is it possible to make a manufacturer wide discount? I.e. 25% off all "APPLE" products? Link to comment Share on other sites More sharing options...
scoletts Posted November 4, 2009 Author Share Posted November 4, 2009 not possible? Link to comment Share on other sites More sharing options...
rocky Posted November 4, 2009 Share Posted November 4, 2009 You could create a category called Apple, put all Apple products in it, then create a voucher with a 25% discount that applies only to the Apple category, but then the customer must manually enter this code when checking out.The only way to mass set the actual discounts is to perform an SQL query like this on your database: UPDATE ps_product SET reduction_percent = 25 WHERE id_manufacturer = 1 where 1 is the ID of the manufacturer whose products should have a 25% discount. Link to comment Share on other sites More sharing options...
scoletts Posted November 4, 2009 Author Share Posted November 4, 2009 Oh thats cumbersome. Was hoping it'd be a built in function or a module.Is there anyway to forward this as a suggestion? Link to comment Share on other sites More sharing options...
rocky Posted November 4, 2009 Share Posted November 4, 2009 Click on the Bug Tracker at the top of the page, then click "Request a feature" on the right. 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