Jump to content

tohuk

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by tohuk

  1. Strange, i read everything here, but it still dont work for me i changed in product-list.tpl the code: <div class="left-block"> <div class="product-image-container"> <a class="product_img_link" href="{$product.link|escape:'html':'UTF-8'}" title="{$product.name|escape:'html':'UTF-8'}" itemprop="url"> <img class="replace-2x img-responsive" src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')|escape:'html' :'UTF-8'}" alt="{if !empty($product.legend)}{$product.legend|escape:'html':'UTF-8'}{else}{$product.name|escape:'html':'UTF-8'}{/if}" title="{if !empty($product.legend)}{$product.legend|escape: 'html':'UTF-8'}{else}{$product.name|escape:'html':'UTF-8'}{/if}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} itemprop="image" /> {if $product.quantity==0}<img src="http://queensofstyle.net/img/sold3.png" style="position:absolute; top:0px; right:0px; "/>{/if} </a> {if isset($quick_view) && $quick_view} <div class="quick-view-wrapper-mobile"> <a class="quick-view-mobile" href="{$product.link|escape:'html':'UTF-8'}" rel="{$product.link|escape:'html':'UTF-8'}"> <i class="icon-eye-open"></i> </a> </div> http://queensofstyle.net/en/63-sport I want out of stock item to have ribbon Sold out .. what i'm doing wrong?
  2. Hello, i'm trying to setup online shop for second hand clothes. The problem is those products need specific attributes like size ( xl, l, m, xs ) i read documentation, but problem is clothes are unique, i need to assign size to every product individualy becose combinations of such products is impossible. and the second question is how to show size and attributes on product page? here is the url of site: http://queensofstyle.net/
×
×
  • Create New...