BudsieBuds Posted February 5, 2010 Share Posted February 5, 2010 Hello PrestaShoppers,I've been searching for an hour, but can't seem to figure out how I can do the following.When you add a product to your cart, the product quantity, name and price and the bin appear on one line.If I refresh the page, the price is set on a second line. What I want is that it stays as before the refresh.Hope someone can help!Thanks in advance. Link to comment Share on other sites More sharing options...
BudsieBuds Posted February 10, 2010 Author Share Posted February 10, 2010 Sorry for double posting, but I really need this.Hasn't somebody had the same problem?Also, here are some screenshots:Before refresh:After refresh: Link to comment Share on other sites More sharing options...
rocky Posted February 11, 2010 Share Posted February 11, 2010 You could try modifying line 44 of modules/blockcart/blockcart.tpl and decreasing the value of length from 16 to lower values until it displays how you like. <a class="cart_block_product_name" href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category)}" title="{$product.name|escape:htmlall:'UTF-8'}">{t text=$product.name length='16' encode='true'} Link to comment Share on other sites More sharing options...
BudsieBuds Posted February 11, 2010 Author Share Posted February 11, 2010 It worked, but if it's possible I would like it to adjust automatically like it does before the refresh.But I can't seem to find how to do that.Thanks for the solution! 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