VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: framos41 on September 05, 2018, 18:43:39 PM

Title: Show monthly payment/instalments on product price
Post by: framos41 on September 05, 2018, 18:43:39 PM
Hello!, Does anyone know how can i show below the price of every product the monthly payments/instalments they can pay? for example if i have a product with price $ 120.00 show below the price show something like "6 payments of $20.00 with no fees"

Looking forward to your comments! Regards!
Title: Re: Show monthly payment/instalments on product price
Post by: StefanSTS on September 05, 2018, 22:36:44 PM
You could add that to the prices.php sublayout and calculate the monthly payment via php.

It's a bit coding though.

Stefan
Title: Re: Show monthly payment/instalments on product price
Post by: framos41 on September 06, 2018, 18:59:59 PM
Hello! thanks for your answer, yes i assumed it should be done there but the question was if anyone had done it so they can share the code, regards!
Title: Re: Show monthly payment/instalments on product price
Post by: GJC Web Design on September 06, 2018, 20:06:31 PM
if this is just your payment plan (i.e. your not offering commercial payment credit plans like https://www.divido.com/ and pay4later etc)  then it is just a bit of php maths and display

just google it ( how do u then get the payment? Paypal partial payment?)

If u want a commercial offering then payment plugins are very thin on the ground .. I think Webkul did one for an Ozzie credit Afterpay

other than that I have had to build my own divido etc
Title: Re: Show monthly payment/instalments on product price
Post by: framos41 on December 28, 2019, 00:11:53 AM
Hello! sorry i havent seen this post, thanks for your answer, i dont need it for the payment method, i just need to show in the product detail page and category listings below the product price the installments for example "6 payments of $100, interest-free" , this calculated from the product final price (discount included)

Looking forward to your comments, Regards!

Title: Re: Show monthly payment/instalments on product price
Post by: GJC Web Design on December 28, 2019, 12:21:21 PM
as Stefan said .. its just code

QuoteYou could add that to the prices.php sublayout and calculate the monthly payment via php.