Page 45 of 280 FirstFirst ... 3543444546475595145 ... LastLast
Results 441 to 450 of 2794
  1. #441
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    @LightBrown, there were a bunch of changes going from 1.0.5 to 1.2.0; make sure that you're using the 1.2.0 version as your "base" when you move those blocks around. I'll send you a PM with my direct email so you can email me your changes for review.

  2. #442
    Join Date
    Dec 2008
    Location
    Pittsburgh, PA
    Posts
    237
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by soxophoneplayer View Post
    Is there a (not complicated) way to switch the default shipping alternative selected by OPC either from the most expensive to the least expensive, or (better yet) default to whichever option the customer selected on the shopping cart page?

    In the shopping cart the alternative estimates are presented from most to least expensive, but the least expensive is auto-selected as default for the customer. They can, of course, select a more expensive option.

    But on the OPC page, the most expensive option is selected as default, regardless of the option the customer selected on the shopping cart page. The customer can change the option on the checkout page and the total cost will be auto adjusted, but my concern is that a customer will select choice A on the cart page, then gloss over it (Oh I already did that I don't need to pay attention to it) on the checkout page.

    Sample from shopping cart page (fake customer):
    Attachment 16755

    Sample from OPC page:
    Attachment 16756

    zc 1.5.5a, Responsive Sheffield Blue 2.0, Canada Post, One Page Checkout, many other mods.
    Is there any reason why I shouldn't trigger a "default" $checked radio button (for shipping or payment) by putting this:
    Code:
    <script>
    document.getElementById('ship-storepickup-storepickup0').checked = true;
    </script>
    ...at the end of my includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_one_default.php file?

  3. #443
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by wolfderby View Post
    Is there any reason why I shouldn't trigger a "default" $checked radio button (for shipping or payment) by putting this:
    Code:
    <script>
    document.getElementById('ship-storepickup-storepickup0').checked = true;
    </script>
    ...at the end of my includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_one_default.php file?
    While that change might cause the radio button (as well as the currently selected one!) to display as selected, it doesn't trigger any event to cause the storepickup to be recognized as the customer's choice.

  4. #444
    Join Date
    Dec 2008
    Location
    Pittsburgh, PA
    Posts
    237
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    While that change might cause the radio button (as well as the currently selected one!) to display as selected, it doesn't trigger any event to cause the storepickup to be recognized as the customer's choice.
    Thanks a pretty good reason! haha Any suggestion on getting a "default" selection to load automatically?

  5. #445
    Join Date
    Dec 2012
    Posts
    68
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    @tmpinsnty, Did you copy the file /includes/modules/pages/checkout_payment/jscript_payeezy.php to /includes/modules/pages/checkout_one?

    I've just downloaded the payment module and it looks like that might be the missing bit.
    So I have Payeezy v0941b installed and One_Page_checkout 1.2.0 installed. Originally I was getting a Payeezy error that a Token was missing. I copied the jscript_payeezy.php to the /includes/modules/pages/checkout_one/ directory. I no longer get the Token error, I just get declines, but I do not believe the actual transaction is reaching out to First Data since I am not getting a decline report from them (I get email alerts on declines). If I turn One Page Checkout off the transaction completes normally. Any suggestions ?
    Tony

  6. #446
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    @tonyreynolds, do you have this installed on a site I could access? If you don't want to post that information, you can always send me a Private Message.

  7. #447
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: One-Page Checkout [Support Thread]

    I like the one page checkout. Very lean and mean, but I am missing a possibility to have an order confirmation page. This is needed in some countries so customers can review their order before making it definitive.

  8. #448
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Design75 View Post
    I like the one page checkout. Very lean and mean, but I am missing a possibility to have an order confirmation page. This is needed in some countries so customers can review their order before making it definitive.
    That's been a "concern" of mine, too. I'm going to make the payment-method "exclusions" list a configuration setting, so that you can specify that the payment methods that your store(s) use require confirmation.

  9. #449
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: One-Page Checkout [Support Thread]

    thanks Cindy
    Quote Originally Posted by lat9 View Post
    That's been a "concern" of mine, too. I'm going to make the payment-method "exclusions" list a configuration setting, so that you can specify that the payment methods that your store(s) use require confirmation.

  10. #450
    Join Date
    Dec 2008
    Location
    Pittsburgh, PA
    Posts
    237
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    While that change might cause the radio button (as well as the currently selected one!) to display as selected, it doesn't trigger any event to cause the storepickup to be recognized as the customer's choice.
    ended up changing logic around includes/classes/shipping.php line 206 to the following so that in-store pickup shipping method could be selected by default for the shipping method by the cheapest() function when called in header_php.php

    Code:
          for ($i=0; $i<$size; $i++) {
            if (is_array($cheapest)) {
    			if ($rates[$i]['cost'] < $cheapest['cost']) {
    				$cheapest = $rates[$i];
    			}  
            } else {
                $cheapest = $rates[$i];
            }
    hopefully this is a little better than my javascript vanity that didn't do anything. (:

 

 

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