Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Apply discount to multiple products at once


tim_ver

Recommended Posts

Posted

I need to be able to put a discount "say 10% off" on to several products in one shot, like all products by XYZ Manufacturer, or all products in one category. Is there an addon for this or a way to do this with the stock version?

 

 

I found this add on "Advanced Special Offers and Discounts for OSC v2.3.1"

but looks like it only works for version 2.3.1 and I have 2.3.3 now.

 

 

Thanks

Posted

I would think if it works for 2.3.1 it should work for 2.3.3 too, try it out, and if it fails, let us know, we'll help to debug it.

 

At one time I uploaded a 'admin specials by category' which does what you requested, but that code was written for MS2, I think you are probably better of using what you linked to if it works well - I don't know, I have not seen anyone commenting on that contribution

 

burts snippets are to change the regular price, they do not add a specials record, so the change is less visible in the shop

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Posted

 

bruyndoncx - It shows up in the admin panel but I have a few issues.

 

 

1.) When I do a filter for a specific category or manufacture and click apply filter nothing changes. I would like it to display all products in the specific category or by the specific manufacture selected.

 

2.) How do I increase the amount of items listed per page, right now it is only displaying 6 per page and I would like at least 100 per page.

 

 

Thanks

Posted

1) on my system it filters correctly.

perhaps your system no longer supports $HTTP_GET_VARS

try replacing it with $_GET and see what happens

 

2) that is through the number of results you have set for search results.

if you change MAX_DISPLAY_SEARCH_RESULTS to a fixed number of your liking problem solved.

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Posted

Ok, I think I have it working now. Thanks

and the solution was what exactly ?

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...