Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

don't list sold out products


A$K_the_ANG3L$

Recommended Posts

hi folks! :D

 

i'm interested in using oscommerce und i've just installed it on

my computer - i really like it ..! :thumbsup:

 

my problem is: the products which are sold out should not be

listed in the category index... how can i manage this ? :'(

 

 

thanks a lot for your help, Hajo :-"

Link to comment
Share on other sites

hi folks! :D

 

i'm interested in using oscommerce und i've just installed it on

my computer - i really like it ..! :thumbsup:

 

my problem is: the products which are sold out should not be

listed in the category index... how can i manage this ?  :'(

thanks a lot for your help, Hajo  :-"

The only quick solution I know of is in the Admin -> Configuration -> Stock you can change the 'Mark Product out of stock' to say just that. That it's out of stock.

 

Hope that helps.

Link to comment
Share on other sites

hi folks! :D

 

i'm interested in using oscommerce und i've just installed it on

my computer - i really like it ..! :thumbsup:

 

my problem is: the products which are sold out should not be

listed in the category index... how can i manage this ?  :'(

thanks a lot for your help, Hajo  :-"

 

 

ad where clause products_quantity > 0 to all your product queries.

Treasurer MFC

Link to comment
Share on other sites

or if you really want to desactivate them, add an update query to application_top to set the status to inactive when products_quantity < 1.

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...