Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2006
    Posts
    111
    Plugin Contributions
    0

    Default I fixed Paymate Shipping Problem

    I was doing some messing around with the paymate module and I got it to work. (Before the shipping cost would not carry over.)
    Now no cost will carry over but it will allow the customer to type in the correct total..It also will except payment from matercard,visa and bankcard....When reading through the forums I was under the impression they only excepted bankcard in australia. I done a test payment with my mastercard and all went through perfectly.

    So in the includes/modules/payment folder go to the paymate_php on line 106 the original looks like this;

    ('amt', number_format(($order->info['total'] - $order->info['shipping_cost']) * $currencies->get_value($my_currency), $currencies->get_decimal_places($my_currency))) .


    I had taken out the shipping cost section just to see if it would work and it does. It should look like this now.....


    ('amt', number_format(($order->info['total']['']) * $currencies->get_value($my_currency), $currencies->get_decimal_places($my_currency))) .


    Ok now I did leave in these symbols ['']) as when I took them out it didn't work when I put them back in work perfectly.
    Only take out the red section. - $order->info shipping_cost.....make sure the other symbols are left in

    Well I really hope it works for you the same as mine does.....If not I could send a copy of the file to your email...I'm not sure
    if it will work as I have never sent a php file through email before.....Let us know if this can be done and I will be happy to send you a copy of [email protected]

  2. #2
    Join Date
    Sep 2006
    Posts
    111
    Plugin Contributions
    0

    Default Re: I fixed Paymate Shipping Problem

    OK the shipping problem is fixed but I just went to my admin section to see the order and it never recorded the order........Now working this out is gonna take me another week unless some one knows...lol

  3. #3
    Join Date
    Sep 2006
    Posts
    111
    Plugin Contributions
    0

    Default Re: I fixed Paymate Shipping Problem

    Hey Me again..

    I just tried something else and this time this one takes the total and the shipping over...... and it records the order in admin and you get returned to your store.......

    It's the same as above but I edited the code again...... I ended up putting this back in - $order->info .......so the code should look like this on line 106 :


    ('amt', number_format(($order->info['total'] - $order->info['']) * $currencies->get_value($my_currency), $currencies->get_decimal_places($my_currency))) .

    only the - shipping_cost - was taken out......on line 106 paymate_php.......

    Sorry for all the posts I was so excited that it worked and now it all works i'm even more excited.........

    I really hope it works for you as it has done for me..........but email me if you need any help.....

  4. #4
    Join Date
    Dec 2006
    Posts
    79
    Plugin Contributions
    0

    Default Re: I fixed Paymate Shipping Problem

    great post...had the same problem and your solution fixed it! Thanks!!!

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

    Default Re: I fixed Paymate Shipping Problem

    Quote Originally Posted by misty16 View Post
    .

    I really hope it works for you as it has done for me..........but email me if you need any help.....
    Hey Misty,
    Im hoping to install paymate for my zen-cart. Is this an easy process?
    Im about to register with paymate and try, but not sure where to start.
    Is there a tutorial you know of?
    Thanks!

 

 

Similar Threads

  1. Replies: 237
    Last Post: 15 Jun 2011, 07:34 PM
  2. paymate module problem
    By Rickwilliams in forum Addon Payment Modules
    Replies: 5
    Last Post: 6 Oct 2009, 12:18 AM
  3. Anyone fixed the Google Checkout Shipping Charges problem yet?
    By Winks in forum Addon Payment Modules
    Replies: 0
    Last Post: 13 Oct 2008, 01:17 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