Jump to content

alexandrabatrak

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by alexandrabatrak

  1. In Prestashop 1.6 there are no tabs anymore, so you need to add the next code: <section id="shipping-info" class="page-product-box"> <h3 class="page-product-heading">{l s='Shipping info'}</h3> <div class="shipping-info-block"> <p> CONTENT </p> </div> </section> before or after {if isset($HOOK_PRODUCT_FOOTER) && $HOOK_PRODUCT_FOOTER}{$HOOK_PRODUCT_FOOTER}{/if} Hope it helps.
  2. This ridiculous issue with "allow ordering" is annoying. The problem with it also that customer can add products out of stock into the cart and proceed with payment, and then get notified about product being on order. The solution to this could be limit quantity of product possible add to cart to the quantity in stock. But then, it needs to show out of stock/preorder label - and why doesn't it?? I my case I have issues even with "in stock" label showing only on the product-list page, on the product page itself it is invisible, and when i change css to "display:block", it is sized 18px*0px.
×
×
  • Create New...