MatejCicak Posted August 2, 2012 Share Posted August 2, 2012 Hi, I have PrestaShop™ 1.4.7.3 and I add some new products to database (using simply the backend to add it). I add some features of that products and when I look at it on frotnend, there are these features twice! See img: As you can see, in the database there are features only once: So I look to the code. It is completely normal: {if $features} <!-- product's features --> <ul id="idTab2" class="bullet"> {foreach from=$features item=feature} <li><span>{$feature.name|escape:'htmlall':'UTF-8'}</span> {$feature.value|escape:'htmlall':'UTF-8'}</li> {/foreach} </ul> {/if} And I see some old products and features of products are there only once: I don't know why are features doubled, can somebody help me? Link to comment Share on other sites More sharing options...
heruur Posted January 10, 2013 Share Posted January 10, 2013 Same here, but in 1.5.3.1 version (just upgrade from 1.4.7.3)... Somebody??? Link to comment Share on other sites More sharing options...
Linhunt Posted January 22, 2013 Share Posted January 22, 2013 Hi. Prestashop 1.5.2.0. The same problem... 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