empocher Posted July 22, 2011 Share Posted July 22, 2011 i have no idea with the strikethrough text. how can i remove it. i have not change the css with the style in strikethrough. please see my site. http://www.zahir.hk/wine/category.php?id_category=51 Link to comment Share on other sites More sharing options...
empocher Posted July 23, 2011 Author Share Posted July 23, 2011 no one knows what s going on? Link to comment Share on other sites More sharing options...
dazzza Posted July 23, 2011 Share Posted July 23, 2011 I can't see any strike through text on your site! Did you fix it? Link to comment Share on other sites More sharing options...
empocher Posted July 23, 2011 Author Share Posted July 23, 2011 thx for your reply.i have not fix it.this is the link of the photo.have a look. http://imageshack.us/photo/my-images/29/37049149.png/ Link to comment Share on other sites More sharing options...
robkwal Posted July 23, 2011 Share Posted July 23, 2011 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! Link to comment Share on other sites More sharing options...
empocher Posted July 23, 2011 Author Share Posted July 23, 2011 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 More sharing options...
empocher Posted July 23, 2011 Author Share Posted July 23, 2011 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 More sharing options...
robkwal Posted July 23, 2011 Share Posted July 23, 2011 The following line of code: <strike>{l s='Add to cart'}<strike>, is missing a '/' to close the strike command: <strike>{l s='Add to cart'}</strike> maybe this would help with your problem! Link to comment Share on other sites More sharing options...
robkwal Posted July 23, 2011 Share Posted July 23, 2011 I believe this will solve your issue, but if you could let me know! Regards, Rob Link to comment Share on other sites More sharing options...
empocher Posted July 24, 2011 Author Share Posted July 24, 2011 ok.let me try..thx for yt time and help Link to comment Share on other sites More sharing options...
empocher Posted July 24, 2011 Author Share Posted July 24, 2011 wow...its working! just missed a "/"....thx! again!! Link to comment Share on other sites More sharing options...
robkwal Posted July 25, 2011 Share Posted July 25, 2011 Glad to be able to help, good luck with your store! Link to comment Share on other sites More sharing options...
empocher Posted July 29, 2011 Author Share Posted July 29, 2011 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 More sharing options...
idoityourself Posted February 19, 2012 Share Posted February 19, 2012 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. Link to comment Share on other sites More sharing options...
jiggsaw Posted March 27, 2012 Share Posted March 27, 2012 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 More sharing options...
jiggsaw Posted March 27, 2012 Share Posted March 27, 2012 I found the bug. It's on line 147 on the product.list.tpl file. Just need to close the strike tag. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now