Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,137
    Plugin Contributions
    0

    Default Possible small compliance issue

    The express checkout button needs to be "aligned with any other checkout buttons". Unless I have installed something wrong, my express button is on the bottom of the shopping cart page. Below the estimated shipping methods.
    source PP_WebsitePaymentsPro_IntegrationGuide.pdf page 13.

    PayPal recommends the following text near the logo in the regular checkout location.
    "Save time. Checkout securely. Pay without sharing your financial information."
    source https://www.paypal.com/express-checkout-buttons

  2. #2
    Join Date
    Mar 2004
    Posts
    16,019
    Plugin Contributions
    5

    Default Re: Possible small compliance issue

    Hey Stage, paypal has verified and endorsed this module,
    its OK,

  3. #3
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,137
    Plugin Contributions
    0

    Default Re: Possible small compliance issue

    I agree with your comment. I will still present continues improvement items to the table to get even closer to following there rules. We all know how PayPal can be.

  4. #4
    Join Date
    Jun 2003
    Posts
    33,825
    Plugin Contributions
    0

    Default Re: Possible small compliance issue

    Dennis

    Thanks but we have it well in hand.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    Jan 2004
    Posts
    58,235
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Possible small compliance issue

    Quote Originally Posted by stagebrace View Post
    I agree with your comment. I will still present continues improvement items to the table to get even closer to following there rules. We all know how PayPal can be.
    Thanks Dennis -- we appreciate the watchful eye and careful attention to detail !

    I've noticed that some folks' templates do appear to push the button much lower on the page than it's intended. I think it's related to a stylesheet conflict, but may also be a result of other customizations on their site.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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.

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    Plugin Contributions
    31

    Default Re: Possible small compliance issue

    I noticed that I had to add a "forward" in the <div> for the button in tpl_ec_button.php

    <div id="PPECbutton" class="buttonRow forward">

  7. #7
    Join Date
    Jan 2004
    Posts
    58,235
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Possible small compliance issue

    That's partly my point ... in the v1.3.7 upgrade, there was a CSS change, which some apparently miss:

    this:
    Code:
    .forward {
    	float: right;
    	}
    became this:
    Code:
    .forward, #shoppingCartDefault #PPECbutton {
    	float: right;
    	}
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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.

  8. #8
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,158
    Plugin Contributions
    12

    Default Re: Possible small compliance issue

    Quote Originally Posted by DrByte View Post
    there was a CSS change, which some apparently miss:
    That's going to happen a lot unless attention is drawn to the fact that it needs to be merged into YOUR_TEMPLATE/css/stylesheet.css
    The JSWeb Team
    www.JSWeb.co.uk
    PCI Compliant Host Provider (UK/IRELAND) - ZenCart Specialists

  9. #9
    Join Date
    Jan 2004
    Posts
    58,235
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Possible small compliance issue

    Quote Originally Posted by Ryk View Post
    That's going to happen a lot unless attention is drawn to the fact that it needs to be merged into YOUR_TEMPLATE/css/stylesheet.css
    Agreed ... the same with all the other files in any given upgrade ... all must be carefully merged with your existing files ... and esp into your custom overrides files.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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.

  10. #10
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,137
    Plugin Contributions
    0

    Default Re: Possible small compliance issue

    Kim, thanks for having it under control. Dr Byte thanks for the pat on the back.
    I thought I would show an example anyway. I made some changes in the file
    includes/templates/<my template>/templates/tpl_shopping_cart_default.php
    Moving the EC button code to just below this "<!--bof shopping cart buttons-->" fixed the issue for me. PayPal payments are in the increase. And thats less work entering data into the V-Terminal.

    You folks are the greatest!
    Last edited by stagebrace; 24 May 2010 at 07:01 PM.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Order Steps - Tableless small issue IE only
    By dharma in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 11 Jan 2007, 02:40 AM
  2. Small Issue with Layers
    By Arnold in forum General Questions
    Replies: 1
    Last Post: 21 Oct 2006, 01:55 PM
  3. _LRG image displaying at Small Image size
    By sopretty in forum General Questions
    Replies: 11
    Last Post: 1 Oct 2006, 09:28 PM
  4. log in/log out 404 -NOT double directory issue
    By felixthehat in forum Installing on a Linux/Unix Server
    Replies: 7
    Last Post: 30 Sep 2006, 02:35 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
  •