Jump to content

Features are doubled


Recommended Posts

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:

 

post-370487-0-09400800-1343929698_thumb.png

 

As you can see, in the database there are features only once:

 

post-370487-0-93189800-1343929991_thumb.png

 

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:

 

post-370487-0-04405700-1343929793_thumb.png

 

I don't know why are features doubled, can somebody help me?

Link to comment
Share on other sites

  • 5 months later...
  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...