Damainman Posted February 8, 2010 Share Posted February 8, 2010 I would like to provide full information on products in my shopping cart. However on the main cart page that lists all the products, having a long description doesn't look good and extends the page longer than it should be. I would like to use a short description instead, and once the client clicks "Order Now" and is taken to the product page.. I want a full description there. Is this possible? Thank you. 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted February 9, 2010 Share Posted February 9, 2010 hi, you can crop the product description var in smarty with: {$product.description|truncate:200:"..."} {if strlen($product.description)>200}<a href="...THEMORELINK">read more</a>{/if} There is still the question of what should be to point the link. Because there is no single information page, for Products. 0 Quote Link to comment Share on other sites More sharing options...
Damainman Posted February 9, 2010 Author Share Posted February 9, 2010 Awesome thanks. Going to try it out tonight. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.