Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2008
    Location
    Kitchener
    Posts
    8
    Plugin Contributions
    0

    Default Reference policies on credit card information page

    I am trying to make my site compliant to Internetsecure's merchant policies. One of the requirements is to reference a link to their privacy policy and terms of use policy. They require me to have it right on the page where a customer inputs credit card information. I've set it up under the section where the customer has to agree (tick box) to our Terms and Conditions during checkout (I put Internetsecure's links in the Terms and Conditions page), but they are saying its not good enough. It must show on the credit card information page. Does anyone know how to edit that page or how I can do it? Is there anyone that uses Internetsecure and has passed their initial audit?

  2. #2
    Join Date
    Jan 2008
    Location
    Kitchener
    Posts
    8
    Plugin Contributions
    0

    Default Re: Reference policies on credit card information page

    I was able to do what I wanted after reading this thread:

    http://www.zen-cart.com/forum/showth...8787&highlight

  3. #3
    Join Date
    Apr 2008
    Posts
    51
    Plugin Contributions
    0

    Default Re: Reference policies on credit card information page

    SPL,

    Can you please post exactly what you did? I am trying it based on your reference to the post but can not seem to get it working.

    Thanks in advance!!
    Cowspot, www.cowspotbeads.com
    Zen 1.3.8a, InternetSecure Payment Mod, Custom Bundles Mod
    SuperTracker Mod, Who Referred You? Mod, Recover Cart Sales

  4. #4
    Join Date
    Apr 2008
    Posts
    51
    Plugin Contributions
    0

    Default Re: Reference policies on credit card information page

    Thanks to the PHP coders I found on www.codingforums.com (told them I would give them a plug for the help). Here is exactly what you need to do if needs be.

    BACKUP YOUR FILES FIRST!!!!! I AM NOT RESPONSIBLE IF THIS MESSES ANYTHING UP!!! (but it worked perfect for me)

    Edit the file /catalog/includes/languages/english/checkout_payment.php
    On or around line 20 you should find the line
    define('TEXT_SELECT_PAYMENT_METHOD', 'Please select a payment method for this order.');

    Highlight the line and replace it with:
    define('TEXT_SELECT_PAYMENT_METHOD', 'Please select a payment method for this order.<br><br>By providing this information you agree to Elavon\'s Privacy Policy and Terms of Use<br>Privacy Policy: <a href="http://www.internetsecure.com/privacy.html" target=new><b>http://www.internetsecure.com/privacy.html</b></a><br>
    Terms of Use: <a href="http://www.internetsecure.com/termsofuse.html" target=new><b>http://www.internetsecure.com/termsofuse.html</b></a>');

    That will place it on the payment page and right above where the credit card info is entered. This will be accepted by InternetSecure in their audit.

    Not sure if it matters but please note I am using the InternetSecure Merchant Direct Gateway v1-1 located at http://www.zen-cart.com/index.php?ma...roducts_id=817

    Hopefully this helps future InternetSecure customers!
    Cowspot, www.cowspotbeads.com
    Zen 1.3.8a, InternetSecure Payment Mod, Custom Bundles Mod
    SuperTracker Mod, Who Referred You? Mod, Recover Cart Sales

 

 

Similar Threads

  1. v150 how to directly show credit card information on the payment information page?
    By lina0962 in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 11 Mar 2014, 03:33 PM
  2. v150 Credit card information
    By gtarplyer2010 in forum General Questions
    Replies: 3
    Last Post: 26 Jan 2012, 09:25 AM
  3. Credit Card/Security Information
    By untitled10101 in forum General Questions
    Replies: 1
    Last Post: 15 Apr 2008, 03:52 PM

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