Results 1 to 10 of 3052

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Thanks, Mark. I'll look into that next.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Thanks, Mark. I'll look into that next.
    OK, the culprit here is /includes/templates/template_default/tpl_checkout_one_default.php, line 13:
    Code:
    $shipping_module_available = (zen_count_shipping_modules () > 0);
    Change that to
    Code:
    $shipping_module_available = ($free_shipping || $is_virtual_order || zen_count_shipping_modules () > 0);

  3. #3
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Cindy,
    Thank YOU for the FIX !!!!
    Displayed as it should, Tested and worked perfect when I placed a dummy order ...

    Have a Happy Thanksgiving !!!!!

    Mark,

  4. #4
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    When PayPal is the only payment method available - the logo (inserted by PayPal) has no radio box since there are no other choices. The arrow on the image gives the impression that this is a clickable icon to make payment, which it is not. I tried adding a bit of text to clarify but was unable to format it.

    What I did - in includes/languages/english/modules/payment/paypalwpp.php - I removed the link to paypal site generated image on line #103, just leaving empty:

    Code:
    define('MODULE_PAYMENT_PAYPALEC_MARK_BUTTON_IMG', '');
    Then in line #89 of same file I edited to this:
    Code:
    define('MODULE_PAYMENT_PAYPALWPP_TEXT_BUTTON_ALTTEXT', 'PayPal is the exclusive payment method used by this site.');

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    Problem is with the people that don't understand they can use a CC without having a PayPal acct. Even with our statements reminding folks that PayPal will take any CC, we get calls. "I don't have PayPal, how can I pay?"
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  6. #6
    Join Date
    Jun 2009
    Location
    Sparta, TN
    Posts
    158
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    I changed the PayPal button to this PayPal button and text to "Checkout with your Credit Card or PayPal via PayPal′s secure server. No PayPal account required.". We rarely get questions now.

    https://www.paypalobjects.com/en_US/...n_PPeCheck.gif
    My store - closed 12/05/2023
    1.5.7d (upgraded from 1.5.7b), clone a template (cloned Responsive Classic Template), Sitemap XML v4.0, Square WebPay, PayPal Express Checkout, PHP Version: 7.4.29 (Zend: 3.4.0)

  7. #7
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    Same, but worded slightly different. Still get the "I don't have PayPal." We've become an icon/emoji world. Few read text.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  8. #8
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by VDecalS View Post
    I changed the PayPal button to this PayPal button and text to "Checkout with your Credit Card or PayPal via PayPal′s secure server. No PayPal account required.". We rarely get questions now.

    https://www.paypalobjects.com/en_US/...n_PPeCheck.gif
    That img is better IMO than the one with the arrow. Somehow the arrow implies 'click me'. Did you replace the resident text with what you note above? And if so which file was it in - I was unable to find it with the dev tool. I was able to add some text but it formatted all wonky.

    I had a nasty gram from a customer this morning; "...I keep clicking the paypal and nothing happens..." which is why I was tending to this, but I'm surprised its the first time (that I know of) as I've always thought that img was unclear.

 

 

Similar Threads

  1. Set number of products displayed per page (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 146
    Last Post: 2 Nov 2023, 12:50 AM
  2. v151 Banners In Main Page - Support Thread
    By stevesh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2021, 03:36 PM
  3. v151 Site Map/Page Not Found: Combined [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Jan 2016, 02:19 PM
  4. v151 PayPal Express Checkout Using NVP 84.0 [Support Thread]
    By lat9 in forum Addon Payment Modules
    Replies: 32
    Last Post: 28 Dec 2015, 04:54 PM
  5. Checkout Amazon Style -- Support Thread
    By CJPinder in forum All Other Contributions/Addons
    Replies: 72
    Last Post: 13 Apr 2011, 08:18 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