Thread: Paymate

Page 6 of 6 FirstFirst ... 456
Results 51 to 57 of 57
  1. #51
    Join Date
    Nov 2004
    Posts
    18
    Plugin Contributions
    0

    Default Re: Paymate

    Has anyone managed to fix the problem listed below?

    I've just tried to install the Paymate module and found the same issue in IE8, which prevents the module from being used at all.


    Quote Originally Posted by scouting82 View Post
    Hi Again,

    I've completed what someone said to do on page 3 and everything seems to be working fine when checking out in Mozilla but Internet Explorer 8 (the latest version of IE) on the other hand has a couple issues.

    I;m wondering if anyone else is using IE 8 and checked that Paymate is working correctly?

    what seems to be happening is that when you choose to pay with Paymate you select confirm and are taken to Paymate check out page where you enter all your credit card details.

    Whats keeps happening is that the first time you are taken to this page the recurring payment section is already open (with out selecting recurring payment) and just below the the address bar in a browser information box it says "Internet Explorer has modified this page to help prevent cross site scripting"

    When you enter your details and press confirm, instead of going to the next page it actually reloads the first page without the recurring payment open and without the cross site scripting information box.

    My question is to everyone that is having no problems with the Paymate module what Browser are you using?

    Also does anyone know how to pass the "Order Items" reference to the Express Payment page? As like some people have mentioned this field is empty when emails to both the customer and seller are received.

    Thanks to all in advance. Kind Regards Rob

  2. #52
    Join Date
    May 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: Paymate

    I would forget Paymate. They treat their customers like **it and they owe many of their customers money. They refuse to even answer emails and the Paymate cart is broken for good, I fear. I wrote to them several times asking about it and no-one responded. When I did get an answer on a different issue, mine, plus everyone elses email addresses were in the To: line of the email - so they in effect broke privacy issues as well.

  3. #53
    Join Date
    Jun 2009
    Location
    Otorohanga, New Zealand
    Posts
    25
    Plugin Contributions
    0

    red flag Re: Paymate

    I had the same problem and this is how i solved it.

    In the includes > modules > payment > paymate.php file make sure you edit the "$this->form_action_url =" line 45. I replace the original...

    https://www.paymate.com/PayMate/ExpressPayment

    link with...

    https://www.paymate.com/PayMate/ExpressPayment?mid=username&return=http://www.site.com.au/index.php?main_page=checkout_process

    Make sure you insert your paymate username where it says username and your site address where is says www.site.com.au

    All this info is in the Txt file in the zipped folder

    The Paymate Module is downloadable from here

    Working on the IE8 problem now so keep checking

    scottwww

  4. #54
    Join Date
    Jun 2009
    Location
    Otorohanga, New Zealand
    Posts
    25
    Plugin Contributions
    0

    red flag Re: Paymate Module

    Hey All

    I have been ajdusting the code with no sucess as yet. Also have been emailing the techs at Paymate about the problem and we have not found a solution as yet

    I have also tested on IE9 32bit this morning and we are getting the same problem. so if we can find it it should would for both versions

    Richard

    Will keep you posted

  5. #55
    Join Date
    Jun 2009
    Location
    Otorohanga, New Zealand
    Posts
    25
    Plugin Contributions
    0

    Default Re: Paymate

    Patrick Bourne in Akld (NZ) may of found the fix for the problem. We are still testing but this is what he has found.

    There’s a line in the paymate.php file that was calling the hidden field in the button (the field that was being put in badly and stuffing it up) so I removed it.

    The line (134) was:

    zen_draw_hidden_field('return', zen_href_link(FILENAME_CHECKOUT_PROCESS), '', 'SSL')

    When this has been removed it appears to be working correctly, but more testing is needed.

    Thanks to Patrick

    Richard

  6. #56
    Join Date
    Feb 2008
    Location
    Auckland, NZ
    Posts
    53
    Plugin Contributions
    0

    Default Re: Paymate

    I tried to remove this and i got an error when i got to the payment options....

  7. #57
    Join Date
    Nov 2011
    Location
    Sydney
    Posts
    3
    Plugin Contributions
    0

    Default Re: Paymate

    Close. The problem is the parentheses on lines 133 and 134 are messed up so that the function call for the 'back' field encloses the function call for the 'return' field.

    The fix is to move the closing ) from line 134 to line 133 to change this:

    zen_draw_hidden_field('back', zen_href_link( FILENAME_CHECKOUT_CONFIRMATION).
    zen_draw_hidden_field('return', zen_href_link(FILENAME_CHECKOUT_PROCESS), '', 'SSL'));

    to this:

    zen_draw_hidden_field('back', zen_href_link( FILENAME_CHECKOUT_CONFIRMATION)).
    zen_draw_hidden_field('return', zen_href_link(FILENAME_CHECKOUT_PROCESS), '', 'SSL');

 

 
Page 6 of 6 FirstFirst ... 456

Similar Threads

  1. Paymate
    By Tagyourbaby in forum Addon Payment Modules
    Replies: 1
    Last Post: 14 Apr 2013, 05:50 PM
  2. Paymate
    By imperialis in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 12 Sep 2008, 01:04 AM
  3. Paymate
    By erotique in forum Addon Payment Modules
    Replies: 2
    Last Post: 18 Oct 2006, 12:58 PM
  4. paymate
    By royalgemsnz in forum Addon Payment Modules
    Replies: 0
    Last Post: 14 Aug 2006, 02:39 AM

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