Page 8 of 10 FirstFirst ... 678910 LastLast
Results 71 to 80 of 95
  1. #71
    Join Date
    Sep 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Realex RealDirect Payment Module.

    Hi Everybody,

    I have Googled, read through the forum, but has anybody faced this error message:

    "Please contact the merchant whose goods or services you are purchasing and give the error message below.

    Error 508
    Invalid characters in product id - please use only A-Z a-z 0-9 _ - . , + @"

    Can anyone please help me what is the course of action here and and how to proceed?

    Mighty grateful if someone can help here!
    Thanks,
    Sandeep

  2. #72
    Join Date
    Jan 2012
    Posts
    27
    Plugin Contributions
    0

    Default Re: Realex RealDirect Payment Module.

    Sandeep

    Please give the URL to your site

    Please also give the product name, id or SKU code of the item that is causing the issue for you.

    Regards

    Steve B

  3. #73
    Join Date
    Nov 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Realex RealDirect Payment Module.

    Hi i need help wit my website, I am using realex with zencart and its not showing up new orders soes anyone know what it could be,
    Thank you
    Barry

  4. #74
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Realex RealDirect Payment Module.

    A-Z Tuning,
    When you reply - scroll up and read posting tips and answer the questions

    What you have posted is like saying I have a problem - can you guess what it is
    Zen-Venom Get Bitten

  5. #75
    Join Date
    Jan 2012
    Posts
    27
    Plugin Contributions
    0

    Default Re: Realex RealDirect Payment Module.

    Quote Originally Posted by A-Z Tuning View Post
    Hi i need help wit my website, I am using realex with zencart and its not showing up new orders soes anyone know what it could be,
    Thank you
    Barry
    A-Z Tuning

    As Kobra says the forum requires MUCH more information of your problem.

    BUT here is what is meant to happen:-

    1. Customer places order and goes to checkout
    2. If you have installed the Realex module properly your customer will see Realex as an option to pay. Like this:-

    Name:  Realex.jpg
Views: 1047
Size:  26.4 KB

    3. Once customer picks this payment method and then confirms the payment they will be taken away from your site to the Realex payment portal, where you should have a template you have given Realex to upload with a landing URL for when their site returns the customer after a successful payment, or not.

    If you have installed the module properly this will all work BUT you have to give Realex various bits of information AND you must make sure that the before_process.php file is in the route folder of your store.

    Don't expect the module to work if these bits of information are not working.

    If you want to see how the process works go to this site and follow the order process through to see how it operates: thefriendlylifestylestore.co.uk.

    Also you can call the Realex Technicians in Ireland and they will help you, some of them are experienced enough in php to help if you are having problems with setting up the before_process.php file and the realex.php file (this latter file has to have your merchant account name and shared secret).

    The realex.php file (in ./includes/modules/payments/) contains a section with this in it:-

    -----
    //Replace these with the values you receive from Realex Payments
    $merchantid = "merchantname";
    $secret = "sharedsecret";
    $account = "accountname";
    -----

    If you want their tel number send me a separate email.

    Cheers

    Steve B

  6. #76
    Join Date
    Jan 2007
    Posts
    143
    Plugin Contributions
    0

    Default Re: Realex RealDirect Payment Module.

    Hi all,
    I'm trying to get Realex module to work with my site www.trugrow.co.uk v1.5.1

    At end of checkout I'm getting Error 508
    Invalid characters in product id - please use only A-Z a-z 0-9 _ - . , + @"

    I've tried checking out with many different products.

    A Realex
    Integration and Support Analyst has been helping to try and resolve the issues, nothing yet is working.

    Setup account internet, Merchant ID trugrow, Shared Secret, Transaction Currency GBP, Payment Zone and confirmed correct with support.

    I'm using http://www.trugrow.co.uk/before_process.php

    Wondering if anybody else can see whats wrong here please?
    Steve

  7. #77
    Join Date
    Jan 2012
    Posts
    27
    Plugin Contributions
    0

    Default Re: Realex RealDirect Payment Module.

    Quote Originally Posted by Woody619 View Post
    Hi all,
    I'm trying to get Realex module to work with my site www.trugrow.co.uk v1.5.1

    At end of checkout I'm getting Error 508
    Invalid characters in product id - please use only A-Z a-z 0-9 _ - . , + @"

    I've tried checking out with many different products.

    A Realex
    Integration and Support Analyst has been helping to try and resolve the issues, nothing yet is working.

    Setup account internet, Merchant ID trugrow, Shared Secret, Transaction Currency GBP, Payment Zone and confirmed correct with support.

    I'm using http://www.trugrow.co.uk/before_process.php

    Wondering if anybody else can see whats wrong here please?
    Steve
    Steve

    I tried to buy a 6" Clip Fan from your site @£9.99.

    You are not showing product codes on your site but if the code is: 6" Clip Fan, this may be where your problem is.

    Really your product codes should be as simple as possible and in this case something like: 6INCFAN, or 6INCHCLIPFAN, or similar. What we do on our site is use codes that tell my staff who the supplier is. So if we were to sell the same fan it would be:-

    ELEC-6INCHCLIPFAN (Electrovision 6 Inch Clip Fan)

    Maybe you should check your product codes?

    Also, just as an aside, £6.95 shipping for such a small item would certainly put me off buying this particular item from you. Maybe you should have staged shipping for various items? You can do this by installing the Royal Mail shipping module.

    Cheers

    SteveB

  8. #78
    Join Date
    Jan 2007
    Posts
    143
    Plugin Contributions
    0

    Default Re: Realex RealDirect Payment Module.

    Thank you for your reply and help Steve,

    For the clip fan I have changed the Products Name:6 Inch Clip Fan and added a Products Model:6INCHFAN

    but this don't work for me, still get the 508 error

    tried the same on the ph test kit, still error 508

    Steve

  9. #79
    Join Date
    Jan 2007
    Posts
    143
    Plugin Contributions
    0

    Default Re: Realex RealDirect Payment Module.

    Just took a look at product id in phpmyadmin and all id's are 3 digit numbers, nothing else.

    Steve

  10. #80
    Join Date
    Jan 2007
    Posts
    143
    Plugin Contributions
    0

    Default Re: Realex RealDirect Payment Module.

    Managed to fix this problem. It was our store name with invalid characters[FONT=Calibri, sans-serif], [/FONT]had a ':' in name.

    Still have errors but that one is fixed.

    Steve

 

 
Page 8 of 10 FirstFirst ... 678910 LastLast

Similar Threads

  1. Realex Redirect Payment Module Issue; 'Hases don't match'
    By paddyohanlon in forum Addon Payment Modules
    Replies: 2
    Last Post: 23 Aug 2011, 03:15 PM
  2. Issue with realex payment module
    By alfrizmartin in forum Addon Payment Modules
    Replies: 6
    Last Post: 7 Oct 2010, 07:51 PM
  3. Wrong order number in checkout_success page with RealEx payment module
    By stuartmcmahon in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Sep 2010, 09:50 PM
  4. Realex Module
    By cuhl in forum Addon Payment Modules
    Replies: 1
    Last Post: 22 May 2009, 09:27 AM
  5. Realex On-Site card processing module
    By fififofumdotcom in forum Addon Payment Modules
    Replies: 0
    Last Post: 9 Mar 2008, 11:54 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