Beta Testing: "Surcharge Fee" addon
Yes, the infamous surcharge fee. Use at your own risk, accepting the Terms of Service of this module in the Readme. This is acceptable in some places, so it IS a legitimate add-on, and can have uses other than credit card and Paypal (never legitimate) surcharges. It is fairly vastly featured, but does not recalculate tax.
Re: Zencart Add-On for Beta Testing - Surcharge Fee
Please submit your contributions to the downloads area.
Guidelines can be reviewed here: https://www.zen-cart.com/tutorials/index.php?article=11
Re: Zencart Add-On for Beta Testing - Surcharge Fee
The Beta (RC1 - Awaiting Acceptance) has been submitted for review. I posted it here because it is just that, a beta. It has not been tested on any other machines - and it (optionally, for full functionality,) modifies several Zencart core files. The cc surcharge add-on in the Zencart download library didn't work for me.
I would like it to be tested, and I took it so far beyond what I needed, with database entries for all the variables so others can use it easily to meet their needs, I want to add any functionality that is desired, namely including tax recalculation.
Perhaps someone post a piece of sample code for an order total module to properly alter the tax for a modified order total (during order total calculation)?
I could also use a way to record the surcharge in the database so that invoices can be based on what actually happened and not what would happen if the order happened at that time (seems like a flaw in Zencart unless I am wrong, the order invoice/history should be static,) and a way to refund the fee. Is there a refund add-on I could use? Both of these goals could be add-ons on their own....
I also want to add product type specifications, and need to do this for my reverse tax module, but that I don't need help with.
I will post the link when it is available. In the meantime, you can contact me to request it if you desire.
Re: Zencart Add-On for Beta Testing - Surcharge Fee
Hi, Cadforte
I've just tested your "Surcharge Fee by Payment Method Order Total Module" mod, to add surcharge for worldpay, It replaced cc with worldpay, it appears working. However, there is a problem, the surcharge appears too soon, on the payment information page, where lists all of payment methods, the surcharge appears. This will confuse customers - they will think there is a surcharge regardless which payment method cusotmer use. What I want is only after customer select worldpay, then either surcharge appears or surcharge appears when cusotmer select worldpay and click "continue checkout".
can you please change the code to stop surcharge appears too soon? (one stage too early)
many thanks!
Re: Zencart Add-On for Beta Testing - Surcharge Fee
I have installed this module on a test site running ZenCart 1.3.7. Everything is working fine till the order confirmation page. On clicking the Submit order button, it lands on the payment gateway page where the total order value is again added by the SURCHARGE Fee Percent .
for example if
Sub-Total:Rs.2,360.00
VAT 4% + 1% SSC on VAT: Rs.95.34
Express Courier (1 x 1.00Kgs) :Rs.50.00
Online Payment Processing Fee* (3.5%):Rs.87.69
Total:Rs.2,593.03
All the above is correctly displayed in the order confirmation page, but when you click order submit button and reach Payment Gateway Page the order value becomes Rs.2683.78, which is 3.5% more than the total on the order confirmation page.
How can I correct this error?
Re: Zencart Add-On for Beta Testing - Surcharge Fee
Quote:
Originally Posted by
doubletiger
Hi, Cadforte
I've just tested your "Surcharge Fee by Payment Method Order Total Module" mod, to add surcharge for worldpay, It replaced cc with worldpay, it appears working. However, there is a problem, the surcharge appears too soon, on the payment information page, where lists all of payment methods, the surcharge appears. This will confuse customers - they will think there is a surcharge regardless which payment method cusotmer use. What I want is only after customer select worldpay, then either surcharge appears or surcharge appears when cusotmer select worldpay and click "continue checkout".
can you please change the code to stop surcharge appears too soon? (one stage too early)
many thanks!
Hi, has anyone solved this? I have 3 payment methods, one credit card, one cheque and one paypal. I set the default payment method to credit card which we don't want to do a surcharge on however the option still comes up.
We only want to charge this on paypal, now the text below paypal is fine, saying by selecting this option you agree to 2.9% surcharge etc.
I agree with this comment above, the surcharge appear come in too early, the next stage would be better. Anyone found a solution to this?
Thanks for your help.
Tim
Re: Beta Testing: "Surcharge Fee" addon
Same here on the "too early" part.
Mr Creator can you help?
Re: Beta Testing: "Surcharge Fee" addon
anyone help with this
I am having the same issue.
Only slight fix i have is to move the surchage below the total amount
So the total is calculated without surcharge,
But then this is displayed on the conformation page, and invoices and it is messing woth my totals in my reports
I have noticed if you select a payment method that does not have a surcharge then click next, and then go back, the page displays as i would expect it to
I did try another surcharge module, but could not get it to work
PLease if anyone can help
Re: Beta Testing: "Surcharge Fee" addon
Hi all, I thought I had fixed this problem with a slight tweak with the code. Basically I set the default payment method of credit card rather then having none selected on the payment screen. I thought this would fix it, as per the message above they mention if you select any other payment other then paypal and then go to confirmation and then back to payment the surcharge disappears. So I think I am perhaps part of the way there, maybe some other code tweaks might just work.
I'll let you know my findings.
Also i think part of our problem is that in 'most' countries adding a surcharge is not allowed in the T&C's of the payment provider. However this is allowed in the UK and Australia!
Cheers
Tim
Re: Beta Testing: "Surcharge Fee" addon
Has anyone been able to fix the problem with the surcharge showing to soon?
I also installed this module and facing the same problem you have.
Hope someone is able to fix this issue :(