Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,128
    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,042
    Plugin Contributions
    5

    Default Re: Possible small compliance issue

    Hey Stage, paypal has verified and endorsed this module,
    its OK,
    Zen cart PCI compliant Hosting

  3. #3
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,128
    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,721
    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
    66,446
    Plugin Contributions
    81

    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!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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,033
    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
    66,446
    Plugin Contributions
    81

    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!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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,244
    Plugin Contributions
    20

    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
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  9. #9
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    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!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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,128
    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. Possible to insert small icon to separate category names?
    By sam18204 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 19 Sep 2010, 11:28 PM
  2. Small issue
    By Coffinwear in forum General Questions
    Replies: 1
    Last Post: 20 Dec 2009, 07:11 PM
  3. Possible Small Problem with Google Checkout Module?
    By ehinchman in forum Addon Payment Modules
    Replies: 1
    Last Post: 20 Oct 2008, 03:53 PM
  4. Is it Possible to add a small gif to description?
    By thorcusmodee in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 15 Nov 2007, 07: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