Tomas19 Posted October 20, 2013 Share Posted October 20, 2013 (edited) Hallo everyone, I have problem with buttons next and previous How i can fix this problem? Thanks Edited October 24, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 20, 2013 Share Posted October 20, 2013 it looks like css issue, unfortunately without access to css styles (to website) it's hard to say what you have to change Link to comment Share on other sites More sharing options...
Tomas19 Posted October 20, 2013 Author Share Posted October 20, 2013 hallo here is link http://matmazel.sk/shop/index.php?id_category=6&controller=category&id_lang=2 Thanks Link to comment Share on other sites More sharing options...
vekia Posted October 20, 2013 Share Posted October 20, 2013 you modified something related to pagination.tpl file? or pagination.tpl css styles? Link to comment Share on other sites More sharing options...
Tomas19 Posted October 20, 2013 Author Share Posted October 20, 2013 I am modified product-list.tpl and css, product.tpl and css. http://matmazel.sk/shop/index.php?id_category=5&controller=category when i click on free delivery then open me product which is last in grid Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted October 20, 2013 Share Posted October 20, 2013 Your file product-list.tpl contain a broken html <a> tag (product link) Link to comment Share on other sites More sharing options...
Tomas19 Posted October 21, 2013 Author Share Posted October 21, 2013 (edited) here is my tpl and css {if isset($products)} <!-- Products list --> <ul id="product_list" class="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"> <div class="center_block"> <a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link"> <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')|escape:'html'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} /> {if isset($product.new) && $product.new == 1}<span class="new">{l s='New'}</span>{/if} </a> <h3>{if isset($product.pack_quantity) && $product.pack_quantity}{$product.pack_quantity|intval|cat:' x '}{/if}<a href="{$product.link|escape:'htmlall':'UTF-8'}" </a> </h3> </div> <div class="right_block"> {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="on_sale">{l s='On sale!'}</span> {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="discount">{l s='Reduced price!'}</span>{/if} {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} <div class="content_price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br />{/if} </div> {if isset($product.online_only) && $product.online_only}<span class="online_only">{l s='Online only'}</span>{/if} {/if} {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE} {/if} </div> </li> {/foreach} </ul> <!-- /Products list --> {/if} product_list.css Edited October 21, 2013 by Tomas19 (see edit history) Link to comment Share on other sites More sharing options...
Tomas19 Posted October 24, 2013 Author Share Posted October 24, 2013 SOLVED :-D Link to comment Share on other sites More sharing options...
vekia Posted October 24, 2013 Share Posted October 24, 2013 ok, thank you for confirmation that you fixed it im going tom mark this topic as solved. you can also mark own topics as solved, here is an instruction: [sOLVED] TopicIf, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution.Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED].To mark a topic as [solved] :- Edit the first post of your topic by clicking on the "Edit" button,- Click on the "Use full editor" button,- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. with regards, Milos 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