Jump to content

Editing Product Description


Guest lnas

Recommended Posts

Hi all

Been modifying my store based on posts on the forums, which has been a GREAT resource so far. Thanks to everyone!

Now a stupid question.

I have reduced the shortened product description to 0 so it shows no text until you click the product, it leaves three little dots which I am trying to remove and have not found a solution yet or know where to remove it in the code.

Has anyone else solved this one yet?

Cheers

Link to comment
Share on other sites

One place is in the file:

/includes/boxes/shoppingCart.inc.php, at about line 150.

If the length of the name is greater than 15 then use the first 15 characters and add ".." to the end.

Also, in the file:

/includes/content/viewCat.inc.php, at about line 253.

Grab the first X number of characters (as specified in Admin, Config page) and add the HTML character for an ellipsis (...).

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...