Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I edit the bestsellers list?


Guest

Recommended Posts

Edit What? which products are in the list? well you can monkey around with products_ordered field in the database to move things around.

 

I think their is a contrib. that helps you manage the bestsellers list but never used it.

Link to comment
Share on other sites

Link to comment
Share on other sites

Can anyone tell me how to clear down the contents of the Bestseller box after testing tghe site. Need to start with an empty box before going live. Would rather not go tampering with the database backend just right now ;-)

Link to comment
Share on other sites

a store looks better with a bestseller list - so the site doesn't look empty.

 

otherwise i think the only way to do it is via db manipulation.

 

run this sql:

 

UPDATE `products` SET `products_ordered` = '0';

Your online success is Paramount.

Link to comment
Share on other sites

Yes I agree, but I just need to flush the fictitious data before I go live, and maybe replace it with more appropriate bestsellers. Is anything else dependent on that database table? Of not I'll try your fix.

 

Many Thanks!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...