Search products by date?

Does anyone know if there is anyway I can search products by date added to catalog?

I wanna have a page with all new products this month that I can place a link to in an email.

I do't think that you can do it within the admin section, but if you export your products there is a “Date added” field that you can add to the export and sort them in excel.

I was thinking for my customers do they could see a page showing what's new.

In 3.02 you can create a block and set it to show the newest products. This might be an alternative to what you are looking for. You can easily show your newest products on a page this way.



Choose the default Product Block and change the content type to Newest.

Is there anyway to make a full page dedicated to just new products that

Automatically shows newest products



Site.com/new/

Do exactly what I said before, but first create a new Location (click Add Location). Add the Newest block to the new Location.

What do you choose for dispatch and how do you access the page from the customer end once created ?

[url=“CS-Cart Documentation — CS-Cart 4.15.x documentation”]CS-Cart Documentation — CS-Cart 4.15.x documentation



Give the new Location a dispatch name and use [url=“http://whatever.com/index.php?dispatch=”]http://whatever.com/...x.php?dispatch=[/url]



or Give it a SEO name (givemeaname.htm)

I added a location and used new for the dispatch but when I went to it I got a 404 error using version 3.0.2. Is it working for you and what Version do you have?

Hope this helps



[url=“What is Dispatch in Blocks? - General Questions - CS-Cart Community Forums”]What is Dispatch in Blocks? - General Questions - CS-Cart Community Forums

Thanks I tried but I must be missing something I created a dispatch of custom called new.new then went to index.php?dispatch=new.new but 404 error.

Nevermind I see I need to go deeper and create the controller for my custom dispatch. I’ll do that and see how that works and report back. :)