Page 1 of 1

Extend ISBN

Posted: Wed Oct 28, 2015 5:17 pm
by waitz
The ISBN field has a limit of 13 characters. I need to use the ISBN field for a different variable, that I will display on the product, cart and checkout page and in the order confirmation email, and I need to extend the ISBN field from max 13 characters to max 32 characters.

I have been searching for an extension that can extend the ISBN field (or create a new field) but I can't seem to find one.

How could I add this simple command in a ocmod xml file?

Re: Extend ISBN

Posted: Thu Oct 29, 2015 11:55 am
by IP_CAM
Such is usually defined in the DB, just change the PRODUCT ISBN VARCHAR max. Character Value:
Ernie
openshop.li/cart/

Re: Extend ISBN

Posted: Thu Oct 29, 2015 4:16 pm
by waitz
Thanks, I also thought about that. It's just that any future opencart update will reset it.

Re: Extend ISBN

Posted: Thu Oct 29, 2015 10:42 pm
by opencartboost
Hi,

Recently i am create vqmod file to modify field isbn to varchar(32).
Please try it.

Re: Extend ISBN

Posted: Fri Oct 30, 2015 1:11 am
by waitz
opencartboost wrote:Hi,
Recently i am create vqmod file to modify field isbn to varchar(32).
Please try it.
isbn_extended.xml
@opencartboost: Works like a charm :-)
Thanks