Show Posts


Messages - Patricio Guaman

Pages: [1]
1
General Support / Re: Change postcode to optional field
« on: June 30, 2020, 11:00:09 AM »
Thanks for the answer, I am a little confused about hooks, can you explain more how can I unset the error.

BTW, I tried to comment all this command in all the files I found $this->error['postcode'] but it is still mandatory.

if ((mb_strlen($data['postcode']) < 3) || (mb_strlen($data['postcode']) > 128)) {
     ////$this->error['postcode'] = $this->language->get('error_postcode');   
 }

See in the attached pic where is the field appearing.

Thanks!

2
General Support / Change postcode to optional field
« on: June 29, 2020, 07:25:49 PM »
Hi, I am using Abantecart but I have the problem we dont use postal code, so I wonder if is possible change postcode from mandatory to optional field? or maybe another alternative to permit users enter the orders without the need to enter postcode.

Thanks,

Pages: [1]

Powered by SMFPacks Social Login Mod