V1.7 prestashop addons shipping method by zipcode

d-shilko

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,569
Reaction score
1,571
Points
113
NullCash
2,062
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
52
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,385
Reaction score
795
Points
113
NullCash
528
Very interesting module, I will test it
 

Pipo87

Active member
Elite
XNullUser
Joined
May 12, 2022
Messages
39
Reaction score
198
Points
33
NullCash
696
Hello, what is the version of this module ?
 

jetable

Member
XNullUser
Joined
Nov 25, 2021
Messages
101
Reaction score
0
Points
16
NullCash
4
I will try this module ASAP ! thanks for sharing
 
Top