jolvil Posted August 5, 2008 Share Posted August 5, 2008 Is it possible to have a fix for ajax display problem with V1?just truncate is ok, it could be more clean.look at picture. Link to comment Share on other sites More sharing options...
ComputingData Posted August 8, 2008 Share Posted August 8, 2008 I have this problem too - it can look quite bad. A quick fix is to mod the blockcart.tpl file... {displayWtPrice p="`$product.price_wt*$product.cart_quantity`"} <---- this line added {if isset($product.attributes_small)} Link to comment Share on other sites More sharing options...
ejectcore Posted August 8, 2008 Share Posted August 8, 2008 I am not responsible for this fix but it works This is a bug in IE7change: {$product.name|escape:htmlall:'UTF-8'|truncate:16} to: {$product.name|escape:htmlall:'UTF-8'|truncate:16:'...':true} I think this is fixed in the latest release 31st jully just replace blockcart.tpl Link to comment Share on other sites More sharing options...
ComputingData Posted August 8, 2008 Share Posted August 8, 2008 Sometimes the ajax cart stops updating - you have to refresh manually - if you add a load of items. Has this been reported/fixed? Link to comment Share on other sites More sharing options...
jolvil Posted August 8, 2008 Author Share Posted August 8, 2008 thanks for replyI works with the last V1 (1.0.0.8)I didn't found {$product.name|escape:htmlall:'UTF-8'|truncate:16} but I found {$product.name|escape:htmlall:'UTF-8'|truncate:30} in modules/blockcart/blockcart.tplso I've changed 30 to 16 and it' OK, but 16 it's a bit little Link to comment Share on other sites More sharing options...
ejectcore Posted August 8, 2008 Share Posted August 8, 2008 you can use a higher number but this bit important for IE7 :'...':true Link to comment Share on other sites More sharing options...
XjSv Posted August 8, 2008 Share Posted August 8, 2008 the problem with my cart block is a lil diff in AJAX mode it wont display the shipping, total, or the buttons at the bottom Link to comment Share on other sites More sharing options...
ejectcore Posted August 8, 2008 Share Posted August 8, 2008 Please post your URL link so I can see what this issue is Link to comment Share on other sites More sharing options...
XjSv Posted August 8, 2008 Share Posted August 8, 2008 http://www.prestashop.com/?ACT=29&fid=7&aid=1575_NBWO2oyL1dHi9EXJSpga&board_id=1 Link to comment Share on other sites More sharing options...
Lucas Cherifi Posted September 18, 2008 Share Posted September 18, 2008 Hello, The initial problem was fixed for the v1.1.Thx. Link to comment Share on other sites More sharing options...
Recommended Posts