AndersHelbo Posted May 30, 2014 Share Posted May 30, 2014 Hi Does anyone know if a module is available for shop owner to change a product to new or not? As standard Prestashop has several days where a new added product will be shown as new, but is there a module that can disable this config and let the shopowner deside if the product is new or not? It should be for Prestashop 1.5. Link to comment Share on other sites More sharing options...
csschopper.com Posted May 30, 2014 Share Posted May 30, 2014 HI, You can use Featured products where admin can decide which product need to display on Home page. I did not know any module specially for assigning new products from admin. Thanks Alok Link to comment Share on other sites More sharing options...
vekia Posted May 30, 2014 Share Posted May 30, 2014 how featured product is connected to new products block? lol? the only one way to achieve it at the moment is modification of database, where you can define new value of date_add field in ps_product_shop new products block is based on this field. 1 Link to comment Share on other sites More sharing options...
csschopper.com Posted May 30, 2014 Share Posted May 30, 2014 Hi Vekia, I am not connecting new product with Featured. But as initial requirement of Anders he want to assign it manually... so i suggested to use featured product. Also for me database updation is not correct way because it is not necessary that Admin(Client of Anders) will be technical & he will not be able to modify direct mysql tables. Being a developer i will never suggest this way. If he don't want to use featured product module for New products then he can do coding by adding a field in table say "newProduct (Y/N)" & from admin panel he can add a attribute for product "Set New Product = Yes/No". Let me suggest if i am wrong. Link to comment Share on other sites More sharing options...
AndersHelbo Posted June 3, 2014 Author Share Posted June 3, 2014 Great guys. As far as I can understand, the only way to do it as easy for my customer as possible, is to get a developer to make a module for this function. I will see if it's possible to make and maybe turn back with a module ;-) Thanks a lot untill now! Link to comment Share on other sites More sharing options...
soft4tec Posted January 20, 2016 Share Posted January 20, 2016 Hi, I came across the same problem like you. So I create a simple script, where you can set the product-ids, which should display as NEW. Like, 1,2,3 The order is also considered. 3,2,1 You find the script on my page. Use it for free. http://www.soft4tec.de/development/prestashop/set-products-to-new.html 1 Link to comment Share on other sites More sharing options...
SmartPlugs Posted April 3, 2017 Share Posted April 3, 2017 Hi guys, In case i made a module that allows to disable the original behavior with the date «add field». This module uses a specific date until which the product has to be considered as new. https://addons.prestashop.com/en/2_community-developer?contributor=321861 Link to comment Share on other sites More sharing options...
Recommended Posts