Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Showing Full Description


derf_irl

Recommended Posts

Hi

 

Can anybody please help, I am trying to set things up so when people click into a product category it gives a full description as some of it is cut off and you can only get the full details if yougointothe actual product. Below is a link to showwhat I mean.

 

http://click4parts.ie/index.php/cPath/22_30_60_621

 

thanks

 

David

If we all help but one person a day it will help us all in the long run

Link to comment
Share on other sites

Product Name is cutting off at 64 characters, same on the product info page.

 

You need to manipulate the database to be able to store a bigger name.

 

ALTER TABLE `products_description` CHANGE `products_name` `products_name` VARCHAR( 128 ) NOT NULL;

 

And then you need to amend every one of your long products names in your Admin Area ;)

Link to comment
Share on other sites

Thanks for the help but how do I implement those changes ?

 

PS This is a newsite that is still under development and changes but I thought oscommerce was open source so how is it copyrighted ?

 

Thanks

 

David

If we all help but one person a day it will help us all in the long run

Link to comment
Share on other sites

Hi

 

I have done the database change but not sure what you mean about amending every one of my long product names in the admin area ?

 

Thanks

 

David

If we all help but one person a day it will help us all in the long run

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...