Cash on Delivery with fee v1.0.3

alysis

Well-known member
Elite
Joined
Mar 24, 2020
Messages
83
Reaction score
448
Points
53
NullCash
833
Cash on Delivery with fee addon Prestashop allows the store admin to offers the CoD option to their customers with an additional fee.
COD-500-X-500-740x740.jpg
 

Attachments

  • Prestashop 1.7 Cash on Delivery with Fee v1.0.2.zip
    4.2 MB · Views: 89

freiserk

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Master
Joined
Jan 24, 2019
Messages
3,523
Reaction score
6,580
Points
113
NullCash
31,699
Many thanks.

Grettings.
 

Choupy

Well-known member
Master
Diamond
Elite
Joined
Jun 19, 2019
Messages
1,314
Reaction score
1,526
Points
113
NullCash
193
Test thanks you for sharing
 

torotero

Well-known member
Diamond
Elite
Joined
Jan 7, 2020
Messages
1,119
Reaction score
198
Points
63
NullCash
45
Great !!! Thanks for sharing the module
 

freiserk

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Master
Joined
Jan 24, 2019
Messages
3,523
Reaction score
6,580
Points
113
NullCash
31,699
Hi.

On php 7.3 need fix error -> public function setMedia

Edit two files:

- controllers/admin/AdminKbcfOrdersController.php
- controllers/admin/AdminKbcfFeeProfilesController.php

Search -> public function setMedia

Fix with this example:

Code:
public function setMedia($isNewTheme = false)
    {
        parent::setMedia($isNewTheme);
        .......
        .......
    }

Grettings.
 

Choupy

Well-known member
Master
Diamond
Elite
Joined
Jun 19, 2019
Messages
1,314
Reaction score
1,526
Points
113
NullCash
193
Hi.

On php 7.3 need fix error -> public function setMedia

Edit two files:

- controllers/admin/AdminKbcfOrdersController.php
- controllers/admin/AdminKbcfFeeProfilesController.php

Search -> public function setMedia

Fix with this example:

Code:
public function setMedia($isNewTheme = false)
    {
        parent::setMedia($isNewTheme);
        .......
        .......
    }

Grettings.

Hello, thank for sharing
 

zeeshan.bawany

Member
XNullUser
Joined
May 12, 2019
Messages
349
Reaction score
4
Points
18
NullCash
15
Thank you for sharing ;)
Post automatically merged:

Thank you for sharing love you all ;)
 

danfar

Member
XNullUser
Joined
Apr 27, 2020
Messages
39
Reaction score
0
Points
6
NullCash
5
Looks like a good module to you have = does it have bugs
 

mrhbeirut

Member
XNullUser
Joined
May 11, 2020
Messages
107
Reaction score
3
Points
18
NullCash
0
Top