Jump to content

formatting for short description does not display correctly


browneyedgirl

Recommended Posts

I have Cubecart 6.07 installed.  I've added several products to my store.  I started entering text in the  "short descripton" (optional)  box of the product  description tab.  If I enter texts as bullets and then look at the webpage,  the bullets don't show and there is no line spacing.  Does anyone know how to fix this?

Link to comment
Share on other sites

In CC605 is when the "Short Description" was introduced. CubeCart does not remove any HTML tags.

However, in Foundation's "View Category" page, and only in the 'list_view' mode, as opposed to the 'grid_view' mode, the Short Description gets displayed but the skin also strips out the HTML tags. Stripping out the HTML tags is a skin "display layout" decision.

In the Foundation skin template content.category.php, near line 96:

Change:
{$product.description_short|strip_tags:true}

To:
{$product.description_short}

Having done that, you will now find that the height of the space afforded to each product panel may now not be sufficient to properly show what you wanted to show.

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.

×
×
  • Create New...