Page 1 of 9 123 ... LastLast
Results 1 to 10 of 3052

Hybrid View

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

    Default Re: One-Page Checkout [Support Thread]

    Thanks, again, Frank. That, too, is a boo-boo. I've got it noted in the plugin's GitHub issues and hope to have a solution real-soon-now.

  2. #2
    Join Date
    Jul 2016
    Location
    Ayrshire, Scotland
    Posts
    3
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Thanks, again, Frank. That, too, is a boo-boo. I've got it noted in the plugin's GitHub issues and hope to have a solution real-soon-now.
    What a great contribution, just what I've been after for 1.5.5a

    I've set this up on a clone of my main site and everything is working well with the add-on installed. I have tested it with the PayPal Express (sandbox), COD and moneyorder payment modules and all of them work.

    The only minor point I noticed is that the checkout page selects the cheapest non-free postage however the order total shown at the bottom of the page doesn't include the postage unless the radio button is clicked again or a different postage option is selected. I use a cloned table shipping module and the default being selected by the checkout page in my case is table2 (UK 2nd class postage). The correct order total still goes through when the order is confirmed however I wondered if there is some way to get the page to refresh the total when the default is selected by the checkout page or if it is possible to have no postage selected so that the customer needs to pick from the list?

    I've attached a screen shot of the page in use on my test site.

    Click image for larger version. 

