Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

products expected


jrthor2

Recommended Posts

Posted

In the Catalog configuration options, there is a link for "Products Expected". When I click the link, there is no button to add products. Does this functionality work?

Posted
In the Catalog configuration options, there is a link for "Products Expected". When I click the link, there is no button to add products. Does this functionality work?

 

Ok, I figured this out. If I give a date in the future for the product, that's when it shows up in this category. Is there a way to not show this item on the site until the date entered for the product?

Posted

you will have to modify the catalog product listing files and product info to check for the products_date_available column of the products table.

So in the sql queries for product listings (where clause) you would have to include something like

 

and p.products_date_available != ''

Archived

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

×
×
  • Create New...