Jump to content

Modify "Cash on Delivery" module


Recommended Posts

Hi,

Can anyone tell me how can I modify "Cash on Delivery" module.

What I need is, when a customer selects this module to give some information about payment methods like:

For:

6 Months you have to pay 15.5 $ per month,

12 Months you have to pay 8 $ per month,

24 Months you have to pay 4.1 $ per month, ect

Edited by myedinu (see edit history)
Link to comment
Share on other sites

Do you just want to show the total of the order divided by 6, 12 and 24, or do you want to offer that in a drop-down and retain that information.

 

Also, I'm not sure I understand the login of this, COD is suppose to be pay on delivery, how do you plan to offer installments for that?

Link to comment
Share on other sites

Yes I want to show the total of the order divided by 6, 12 and 24.

I know COD is pay on delivery.

But at my country is a bank that offers credit card which is used to buy products by installment. All I have to do is take Bank POS with me when I deliver the product.

Link to comment
Share on other sites

It depends on the payment module, for the COD it would be something ilke

 

Original

class="price">{convertPrice price=$total}</span>

 

New

class="price">{convertPrice price=$total/6}</span>
class="price">{convertPrice price=$total/12}</span>
class="price">{convertPrice price=$total/24}</span>

  • Like 1
Link to comment
Share on other sites

  • 1 month later...
×
×
  • Create New...