News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Show monthly payment/instalments on product price

Started by framos41, September 05, 2018, 18:43:39 PM

Previous topic - Next topic

framos41

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!

StefanSTS

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

It's a bit coding though.

Stefan
--
Stefan Schumacher
www.jooglies.com - VirtueMart Invoice Layouts

Please use only stable versions with even numbers for your live shop! Use Alpha versions only if you know what risk you are taking.

framos41

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!

GJC Web Design

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
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

framos41

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!


GJC Web Design

as Stefan said .. its just code

QuoteYou could add that to the prices.php sublayout and calculate the monthly payment via php.
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation