Jump to content

malhotrajas75

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Location
    New Delhi, India
  • Activity
    Project Owner

malhotrajas75's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. even I have the same problem. I have tried clear browser cache and tried on different browsers but problem is same. Any solution??
  2. Hi, the original problem stay same. We need to change the email ID on Contact Us form. This is not addressed. Please help how to change.
  3. Hi Vekia, Even I have same problem, I do not have Avast installed, I have Microsoft Security essentials installed. Following are details for configuration: PS Version: 1.6.0.6 IE Version - 11 site add: http://fashiondrobe.in However, the block is shown in chrome. Please suggest.
  4. Hi Vekia It is resolved actually i have removed the line from /home/******/public_html/themes/default-bootstrap/modules/blockmyaccountfooter/blockmyaccountfooter.tpl Thanks. fyi the theme is default one and the version is 1.6.0.6 Thanks again.
  5. Hi friends, I have tried removing the lines from both files, still it is showing in my theme and my account page. I have made it Force Recompile and cache off. Please help.... Jasbir Singh
  6. HI Friends, I have a small problem here. I have PS 1.6.0.6. I have uploaded some products. All was fine, means, I was able to open the product at frontend by clicking anywhere on the product list irrespective of "Quick View" or "More" button. However after I modified the product-list.tpl to display the sold out image while stock ==0, the product link is not working. I can open the product using only "Quick View" or "More" buttom. My product image is static now. Here is the code where I made changes: <!-- Products list --> <ul{if isset($id) && $id} id="{$id}"{/if} class="product_list grid row{if isset($class) && $class} {$class}{/if}{if isset($active) && $active == 1} active{/if}"> {foreach from=$products item=product name=products} {math equation="(total%perLine)" total=$smarty.foreach.products.total perLine=$nbItemsPerLine assign=totModulo} {math equation="(total%perLineT)" total=$smarty.foreach.products.total perLineT=$nbItemsPerLineTablet assign=totModuloTablet} {math equation="(total%perLineT)" total=$smarty.foreach.products.total perLineT=$nbItemsPerLineMobile assign=totModuloMobile} {if $totModulo == 0}{assign var='totModulo' value=$nbItemsPerLine}{/if} {if $totModuloTablet == 0}{assign var='totModuloTablet' value=$nbItemsPerLineTablet}{/if} {if $totModuloMobile == 0}{assign var='totModuloMobile' value=$nbItemsPerLineMobile}{/if} <li class="ajax_block_product{if $page_name == 'index' || $page_name == 'product'} col-xs-12 col-sm-4 col-md-3{else} col-xs-12 col-sm-6 col-md-4{/if}{if $smarty.foreach.products.iteration%$nbItemsPerLine == 0} last-in-line{elseif $smarty.foreach.products.iteration%$nbItemsPerLine == 1} first-in-line{/if}{if $smarty.foreach.products.iteration > ($smarty.foreach.products.total - $totModulo)} last-line{/if}{if $smarty.foreach.products.iteration%$nbItemsPerLineTablet == 0} last-item-of-tablet-line{elseif $smarty.foreach.products.iteration%$nbItemsPerLineTablet == 1} first-item-of-tablet-line{/if}{if $smarty.foreach.products.iteration%$nbItemsPerLineMobile == 0} last-item-of-mobile-line{elseif $smarty.foreach.products.iteration%$nbItemsPerLineMobile == 1} first-item-of-mobile-line{/if}{if $smarty.foreach.products.iteration > ($smarty.foreach.products.total - $totModuloMobile)} last-mobile-line{/if}"> <div class="product-container" itemscope itemtype="http://schema.org/Product"> <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"> </a> <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="/img/soldout.png" style="position:absolute; top:0px; right:0px; "/>{/if} {if isset($quick_view) && $quick_view} <a class="quick-view" href="{$product.link|escape:'html':'UTF-8'}" rel="{$product.link|escape:'html':'UTF-8'}"> <span>{l s='Quick view'}</span> </a> Please help me to restore the product image links. - Regards Jasbir Singh
×
×
  • Create New...