Page 24 of 296 FirstFirst ... 1422232425263474124 ... LastLast
Results 231 to 240 of 2956
  1. #231
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,346
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

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

  2. #232
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,346
    Plugin Contributions
    94

    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. #233
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,173
    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. #234
    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. #235
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,448
    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?"

  6. #236
    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. #237
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,448
    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.

  8. #238
    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.

  9. #239
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,346
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by faisalkn4 View Post
    I am using
    Zencart 1.5.5a
    Template : Responsive classic

    first of all issue with 1.0.7
    1) display coupon discount but when order confirm goes to firstdata credit card page coupon amount not effect . no discount
    2) coupon free shipping also not working

    when upgrade to 1.0.8
    1) payment method option not displaying
    2) when click on confirm order popup select payment method
    when replace tpl_checkout_one_default.php with previous 1.0.7 behave same as 1.0.7

    Please help will thankfull
    The problem here was that the firstdata_hco payment method (and possibly others?) is looking for the $order_totals variable to determine the deductions for the order and that variable was being set only if the confirmation page's display was being rendered.

    It's been fixed (and validated by @faisalkn4) and the change is up on GitHub; I'll be creating a v1.0.9 release "real soon now".

  10. #240
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,346
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    I've just submitted v1.0.9 to the Zen Cart Plugins for review, correcting the following GitHub-recorded issues:

    #60: Some payment methods require an instance of $order_totals
    #59: Virtual order doesn't display shipping/confirmation blocks
    #58: No payment modules displayed
    #57: Note that "Sage Pay Form" is compatible in the readme

    For those that celebrate ... Happy Thanksgiving!

 

 

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

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