Jump to content

Supplier details and product details


Recommended Posts

Good evening...

I would like to ask two questions...

1. Does anyone know how to make the text field for the product description bigger?
Or that it has the size from the text?

2. I would like to write some informations about my suppliers in the supplier details..
how could i add a new field for picture and txt?


thank a million...

Link to comment
Share on other sites

Unfortunately, I can see no way to do this using the Back Office. You will need to edit code.

1. If you want to increase the size limit of the short description from 400 characters to a higher value, you need to edit lines 336 and 338 of classes/Product.php and lines 633 and 634 of admin/tabs/AdminProducts.php. If you simply want to increase the size of the text field, edit the number of cols and rows on line 1730 of admin/tabs/AdminProducts.php for the short description and line 1742 for the description.

2. There is a Description field you can use to enter text for a supplier, but it doesn't allow HTML. You can specify a single Logo for the supplier. You would need to make modifications to the code to change the Description from text-only to HTML. Unfortunately, I don't have time at the moment to figure that out.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...