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

Choupy

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

torotero

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

freiserk

Well-known member
Pro
Master
Diamond
Elite
Joined
Jan 24, 2019
Messages
3,454
Reaction score
6,439
Points
113
NullCash
35,228
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,143
Reaction score
1,422
Points
113
NullCash
115
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
326
Reaction score
4
Points
18
NullCash
6
Thank you for sharing ;)
Post automatically merged:

Thank you for sharing love you all ;)
 

danfar

Member
XNullUser
Joined
Apr 27, 2020
Messages
36
Reaction score
0
Points
6
NullCash
0
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