More than one payment with differente credit card
Posted: Thu Nov 20, 2008 3:49 pm
Hi everybody,
I am developing an e-commerce for a client in Brazil and we need a particular feature. We have contracts with different credit card providers (eg.: VISA and Mastercard) and each one has your own payment policy.
What do I mean? For example:
Product X - US$100,00:
- Visa: up to 2 payments interest free / up to 4 payments with interest (3.75% month)
- Mastercard: up to 3 payments interest free / up to 5 payments with interest (5% month)
When the user browses through this product, we need to show him all the payments possibilities and he can chooses:
VISA:
( ) 1x - $100.00 (interest free) = total: $100.00
( ) 2x - $50.00 (interest free) = total: $100.00
( ) 3x - $34.59 (3.75% interest month) = total: $103.77*
( ) 4x - $25.93 (3.75% interest month) = total: $104.20*
Mastercard:
( ) 1x - $100.00 (interest free) = total: $100.00
( ) 2x - $50.00 (interest free) = total: $100.00
( ) 3x - $33.34 (interest free) = total: $100.00
( ) 4x - $26.25 (5% interest month) = total: $105.00
( ) 5x - $21.50 (5% interest month) = total: $107.50
* hypothetical values
So, I need to be able to add different installments for each credit card and the interest rate. The application needs to show this values calculating the interests. Is it possible to to this using AbleCommerce???
Thanks you,
Guillermo
I am developing an e-commerce for a client in Brazil and we need a particular feature. We have contracts with different credit card providers (eg.: VISA and Mastercard) and each one has your own payment policy.
What do I mean? For example:
Product X - US$100,00:
- Visa: up to 2 payments interest free / up to 4 payments with interest (3.75% month)
- Mastercard: up to 3 payments interest free / up to 5 payments with interest (5% month)
When the user browses through this product, we need to show him all the payments possibilities and he can chooses:
VISA:
( ) 1x - $100.00 (interest free) = total: $100.00
( ) 2x - $50.00 (interest free) = total: $100.00
( ) 3x - $34.59 (3.75% interest month) = total: $103.77*
( ) 4x - $25.93 (3.75% interest month) = total: $104.20*
Mastercard:
( ) 1x - $100.00 (interest free) = total: $100.00
( ) 2x - $50.00 (interest free) = total: $100.00
( ) 3x - $33.34 (interest free) = total: $100.00
( ) 4x - $26.25 (5% interest month) = total: $105.00
( ) 5x - $21.50 (5% interest month) = total: $107.50
* hypothetical values
So, I need to be able to add different installments for each credit card and the interest rate. The application needs to show this values calculating the interests. Is it possible to to this using AbleCommerce???
Thanks you,
Guillermo