Name:	checkout-total.jpg 
Views:	12933 
Size:	41.0 KB 
ID:	16558

    Kind regards,
    Gary

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,925
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Gary, since you've got the plugin installed on a clone (so you're the only customer accessing that "clone"), you could create me a debug-file and send it to me via PM.

    It's important to note at which point the shipping doesn't get included in the total. Is it the very first time you "hit" the checkout_one page after you've logged in? I'm "assuming so", so:
    1. Log off of the store front.
    2. Log into your admin and set the One Page Checkout Settings, Debug to true.
    3. Sign back into your storefront, place a product in your cart and click the Checkout button.

    Does the symptom display itself at this point (i.e. no shipping selected)? If so, look in your store's /logs folder for a file named myDebug-one_page_checkout-xxx.log (the xxx is your customer_id), make a copy and PM that to me.

  4. #4
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    zc 1.5.5a. Responsive Sheffield Blue 2.0 adapted to zc 1.5.5a, Canada Post only shipping module, Paypal regular with express enabled. Live site is SSL, test site not ssl.

    I tried installing this mod on my WAMP clone test site.

    I didn't have the issue mentioned above with shipping selection - CanadaPost mod offered a number of choices/rates, with none pre-selected. Clicking on any one of them automatically recalculated total at bottom of page. (my CanadaPost mod is live connected on my test site)

    I clicked through as far as I could. My test site isn't actually hooked into Paypal live so I got an error at that point. I presume that is only because of the test situation but I had enabled the debug and can send if desired.

    I did receive an email from the test site notifying me of paypal error.

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,925
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    @soxophoneplayer, please send that log!

  6. #6
    Join Date
    Apr 2015
    Location
    Netherlands
    Posts
    24
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Hello,

    I just made a fresh zencart 1.5.5a install. Also a fresh Edify template and of course one-page-checkout.
    But it seems that i can't get one-page-checkout to work, it loops back after pressing the button confirm order. It just stays on the checkout-one page.
    I copied the 1.5.5a payment.php file and made sure all other files are all copied correct. Now i don't have a clue where to look for this problem Website: http://www.middenarmsteun.nl
    Below the error code.


    2016-09-12 16:45:38 checkout_one_confirmation: Starting confirmation, shipping and request data follows:

    Code:
    Array(
        [id] => zones_zones
        [title] => Tariefzones (Verzenden naar NL)
        [cost] => 7
        [extras] => 
    )
    Array
    (
        [main_page] => checkout_one_confirmation
        [securityToken] => 2a3af9d4715c861f42db57917deaac0f
        [action] => process
        [shipping_billing] => 1
        [comments] => 
        [dc_redeem_code] => 
        [shipping] => zones_zones
        [payment] => moneyorder
        [conditions] => 1
        [confirm_order_x] => Confirm Order
        [order_confirmed] => 0
        [javascript_enabled] => 1
        [zenInstallerId] => 256ddc7393d6b447260fdffd7067e680
        [zenid] => 684d4f2ec67ac151a155a0d3331bb549
        [__atuvc] => 14|37
        [__atuvs] => 57d6bb1db6e74400000
    )
    2016-09-12 16:45:38 checkout_one_confirmation: Initial order information:order

    Code:
    Object
    (
        [info] => Array
            (
                [order_status] => 1
                [currency] => EUR
                [currency_value] => 1.00000000
                [payment_method] => 
                [payment_module_code] => 
                [coupon_code] => 
                [shipping_method] => Tariefzones (Verzenden naar NL)
                [shipping_module_code] => zones_zones
                [shipping_cost] => 7
                [subtotal] => 10
                [shipping_tax] => 0
                [tax] => 0
                [total] => 17
                [tax_groups] => Array
                    (
                        [0] => 0
                    )
    
    
                [comments] => 
                [ip_address] => 24.132.131.128 - 24.132.131.128
            )
    
    
        [totals] => Array
            (
            )
    
    
        [products] => Array
            (
                [0] => Array
                    (
                        [qty] => 1
                        [name] => Test
                        [model] => Test-01
                        [tax_groups] => Array
                            (
                                [0] => Btw
                            )
    
    
                        [tax_description] => Btw
                        [price] => 10.0000
                        [final_price] => 10
                        [onetime_charges] => 0
                        [weight] => 1
                        [products_priced_by_attribute] => 0
                        [product_is_free] => 0
                        [products_discount_type] => 0
                        [products_discount_type_from] => 0
                        [id] => 1
                        [rowClass] => rowEven
                        [tax] => 0
                    )
    
    
            )
    
    
        [customer] => Array
            (
                [firstname] => John
                [lastname] => van Rossem
                [company] => Restyleparts
                [street_address] => Ratelaarstraat 34
                [suburb] => 
                [city] => Arnhem
                [postcode] => 6832DK
                [state] => 
                [zone_id] => 0
                [country] => Array
                    (
                        [id] => 150
                        [title] => Netherlands
                        [iso_code_2] => NL
                        [iso_code_3] => NLD
                    )
    
    
                [format_id] => 5
                [telephone] => 0622153576
                [email_address] => [email protected]
            )
    
    
        [delivery] => Array
            (
                [firstname] => John
                [lastname] => van Rossem
                [company] => Restyleparts
                [street_address] => Ratelaarstraat 34
                [suburb] => 
                [city] => Arnhem
                [postcode] => 6832DK
                [state] => 
                [zone_id] => 0
                [country] => Array
                    (
                        [id] => 150
                        [title] => Netherlands
                        [iso_code_2] => NL
                        [iso_code_3] => NLD
                    )
    
    
                [country_id] => 150
                [format_id] => 5
            )
    
    
        [content_type] => physical
        [email_low_stock] => 
        [products_ordered_attributes] => 
        [products_ordered] => 
        [products_ordered_email] => 
        [attachArray] => 
        [billing] => Array
            (
                [firstname] => John
                [lastname] => van Rossem
                [company] => Restyleparts
                [street_address] => Ratelaarstraat 34
                [suburb] => 
                [city] => Arnhem
                [postcode] => 6832DK
                [state] => 
                [zone_id] => 0
                [country] => Array
                    (
                        [id] => 150
                        [title] => Netherlands
                        [iso_code_2] => NL
                        [iso_code_3] => NLD
                    )
    
    
                [country_id] => 150
                [format_id] => 5
            )
    
    
        [use_external_tax_handler_only] => 
    )
    2016-09-12 16:45:38 checkout_one_confirmation: SHIPPING_QUOTE:
    Code:
    Array
    (
        [0] => Array
            (
                [id] => zones
                [module] => Tariefzones
                [methods] => Array
                    (
                        [0] => Array
                            (
                                [id] => zones
                                [title] => Verzenden naar NL
                                [cost] => 7
                            )
    
    
                    )
    
    
            )
    
    
    )
    2016-09-12 16:45:38 checkout_one_confirmation: Shipping setup, preparing to call order-totals.shipping
    Code:
    Object
    (
        [modules] => Array
            (
                [0] => zones.php
            )
    
    
        [enabled] => 1
        [abort_legacy_calculations] => 
    )
    Array
    (
        [0] => Array
            (
                [id] => zones
                [module] => Tariefzones
                [methods] => Array
                    (
                        [0] => Array
                            (
                                [id] => zones
                                [title] => Verzenden naar NL
                                [cost] => 7
                            )
    
    
                    )
    
    
            )
    
    
    )
    Array
    (
        [id] => zones_zones
        [title] => Tariefzones (Verzenden naar NL)
        [cost] => 7
        [extras] => 
    )
    2016-09-12 16:45:38 checkout_one_confirmation: Returned from call to order-totals:order_total
    Code:
    Object
    (
        [modules] => Array
            (
                [0] => ot_subtotal.php
                [1] => ot_shipping.php
                [2] => ot_coupon.php
                [3] => ot_group_pricing.php
                [4] => ot_tax.php
                [5] => ot_loworderfee.php
                [6] => ot_gv.php
                [7] => ot_total.php
            )
    
    
    )
    2016-09-12 16:45:38 checkout_one_confirmation: Something causing redirection back to checkout_one, error (), order_confirmed ()
    Code:
    Array
    (
    )
    2016-09-12 16:45:38 checkout_one: CHECKOUT_ONE_ENTRY, version (1.0.4 (2016-09-11)), Zen Cart version (1.5.5a), template (edify)
    2016-09-12 16:45:38 checkout_one: CHECKOUT_ONE_AFTER_SHIPPING_CALCULATIONS, pass (), free_shipping (),
    Code:
    array (
      'id' => 'zones_zones',
      'title' => 'Tariefzones (Verzenden naar NL)',
      'cost' => 7,
      'extras' => '',
    )
    2016-09-12 16:45:38 checkout_one: CHECKOUT_ONE_SHIPPING_CHECK (zones_zones)
    Code:
    Array
    (
        [0] => Array
            (
                [id] => zones
                [module] => Tariefzones
                [methods] => Array
                    (
                        [0] => Array
                            (
                                [id] => zones
                                [title] => Verzenden naar NL
                                [cost] => 7
                            )
    
    
                    )
    
    
            )
    
    
    )
    
    
    Array
    (
        [0] => zones_zones
    )
    2016-09-12 16:45:38 checkout_one: CHECKOUT_ONE_AFTER_SHIPPING_QUOTES
    Code:
    array (
      'id' => 'zones_zones',
      'title' => 'Tariefzones (Verzenden naar NL)',
      'cost' => 7,
      'extras' => '',
    )order Object
    (
        [info] => Array
            (
                [order_status] => 1
                [currency] => EUR
                [currency_value] => 1.00000000
                [payment_method] => 
                [payment_module_code] => 
                [coupon_code] => 
                [shipping_method] => Tariefzones (Verzenden naar NL)
                [shipping_module_code] => zones_zones
                [shipping_cost] => 7
                [subtotal] => 10
                [shipping_tax] => 0
                [tax] => 0
                [total] => 17
                [tax_groups] => Array
                    (
                        [0] => 0
                    )
    
    
                [comments] => 
                [ip_address] => 24.132.131.128 - 24.132.131.128
            )
    
    
        [totals] => Array
            (
            )
    
    
        [products] => Array
            (
                [0] => Array
                    (
                        [qty] => 1
                        [name] => Test
                        [model] => Test-01
                        [tax_groups] => Array
                            (
                                [0] => Btw
                            )
    
    
                        [tax_description] => Btw
                        [price] => 10.0000
                        [final_price] => 10
                        [onetime_charges] => 0
                        [weight] => 1
                        [products_priced_by_attribute] => 0
                        [product_is_free] => 0
                        [products_discount_type] => 0
                        [products_discount_type_from] => 0
                        [id] => 1
                        [rowClass] => rowEven
                        [tax] => 0
                    )
    
    
            )
    
    
        [customer] => Array
            (
                [firstname] => John
                [lastname] => van Rossem
                [company] => Restyleparts
                [street_address] => Ratelaarstraat 34
                [suburb] => 
                [city] => Arnhem
                [postcode] => 6832DK
                [state] => 
                [zone_id] => 0
                [country] => Array
                    (
                        [id] => 150
                        [title] => Netherlands
                        [iso_code_2] => NL
                        [iso_code_3] => NLD
                    )
    
    
                [format_id] => 5
                [telephone] => 0622153576
                [email_address] => [email protected]
            )
    
    
        [delivery] => Array
            (
                [firstname] => John
                [lastname] => van Rossem
                [company] => Restyleparts
                [street_address] => Ratelaarstraat 34
                [suburb] => 
                [city] => Arnhem
                [postcode] => 6832DK
                [state] => 
                [zone_id] => 0
                [country] => Array
                    (
                        [id] => 150
                        [title] => Netherlands
                        [iso_code_2] => NL
                        [iso_code_3] => NLD
                    )
    
    
                [country_id] => 150
                [format_id] => 5
            )
    
    
        [content_type] => physical
        [email_low_stock] => 
        [products_ordered_attributes] => 
        [products_ordered] => 
        [products_ordered_email] => 
        [attachArray] => 
        [billing] => Array
            (
                [firstname] => John
                [lastname] => van Rossem
                [company] => Restyleparts
                [street_address] => Ratelaarstraat 34
                [suburb] => 
                [city] => Arnhem
                [postcode] => 6832DK
                [state] => 
                [zone_id] => 0
                [country] => Array
                    (
                        [id] => 150
                        [title] => Netherlands
                        [iso_code_2] => NL
                        [iso_code_3] => NLD
                    )
    
    
                [country_id] => 150
                [format_id] => 5
            )
    
    
        [use_external_tax_handler_only] => 
    )
    messageStack Object
    (
        [messages] => Array
            (
            )
    
    
    )
    Array
    (
        [0] => Array
            (
                [id] => zones
                [module] => Tariefzones
                [methods] => Array
                    (
                        [0] => Array
                            (
                                [id] => zones
                                [title] => Verzenden naar NL
                                [cost] => 7
                            )
    
    
                    )
    
    
            )
    
    
    )
    2016-09-12 16:45:38 checkout_one: CHECKOUT_ONE_AFTER_ORDER_TOTAL_PROCESSING
    Code:
    order_total Object
    (
        [modules] => Array
            (
                [0] => ot_subtotal.php
                [1] => ot_shipping.php
                [2] => ot_coupon.php
                [3] => ot_group_pricing.php
                [4] => ot_tax.php
                [5] => ot_loworderfee.php
                [6] => ot_gv.php
                [7] => ot_total.php
            )
    
    
    )
    order Object
    (
        [info] => Array
            (
                [order_status] => 1
                [currency] => EUR
                [currency_value] => 1.00000000
                [payment_method] => 
                [payment_module_code] => 
                [coupon_code] => 
                [shipping_method] => Tariefzones (Verzenden naar NL)
                [shipping_module_code] => zones_zones
                [shipping_cost] => 7
                [subtotal] => 10
                [shipping_tax] => 0
                [tax] => 0
                [total] => 17
                [tax_groups] => Array
                    (
                        [0] => 0
                    )
    
    
                [comments] => 
                [ip_address] => 24.132.131.128 - 24.132.131.128
            )
    
    
        [totals] => Array
            (
            )
    
    
        [products] => Array
            (
                [0] => Array
                    (
                        [qty] => 1
                        [name] => Test
                        [model] => Test-01
                        [tax_groups] => Array
                            (
                                [0] => Btw
                            )
    
    
                        [tax_description] => Btw
                        [price] => 10.0000
                        [final_price] => 10
                        [onetime_charges] => 0
                        [weight] => 1
                        [products_priced_by_attribute] => 0
                        [product_is_free] => 0
                        [products_discount_type] => 0
                        [products_discount_type_from] => 0
                        [id] => 1
                        [rowClass] => rowEven
                        [tax] => 0
                    )
    
    
            )
    
    
        [customer] => Array
            (
                [firstname] => John
                [lastname] => van Rossem
                [company] => Restyleparts
                [street_address] => Ratelaarstraat 34
                [suburb] => 
                [city] => Arnhem
                [postcode] => 6832DK
                [state] => 
                [zone_id] => 0
                [country] => Array
                    (
                        [id] => 150
                        [title] => Netherlands
                        [iso_code_2] => NL
                        [iso_code_3] => NLD
                    )
    
    
                [format_id] => 5
                [telephone] => 0622153576
                [email_address] => [email protected]
            )
    
    
        [delivery] => Array
            (
                [firstname] => John
                [lastname] => van Rossem
                [company] => Restyleparts
                [street_address] => Ratelaarstraat 34
                [suburb] => 
                [city] => Arnhem
                [postcode] => 6832DK
                [state] => 
                [zone_id] => 0
                [country] => Array
                    (
                        [id] => 150
                        [title] => Netherlands
                        [iso_code_2] => NL
                        [iso_code_3] => NLD
                    )
    
    
                [country_id] => 150
                [format_id] => 5
            )
    
    
        [content_type] => physical
        [email_low_stock] => 
        [products_ordered_attributes] => 
        [products_ordered] => 
        [products_ordered_email] => 
        [attachArray] => 
        [billing] => Array
            (
                [firstname] => John
                [lastname] => van Rossem
                [company] => Restyleparts
                [street_address] => Ratelaarstraat 34
                [suburb] => 
                [city] => Arnhem
                [postcode] => 6832DK
                [state] => 
                [zone_id] => 0
                [country] => Array
                    (
                        [id] => 150
                        [title] => Netherlands
                        [iso_code_2] => NL
                        [iso_code_3] => NLD
                    )
    
    
                [country_id] => 150
                [format_id] => 5
            )
    
    
        [use_external_tax_handler_only] => 
    )
    messageStack Object
    (
        [messages] => Array
            (
            )
    
    
    )
    2016-09-12 16:45:38 checkout_one: CHECKOUT_ONE_AFTER_PAYMENT_MODULES_SELECTION
    Code:
    payment Object
    (
        [modules] => Array
            (
                [0] => moneyorder.php
                [1] => paypalwpp.php
            )
    
    
        [selected_module] => 
        [doesCollectsCardDataOnsite] => 
        [paymentClass] => paypalwpp Object
            (
                [ code ] => paypalwpp
                [title] => PayPal
                [description] => <strong>PayPal</strong>
                [enabled] => 1
                [zone] => 0
                [enableDebugging] => 
                [showPaymentPage] => 
                [flagDisablePaymentAddressChange] => 
                [sort_order] => 0
                [buttonSourceEC] => ZenCart-EC_us
                [order_pending_status] => 1
                [order_status] => 1
                [_logDir] => /home/admin/domains/middenarmsteun.nl/public_html/logs
                [_logLevel] => 0
                [fmfResponse] => 
                [fmfErrors] => Array
                    (
                    )
    
    
                [use_incontext_checkout] => 
                [codeTitle] => PayPal Express Checkout
                [codeVersion] => 1.5.5
                [enableDirectPayment] => 
                [emailAlerts] => 
                [doDPonly] => 
                [buttonSourceDP] => ZenCart-DP_us
                [new_acct_notify] => Yes
                [cards] => Array
                    (
                    )
    
    
                [form_action_url] => http://middenarmsteun.nl/ipn_main_handler.php?type=ec&amp;markflow=1&amp;clearSess=1&amp;stage=final
                [cc_type_check] => 
            )
    
    
    )
    array (
      'id' => 'zones_zones',
      'title' => 'Tariefzones (Verzenden naar NL)',
      'cost' => 7,
      'extras' => '',
    )
    Last edited by swguy; 12 Sep 2016 at 05:07 PM.

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,925
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    @JVRossem (and anyone else posting the contents of a checkout-one debug log), please post those logs wrapped with a set of CODE tags (the big # in the menu-bar when you're posting) ... those logs (as you can see) run on and on and ...

    Anyway, I looked at your site and that Edify template's made some significant changes to /includes/templates/edify/templates/tpl_modules_order_totals.php; what's causing the plugin to "not work" is the fact that they've removed the id attribute from each of the order-totals' divs.

    I suggest that you compare your template's version of that file with the like-named file present in the template_default folder to enable the plugin to operate properly.

  8. #8
    Join Date
    Feb 2016
    Location
    Salem, NH
    Posts
    103
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    I am having trouble have reinstalled all files but still having issues. Am currently running zencart 1.54 and sterling grand template.

    Debug log shows
    2016-09-19 10:29:52 checkout_one_observer: checkout_one redirect: Array
    (
    [main_page] => checkout_shipping
    )

    2016-09-19 10:29:54 checkout_one: CHECKOUT_ONE_ENTRY, version (1.0.4 (2016-09-11)), Zen Cart version (1.5.4), template (stirling_grand)
    2016-09-19 12:34:47 checkout_one_observer: checkout_one redirect: Array
    (
    [main_page] => checkout_shipping
    )
    Thanks
    Sandria

  9. #9
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,925
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Did you copy all the core/template overwrites, especially the /includes/templates/YOUR_TEMPLATE/jscript/jscript_framework.php and /ajax.php?

    What other plugins do you have installed?

  10. #10
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    231
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    My apologies if this is a silly question, but how does this plugin differ from the Paypal Express Checkout that comes standard with Zencart?

 

 
Page 1 of 9 123 ... 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