Jump to content

MatejCicak

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Activity
    Project Owner

MatejCicak's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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?
  2. Hi, I have same problem. I want to stay at "on backorder" status if someone order product that is out of stock. How can I do that? (PrestaShop™ 1.4.7.3)
  3. Hi, I'm searching for something like upside. Customer gets automatic discount without voucher, how can I do it?
×
×
  • Create New...