Page 270 of 284 FirstFirst ... 170220260268269270271272280 ... LastLast
Results 2,691 to 2,700 of 2840
  1. #2691
    Join Date
    Jun 2014
    Posts
    145
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by carlwhat View Post
    code is never weird.... it is code... understanding it can be difficult.

    without getting into the logic in question here, the above line of code would be better suited as:

    Code:
       } else {
    best.
    I understand the code, "weird" referred to my putting "true" at that place!
    Quick changes, just testing.
    Thanks anyway!

  2. #2692
    Join Date
    Jun 2014
    Posts
    145
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jpda View Post
    The change in shipping.php that I posted was:
    Code:
     } elseif (count($modules_with_quotes) === 1) {
    is not correct if storepickup is not the only method available because count($modules_with_quotes) > 1.

    I changed that line to: (rather weird...)
    Code:
       } elseif (true) {
    and then it works also when other shipping methods are available.
    The selected price is not always the cheapest.
    If I find a better solution, I will let you know.

    @jpda
    I did fInd a better solution.
    I'll send the public function "cheapest" via pm.

    Thanks,

    @jpda

  3. #2693
    Join Date
    Jan 2016
    Location
    Toronto
    Posts
    23
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Hi Cindy! It's been a LONG time!

    I'm building a test site to upgrade to 1.5.8a, and have minimal changes so far - ZCA Bootstrap, and added OPC 2.4.6.

    It looks great so far, and a bunch faster too.

    OPC works great for a logged-in user (me), but FAILS for a guest checkout:
    Sorry, we are not accepting payments from your region at this time.
    Please contact us for alternate arrangements.

    Two payment modules :
    COD - Ontario zone
    moneyorder - NO ZONE

    Both are available and work properly if logged in, but not guest

    www.beadfx.com/shop
    Play as you'd like

    Thanks!
    Dan
    BeadFX

  4. #2694
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,213
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    Make sure OPC Order Total is set to

    #ottotal > .ot-text

    for bootstrap

    Your Guest Checkout Methods?

  5. #2695
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,629
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by DTomlinson View Post
    Hi Cindy! It's been a LONG time!

    I'm building a test site to upgrade to 1.5.8a, and have minimal changes so far - ZCA Bootstrap, and added OPC 2.4.6.

    It looks great so far, and a bunch faster too.

    OPC works great for a logged-in user (me), but FAILS for a guest checkout:
    Sorry, we are not accepting payments from your region at this time.
    Please contact us for alternate arrangements.

    Two payment modules :
    COD - Ontario zone
    moneyorder - NO ZONE

    Both are available and work properly if logged in, but not guest

    www.beadfx.com/shop
    Play as you'd like

    Thanks!
    Dan
    BeadFX
    One of the OPC configuration settings identifies payment methods are disallowed to guests (Guest Checkout: Disallowed Payment Methods). That setting's default is (drum roll) 'moneyorder, cod'.

    Just update that setting to be a blank and you'll be good-to-go.

  6. #2696
    Join Date
    Jan 2016
    Location
    Toronto
    Posts
    23
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    One of the OPC configuration settings identifies payment methods are disallowed to guests (Guest Checkout: Disallowed Payment Methods). That setting's default is (drum roll) 'moneyorder, cod'.

    Just update that setting to be a blank and you'll be good-to-go.
    Oh my! How did I miss that one.

    Sleepy time!

  7. #2697
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,629
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by DTomlinson View Post
    Oh my! How did I miss that one.

    Sleepy time!
    There are a ton of settings! Glad you found it.

  8. #2698
    Join Date
    Sep 2012
    Posts
    254
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    I installed OPC on v1.5.8 test site yesterday. On checkout the following headers are not shown properly. I can't seem to figure out how to insert the defines for these items.
    MODULE_ORDER_TOTAL_COUPON_TITLE
    MODULE_ORDER_TOTAL_GV_TITLE
    Next to the input box the header there is missing these defines
    MODULE_ORDER_TOTAL_COUPON_TEXT_ENTER_CODE
    MODULE_ORDER_TOTAL_GV_TEXT_ENTER_CODE
    MODULE_ORDER_TOTAL_GV_USER_PROMPT

    I searched these in the forum but they didn't return any results.

  9. #2699
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,629
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by southshorepizza View Post
    I installed OPC on v1.5.8 test site yesterday. On checkout the following headers are not shown properly. I can't seem to figure out how to insert the defines for these items.
    MODULE_ORDER_TOTAL_COUPON_TITLE
    MODULE_ORDER_TOTAL_GV_TITLE
    Next to the input box the header there is missing these defines
    MODULE_ORDER_TOTAL_COUPON_TEXT_ENTER_CODE
    MODULE_ORDER_TOTAL_GV_TEXT_ENTER_CODE
    MODULE_ORDER_TOTAL_GV_USER_PROMPT

    I searched these in the forum but they didn't return any results.
    zc158 or zc158a? Those constants should be present in /includes/languages/english/modules/order_total/lang.ot_coupon.php and lang.ot_gv.php, respectively.

  10. #2700
    Join Date
    Sep 2012
    Posts
    254
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Sorry it is 1.5.8a
    Thank you I will update there.
    Those were the 2 that I added the ~ at the end of the files per the instructions. I guess I need break. Details are slipping by me. The instructions clearly do not say to rename files in 1.5.8a.
    Thank you!!
    Last edited by southshorepizza; 2 Dec 2023 at 03:47 PM.

 

 

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