Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New products end up on index page....how do I stop this?


bbcoach

Recommended Posts

On the index page, every time I add a new item, it automatically goes to the index page, and I don't want that. I want to be able to pick and choose what is there.

 

How do I control this?

 

thanks,

 

Bobby (sorry for all the dumb questions....newbie)

Link to comment
Share on other sites

On the index page, every time I add a new item, it automatically goes to the index page, and I don't want that. I want to be able to pick and choose what is there.

 

How do I control this?

 

thanks,

 

Bobby (sorry for all the dumb questions....newbie)

 

 

Never mind.... I figured it out.

Link to comment
Share on other sites

  • 1 year later...
Gday - could you please post how you did this as I can't find an answer & need to do the same thing.

I want to remove some items from the 'new' section but can't figure it out...

 

THANKS

The best way to control whats on your front page is with the featured products contribution.

 

 

F5

Link to comment
Share on other sites

  • 2 weeks later...
The best way to control whats on your front page is with the featured products contribution.

F5

 

Thanks I am trying - but getting errors with that contrib

 

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MAX_DISPLAY_FEATURED_PRODUCTS' at line 1

 

select p.products_id, p.products_image, p.products_price, p.products_tax_class_id, s.specials_new_products_price, specials_new_products_price, p.products_date_added from products p left join products_description pd on p.products_id = pd.products_id and pd.language_id = '1' left join specials s on p.products_id = s.products_id left join featured f on p.products_id = f.products_id where p.products_status = '1' and f.status = '1' order by rand() DESC limit MAX_DISPLAY_FEATURED_PRODUCTS

 

[TEP STOP]

 

Can't see the problem - this is the 3rd time I have installed it & removed it. Can't get the Featured Products link in Admin to show up...

Do you know if it works with Oz2.2 RC1 ?

 

Cheers

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...