myedinu Posted May 7, 2012 Share Posted May 7, 2012 (edited) 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 May 7, 2012 by myedinu (see edit history) Link to comment Share on other sites More sharing options...
tomerg3 Posted May 7, 2012 Share Posted May 7, 2012 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 More sharing options...
myedinu Posted May 8, 2012 Author Share Posted May 8, 2012 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 More sharing options...
tomerg3 Posted May 8, 2012 Share Posted May 8, 2012 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> 1 Link to comment Share on other sites More sharing options...
myedinu Posted June 12, 2012 Author Share Posted June 12, 2012 Can anyone tell me how can I pass the variable that I get from JavaScript here: class="price">{convertPrice price=$total/6}</span> instead of number 6...? Link to comment Share on other sites More sharing options...
myedinu Posted June 12, 2012 Author Share Posted June 12, 2012 I've got the drop down list that generates the number of months with JavaScript. How can I pass this variable to (class="price">{convertPrice price=$total/(here)}</span>)? Link to comment Share on other sites More sharing options...
Recommended Posts