negro8219 Posted October 18, 2012 Share Posted October 18, 2012 I need to edit the back office B2B options in the customers information. When i enable the B2B it has the field of company, sirte, ape and website. I need to edit this options so they could fit my needs. For example I need to change company for License Number, Siret for State, APE deleted and website deleted. I know how to change it in the Front Office becuase its an easy css change, but cant seem to find how to edit the BO options. I have posted a print screen for better understanding. Any ideas? Thanks in advance Link to comment Share on other sites More sharing options...
Guest Posted October 20, 2012 Share Posted October 20, 2012 I am interested in this also Link to comment Share on other sites More sharing options...
Guest Posted October 20, 2012 Share Posted October 20, 2012 none? Link to comment Share on other sites More sharing options...
xhaling Posted January 21, 2013 Share Posted January 21, 2013 Also interested... Link to comment Share on other sites More sharing options...
Guest Posted March 2, 2013 Share Posted March 2, 2013 I have changed it in translation, but how to set APE length? Link to comment Share on other sites More sharing options...
selljus.pl Posted April 24, 2013 Share Posted April 24, 2013 refresh Link to comment Share on other sites More sharing options...
sanax Posted September 15, 2013 Share Posted September 15, 2013 refresh bump Link to comment Share on other sites More sharing options...
Strhaad Posted October 31, 2013 Share Posted October 31, 2013 I have changed it in translation, but how to set APE length? Hi, sorry for my english: To change the length of the input field you must edit the file AdminCustomersController.php line 451 $this->fields_form['input'][] = array( 'type' => 'text', 'label' => $this->l('APE:'), 'name' => 'ape', 'size' => 15 // <--- here ); Instead, to actually change the length of the field you have to alter the table ps_customer, like this: ALTER TABLE `ps_customer` CHANGE `ape` `ape` VARCHAR( 15 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL Link to comment Share on other sites More sharing options...
Recommended Posts