Page 1 of 3 123 LastLast
Results 1 to 10 of 24
  1. #1

    Default 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.
    Last edited by DrByte; 2 Aug 2008 at 05:12 PM. Reason: links removed

  2. #2
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default 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
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3

    Default 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.

  4. #4
    Join Date
    Apr 2005
    Posts
    206
    Plugin Contributions
    0

    Default 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!

  5. #5
    Join Date
    Sep 2008
    Location
    Kochi/INDIA
    Posts
    6
    Plugin Contributions
    0

    Default 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?

  6. #6
    Join Date
    Jun 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Zencart Add-On for Beta Testing - Surcharge Fee

    Quote Originally Posted by doubletiger View Post
    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

  7. #7
    Join Date
    Jan 2007
    Location
    Mount Maunganui, New Zealand
    Posts
    419
    Plugin Contributions
    0

    Default Re: Beta Testing: "Surcharge Fee" addon

    Same here on the "too early" part.
    Mr Creator can you help?

  8. #8
    Join Date
    Jun 2009
    Posts
    7
    Plugin Contributions
    0

    Default 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

  9. #9
    Join Date
    Jun 2007
    Posts
    17
    Plugin Contributions
    0

    Default 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

  10. #10
    Join Date
    Jun 2005
    Posts
    65
    Plugin Contributions
    0

    Default 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

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v150 "CSS Button Addon" causing "Page Not Found" Error ...
    By Rony in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 30 Apr 2012, 05:37 AM
  2. Replies: 1
    Last Post: 12 Oct 2011, 06:23 AM
  3. Super Tax & Surcharge Fee Modules - Beta Testing Requested
    By cadforte in forum Addon Payment Modules
    Replies: 2
    Last Post: 12 Jan 2011, 03:54 PM
  4. optional extra fee for "Recorded Signed" and "insurance"
    By jonnyboy22 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 20 Jan 2009, 11:07 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR