address-form

This topic has been marked as resolved.

Hi
i need to increase the words/letters in address-form

EXEMPLE

Company Name: abcde-abcdef sas di 1234567 12345678 & C
becacme
Company Name: abcde-abcdef sas di 1234567 123
the last letter are cut,
TANKS

December 10, 2012 at 2:26 pm #15827

Hi,

Which page exactly are you referring to? Checkout, register or add a new address page under my account section?

Best,
ThemeBurn team

December 13, 2012 at 9:22 am #15968

both page –

address_form.tlp

and

http://www.mydomnio.com/index.php?route=account/address/update&address_id=16

December 14, 2012 at 12:40 pm #16026
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
December 17, 2012 at 3:35 pm #16091

Hi

i try to added your code

input[name="company"] {
width: 500px; /* adjust the width value */

}

but don’t work, when i i save it the word is cut, look the image in attack, sorry my broken english

December 18, 2012 at 11:59 pm #16141

Hello;

In the phpmyadmin run this sql:

ALTER TABLE `address` CHANGE `company` `company` VARCHAR(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL

you can change “40″ to another number that you went,

Note: that by default the lenght of charachter is 32.
also this number can be change before installation from the direcory of opencart installation.

good luck

Sam

 samdz
December 19, 2012 at 10:57 pm #16163

@marcobo

Sorry, but we totally misunderstood your question :) You can follow the samdz’s advice.

@samdz

Thanks for the help, Sam :)

BR,
ThemeBurn team

December 27, 2012 at 10:11 am #16401
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.