Results 1 to 10 of 3052

Hybrid View

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

    Default Re: One-Page Checkout [Support Thread]

    @jpda, would you post your "Pickup Locations" setting for the storepickup module (or send to me via PM) so that I can (a) replicate the issue and (b) give your solution a try?

  2. #2
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    @jpda, would you post your "Pickup Locations" setting for the storepickup module (or send to me via PM) so that I can (a) replicate the issue and (b) give your solution a try?
    @lat9
    Of course, copy this string in storepickup:
    Loc_A, 9.50;Loc_B, 2.50;Loc_C, 4.50;Loc_D, 7.50;Loc_E, 0.50
    and whatever you want for taxes.
    I have set CHECKOUT_ONE_ENABLE_SHIPPING_BILLING = true.

    Thanks,

    @jpda

  3. #3
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    @lat9
    Forgot this:
    Shipping Cost
    0.00

    Tax Basis
    Shipping

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Thanks for the info, @jpda. I'll look at that over the weekend.

  5. #5
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Thanks for the info, @jpda. I'll look at that over the weekend.
    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

  6. #6
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jpda View Post
    ...

    I changed that line to: (rather weird...)
    Code:
       } elseif (true) {
    ...
    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.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  7. #7
    Join Date
    Jun 2014
    Posts
    157
    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!

  8. #8
    Join Date
    Jun 2014
    Posts
    157
    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

  9. #9
    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

 

 

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