Jump to content

martice theme text with "strikethrough"?


Recommended Posts

if you browse my site, from the menu bar>wines>by grape variet>Grenache...then you may see the problem appear,if not .scroll down .there is an option for u to choose list 10 or 20 items.pick one of them.you may see the problem also.

I have no idea with that.I hope someone can help me.

Link to comment
Share on other sites

Could you attach a copy of your product-list.tpl file as it looks like there are some strike commands within that file that need to be removed!

of coz!! thx for your help. i saved as a text file.have a look. if you can not open the file

 

this is the code of the file.

{if isset($products)}
<!-- Products list -->
<ul id="product_list" class="categorie_product clear">
{foreach from=$products item=product name=products}
	<li class="ajax_block_product {if $smarty.foreach.products.first}first_item{elseif $smarty.foreach.products.last}last_item{/if} {if $smarty.foreach.products.index % 2}alternate_item{else}item{/if} clearfix">

         <p id="product_list_stuffs">
          {if isset($product.new) && $product.new == 1}<span class="new_product"><strong>{l s='New'}</strong><br /></span>{/if}
	   {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}
           <span class="new_product"><strong>{l s='On sale!'}</strong></span>
	   {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}
           <span class="on_sale"><strong>{l s='Reduced price!'}</strong> <strike>{convertPrice price=$product.price_without_reduction}</strike><br /></span>
          {/if}
	   {if isset($product.online_only) && $product.online_only}<span class="online_only"><strong>{l s='Online only!'}</strong></span>{/if}
         </p>

	  <p>
         <a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link" title="{$product.name|escape:'htmlall':'UTF-8'}">
          <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'large')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} />
         </a>
         </p>

	  <h3>
           <a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|truncate:25:'...'|escape:'htmlall':'UTF-8'}</a>
         </h3>

	  <p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'|escape:'htmlall':'UTF-8'}">{$product.description_short|truncate:130:'...'|strip_tags:'UTF-8'}</a></p>

         {if isset($comparator_max_item) && $comparator_max_item}
          <p class="check_list_compare" style="margin-top:0.5em">
            <input type="checkbox" onclick="checkForComparison({$comparator_max_item})" class="comparator" id="comparator_item_{$product.id_product}" value="{$product.id_product}" checked="checked" /> 
            <label for="comparator_item_{$product.id_product}">{l s='Select to compare'}</label>
           </p>
         {/if}


         <p class="pprice">
          {if $product.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}
           <span>
            {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}
           </span>
          {/if}
          <a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='view'}</a>
          {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && !$PS_CATALOG_MODE}
           {if ($product.allow_oosp || $product.quantity > 0) && $product.customizable != 2}
            <a class="ajax_add_to_cart_button" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart.php')}?add&id_product={$product.id_product|intval}{if isset($static_token)}&token={$static_token}{/if}" title="{l s='Add to cart'}">{l s='cart'}</a>
           {else}
             <strike>{l s='Add to cart'}<strike>
           {/if}
          {/if}
       </p>

	</li>
{/foreach}
</ul>
<!-- /Products list -->
{/if}

product-list.rtf

Link to comment
Share on other sites

sorry.some problems with the products showing.

first: http://www.zahir.hk/wine/category.php?id_category=31'>http://www.zahir.hk/wine/category.php?id_category=31

when you see this page.its seem like fine,but if you scroll down the page and select the second page.it will show nothing.no any product on this page.I don't know why.

 

second: http://www.zahir.hk/wine/

from the featured products area.u will see there is a product without the pink block wrap it and the text it looks like different if compare the other.

 

how can I solve it.sorry for bother you again.

Link to comment
Share on other sites

  • 6 months later...
  • 1 month later...

I found this on my site too. It's because one or more products on that page is missing a quantity. Some sort of bug, it puts strike throughs everywhere. If you check through somethings is probably set to 0 quantity.

 

Oh really? That sucks. I have the same problem so now I have to adjust all the 0 quanties (my backorders) and just remove them from my shop. Anyone know how to fix the bug?

Link to comment
Share on other sites

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...