Jump to content

Is there a way to have a long/short description ?


Damainman

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated