Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 3052

Hybrid View

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

    Default Re: One-Page Checkout [Support Thread]

    Don't know if this will help in all uses of this but here's what I found.
    It's obvious that the payment options are not showing up but are they not there because of something else is preventing them? I did a compare of the includes/templates/template_default/templates/tpl_checkout_one_default.php file for both the 1.0.7 and 1.0.8. In looking for what changes might affect payment, I noticed the addition in 1.0.8 of code to NOT display the payment-method if there is no shipping method. Actually done by checking to see if there IS a shipping method and then adding the payment methods. The new addition lists (on line 178)
    Code:
    if ($shipping_method_available) {
    This led me on a search for $shipping_method_available to see where it was set. Turns out $shipping_method_available couldn't be found anywhere but in the file itself and only on that one line of code.
    Thinking it couldn't be that simple, i changed the line to what I was able to find elsewhere.
    Code:
    if ($shipping_method) {
    That managed to bring up the available payment methods but didn't play well with the free items as it would not allow confirmation of the sale on free shipping. Something is stopping the checkoutOneSubmit div from firing.

    Commenting out line 358 and 391 got the submit button back but there are still problems with the fact that the system is not informing us that the shipping method is free.
    Brain is fried at this point. Hopefully this will help in the search.
    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.

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

    Default Re: One-Page Checkout [Support Thread]

    @allmart, @dbltoe, @haredo (and everyone else). My profuse apologies; the offending line is in /includes/templates/template_default/tpl_checkout_one_default.php, line 178:
    Code:
    if ($shipping_method_available) {
    That should be changed to read
    Code:
    if ($shipping_module_available) {
    @faisalkn4, is firstdata your only payment method?

    I'll get v1.0.9 going to incorporate that first change. Somehow (brainfart?), a downlevel version of that template file "crept" into the plugin's repository.

  3. #3
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    190
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Thanks for your prompt solution, worked like a charm. No need to apologize, we are all grateful for your contributions.

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

    Default Re: One-Page Checkout [Support Thread]

    I've just submitted v1.0.3 to the Plugins section for review. That version includes the following changes
    • Disable plugin if jscript_framework.php isn't present in the active template.
    • Update documentation to identify template-specific requirements.
    • Some shipping methods require additional time; new configuration setting added.
    • Correct interlock for shipping methods that require "extra" information
    • Update readme/configuration to v1.0.3
    • ZC1.5.5, correct "collectsCardDataOnsite" payment processing
    • ZC1.5.4, correct jQuery error when the payment method "collectsCardDataOnsite"
    • Update documentation to identify templates known to have compatibility issues.

  5. #5
    Join Date
    Jun 2012
    Posts
    32
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Hello, I have installed the plugin and I have a problem, I sell virtual products so no shipping is required, it doesn't show a shipping method or shipping information (that is as it should) but It doesn't let me confirm the order as a message appears „You must choose a shipping method for your order.....
    Test site - Zencart 1.5.5a with only Ceon-URI-Mapping-4.5.2 installed.
    This is the error logged message (i checked and the files exist):
    Code:
    [03-Sep-2016 17:35:12 xxxx] Request URI: /index.php?main_page=checkout_one, IP address: xxx
    #1  require(/home/xxx/public_html/xxx/includes/modules/pages/checkout_one/jscript_main.php) called at [/home/xxx/public_html/xxx/includes/templates/responsive_classic/common/html_header.php:176]
    #2  require(/home/xxx/public_html/xxx/includes/templates/responsive_classic/common/html_header.php) called at [/home/xxx/public_html/xxx/index.php:43]
    Last edited by suportafaceri; 3 Sep 2016 at 03:42 PM.

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Oops (yet again)! @suportafaceri, thanks for the bug-report; I'll get that logged and squashed.

  7. #7
    Join Date
    Jun 2012
    Posts
    32
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Hello, please let me know if I can help with anything.

  8. #8
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by suportafaceri View Post
    Hello, please let me know if I can help with anything.
    I've got the changes needed to properly handle orders with all virtual products uploaded to the plugin's GitHub repository. It turns out that the same issue presented itself if your store uses the free-shipping configuration associated with the shipping order-total (your admin's Modules->Order Total->ot_shipping).

    You can grab those latest changes from the plugin's master while I determine if there are any other gremlins waiting to be squished. The plugin's admin auto-initialization will update the One-Page Checkout version to 1.0.4-beta1.

  9. #9
    Join Date
    Jun 2012
    Posts
    32
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Thanks, you solved my problem

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

    Default Re: One-Page Checkout [Support Thread]

    may have been in error
    Last edited by dbltoe; 2 Feb 2022 at 06:07 PM.
    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.

 

 
Page 2 of 4 FirstFirst 1234 LastLast

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