Scubasjl Posted March 29, 2009 Share Posted March 29, 2009 I don't want to have any new products. Is their a way to do it. Link to comment Share on other sites More sharing options...
Ardian Yuli Setyanto Posted March 29, 2009 Share Posted March 29, 2009 i think you can uninstall new product block module from back office Link to comment Share on other sites More sharing options...
Scubasjl Posted March 29, 2009 Author Share Posted March 29, 2009 I did that but still have new products. So I am thinking that their is some sort of time span where a product is new and when its just a regular product. So you would change the number to 0 for 0days. In theory. Link to comment Share on other sites More sharing options...
cerberus22 Posted March 29, 2009 Share Posted March 29, 2009 goto "Prefrences" tab in admin section then click on "Products" and look for " Number of days during which the product is considered new " set it to zeroit may solve your problem,All the best,Cerberus22 Link to comment Share on other sites More sharing options...
Scubasjl Posted March 30, 2009 Author Share Posted March 30, 2009 Set it to 0 but that didn't work, but did do 1 day which took it out of NEW for items only 1 day old but can't get it so brand new items not a day older of course. Link to comment Share on other sites More sharing options...
Scubasjl Posted March 30, 2009 Author Share Posted March 30, 2009 My simple change to the code. Since the above steps only worked for products older for 1 day and not 0.themes/prestashop/product-list.tplFind {l s='new'} Change {l s=''} themes/prestashop/css/global.cssFind ul#product_list li .new{ background:transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%; border:1px solid #488C40; color:white; font-size:0.6em; font-weight:bold; margin:0pt 1em 0pt 0pt; padding:0pt 0.4em; text-transform:uppercase; vertical-align:0.3em; } Change ul#product_list li .new{ color:white; font-size:0.6em; font-weight:bold; margin:0pt 1em 0pt 0pt; padding:0pt 0.4em; text-transform:uppercase; vertical-align:0.3em; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now