the_poet Posted October 9, 2005 Posted October 9, 2005 (edited) Hi! I'm using the cool PayPal IPN contrib, and I was wondering if anyone had a quick code fix to allow for the following: If the total (including shipping) is $12 or less, I want to use paypal e-mail #1. if the total is more than $12, I want to use paypal e-mail #2. The reason for this is, I'm using PayPal's new micropayment plan for digital products, which offers lower fees for transactions $12 or under. But it requires a seperate PayPal account. Anyone have something in mind? Edited October 9, 2005 by the_poet Quote
satish Posted October 10, 2005 Posted October 10, 2005 Hi! I'm using the cool PayPal IPN contrib, and I was wondering if anyone had a quick code fix to allow for the following: If the total (including shipping) is $12 or less, I want to use paypal e-mail #1. if the total is more than $12, I want to use paypal e-mail #2. The reason for this is, I'm using PayPal's new micropayment plan for digital products, which offers lower fees for transactions $12 or under. But it requires a seperate PayPal account. Anyone have something in mind? Hi, You need to tweak the code thru If else where by the account selected for payment depends on the amount of bill. This tweaking on selection can be done either by placing two different payment module and selecting with the enable disable concept by checking on value similar to what is done with zone logic. The other option is to have the same payment module for both if paypal permits and just manipulating tha account ID where the payment is to be made n checking the bill value. Satish Quote Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.