Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

my product description only shows "..."


fabiangp

Recommended Posts

hey guys I need some help. I don't know what I modified or how I did it but the product description in the main page now only shows three periods "..." but no the description. Does anyone know how to change this behavior? thank you.

Link to comment
Share on other sites

smiles .... hard to say without seeing your code, but you probably deliberately made a substring to show a shorter description and then ... ? If yes, you have have created a string variable not starting with

 

variablename .= '...';

 

but only with

variablename = '...';

 

this would only leave you with ...

 

Check, and if this is not the case, show us some code!

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...