dichi Posted April 17, 2009 Share Posted April 17, 2009 Hi everyoneI have few questions:1. How can I extend short description of a product? Default is 400, but it's to short.2. How can I delete that french (probably) text and photos of iPods that are displayed on the first page of the shop?3. Another one is EAN13 dialog box. I need to extend the length of that description box, how can it be done? Link to comment Share on other sites More sharing options...
PhiLho Posted April 18, 2009 Share Posted April 18, 2009 1. Well, it is a short description, no? :-)2. Back Office > Modules > Home text editor v1.4 > Configure3. EAN-13, as the name implies... is made of 13 digits. It is standardized, so I wonder why you need more digits. That's not a "description", BTW, unless I just misunderstand what you mean.[EDIT] More info, after checking: EAN13 is defined in the database as varchar(13) (could have been char(13), using less space...), so you would have to change the database to lift the limitation (and probably code checking the length in the shop itself).Short description is of type "text", so could be longer. The checking are in admin/tabs/AdminProducts.php and classes/Product.php and maybe some JavScript checker. Search > 400. Without any guarantee... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now