Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to clear Bestsellers


cezar99

Recommended Posts

Posted

hi how i can clear a Bestsellers products ? Because there are old products and i wanna clear it to get there new pruducts which clients bought.

Posted

hi how i can clear a Bestsellers products ? Because there are old products and i wanna clear it to get there new pruducts which clients bought.

 

 

dont understand your best sellers are your best sellers and are in order of those pruchased the most.

 

You would need to switch off/ rempve the old products if they are no longer available, and that would remove them from the bestsellers list.

 

Other than that you would have to create some condition to not show the old products and just show the new ones, I guess you would use the date for the products_date_added field in the products query in the best_sellers.php file.

Getting better with mods but no programmer am I.

Posted

dont understand your best sellers are your best sellers and are in order of those pruchased the most.

 

You would need to switch off/ rempve the old products if they are no longer available, and that would remove them from the bestsellers list.

 

Other than that you would have to create some condition to not show the old products and just show the new ones, I guess you would use the date for the products_date_added field in the products query in the best_sellers.php file.

 

 

In Bestseller box there are products which have best selling. How i can change those list ?

Posted

In Bestseller box there are products which have best selling. How i can change those list ?

 

Go to your hosting account and then phpMyAdmin and pick your database.

 

Go to the products table and click browse.

 

You'll see a column for - products_ordered.

 

Products with the highest numbers get displayed first, edit the numbers as needed.

 

wink.gif

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Posted

Go to your hosting account and then phpMyAdmin and pick your database.

 

Go to the products table and click browse.

 

You'll see a column for - products_ordered.

 

Products with the highest numbers get displayed first, edit the numbers as needed.

 

wink.gif

 

this is it! thanx a lot!! ;)

Posted

You are welcome... thumbsup.gif

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Archived

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

×
×
  • Create New...