derf_irl Posted February 18, 2009 Share Posted February 18, 2009 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 More sharing options...
burt Posted February 18, 2009 Share Posted February 18, 2009 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 More sharing options...
burt Posted February 18, 2009 Share Posted February 18, 2009 Also, the copyright to the theme in your shop is owned by osCommerce ;) Have a think about changing the site look. Link to comment Share on other sites More sharing options...
derf_irl Posted February 18, 2009 Author Share Posted February 18, 2009 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 More sharing options...
burt Posted February 18, 2009 Share Posted February 18, 2009 Open Source and Copyright are two entirely different things. The theme of your site belongs and is copyrighted to osCommerce. You cannot claim copyright. Use PHPMyAdmin to manipulate your database. Link to comment Share on other sites More sharing options...
derf_irl Posted February 18, 2009 Author Share Posted February 18, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.