V1.7 prestashop addons shipping method by zipcode

d-shilko

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,542
Reaction score
1,536
Points
113
NullCash
4,201
demo link?
@seb seb

this is very old version

public function __construct()
{
$this->name = 'zipcodezone';
$this->tab = 'shipping_logistics';
$this->version = '1.2.7';
$this->module_key = '6c7a3d34fa01934e71f53aae16f2698b';
$this->author = 'MARICHAL Emmanuel';

parent::__construct ();

$this->displayName = $this->l('Shipping fees based on zipcodes');
$this->description = $this->l('Assign zip codes to zones easily');

$this->need_instance = false;
$this->bootstrap = true;

$this->id_lang = (int)$this->context->language->id;
$this->iso_lang = Language::getIsoById($this->id_lang);

$this->addons_id = 5711;

$this->table_name = 'zip_code_zone';
}
 

darksabi

Active member
XNullUser
Joined
Jun 27, 2019
Messages
1,791
Reaction score
22
Points
38
NullCash
44
Thanks.
 

difepape

Member
XNullUser
Joined
Jun 26, 2021
Messages
170
Reaction score
22
Points
18
NullCash
2
thanks
Post automatically merged:

thanks
 
Last edited:

Eric1212

New member
XNullUser
Joined
Mar 2, 2022
Messages
25
Reaction score
5
Points
3
NullCash
45
Let's try it after so much miss recently ! Thanks @seb seb !

Unfortually, not okay.
 
Last edited:

seb seb

Member
XNullUser
Joined
Dec 26, 2021
Messages
31
Reaction score
53
Points
18
NullCash
63
this is a version perfectly work on all our webshop and if you know its an old version its you have the last or know the last. Before want user think you are an expert start by be a good young developper and after we can discuss
 

vivozivo

Well-known member
Master
Diamond
Elite
Joined
Sep 24, 2019
Messages
1,224
Reaction score
601
Points
113
NullCash
6
Very interesting module, I will test it
 

Pipo87

Active member
Elite
XNullUser
Joined
May 12, 2022
Messages
38
Reaction score
168
Points
33
NullCash
567
Hello, what is the version of this module ?
 
Top