Results 1 to 10 of 3052

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    @lat9, Thank you for the fix !!! :)

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by haredo View Post
    @lat9, Thank you for the fix !!! :)
    No problems ... I'm working through another issue but hope to have v2.0.4 ready for release by the weekend.

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

    Default Re: One-Page Checkout [Support Thread]

    Just ran through the check on this.

    Works fine whether OPC is on or off.

    Works fine if OPC is on and Guest is off.

    Fails as 0kb when using Guest Checkout.

    Not a bug, but possibly something to consider in future. Do we really need to collect data on a free download? In the case of haredo.com, we're happy to let anyone have the file without gathering their info. Might be different for a brick and mortar. Just an item for thought.

    As always, thanx for your work. Can we someday do a Vulcan mind-meld. Even if partially successful, I would be SO much wiser.
    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.

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

    Default Re: One-Page Checkout [Support Thread]

    The results of the debug with OPC Guest enabled
    Code:
    2018-07-12 18:00:54 OnePageCheckout: updateOrderAddresses, on entry:order::__set_state(array('info' => 
    array (
    'order_status' => '1',
    'currency' => 'USD',
    'currency_value' => '1.00000000',
    'payment_method' => NULL,
    'payment_module_code' => NULL,
    'coupon_code' => NULL,
    'shipping_method' => '',
    'shipping_module_code' => NULL,
    'shipping_cost' => 0,
    'subtotal' => 0,
    'shipping_tax' => 0,
    'tax' => 0,
    'total' => 0,
    'tax_groups' => 
    array (
    ),
    'comments' => '',
    'ip_address' => '**.***.***.***',
    ),
    'totals' => 
    array (
    ),
    'products' => 
    array (
    ),
    'customer' => 
    array (
    'firstname' => NULL,
    'lastname' => NULL,
    'company' => NULL,
    'street_address' => NULL,
    'suburb' => NULL,
    'city' => NULL,
    'postcode' => NULL,
    'state' => NULL,
    'zone_id' => NULL,
    'country' => 
    array (
    'id' => NULL,
    'title' => NULL,
    'iso_code_2' => NULL,
    'iso_code_3' => NULL,
    ),
    'format_id' => 0,
    'telephone' => NULL,
    'email_address' => NULL,
    ),
    'delivery' => 
    array (
    'firstname' => NULL,
    'lastname' => NULL,
    'company' => NULL,
    'street_address' => NULL,
    'suburb' => NULL,
    'city' => NULL,
    'postcode' => NULL,
    'state' => NULL,
    'zone_id' => NULL,
    'country' => 
    array (
    'id' => NULL,
    'title' => NULL,
    'iso_code_2' => NULL,
    'iso_code_3' => NULL,
    ),
    'country_id' => NULL,
    'format_id' => 0,
    ),
    'content_type' => 'virtual',
    'email_low_stock' => NULL,
    'products_ordered_attributes' => NULL,
    'products_ordered' => NULL,
    'products_ordered_email' => NULL,
    'attachArray' => NULL,
    'billing' => 
    array (
    'firstname' => NULL,
    'lastname' => NULL,
    'company' => NULL,
    'street_address' => NULL,
    'suburb' => NULL,
    'city' => NULL,
    'postcode' => NULL,
    'state' => NULL,
    'zone_id' => NULL,
    'country' => 
    array (
    'id' => NULL,
    'title' => NULL,
    'iso_code_2' => NULL,
    'iso_code_3' => NULL,
    ),
    'country_id' => NULL,
    'format_id' => 0,
    ),
    ))OnePageCheckout::__set_state(array(
    'isGuestCheckoutEnabled' => true,
    'registeredAccounts' => false,
    'guestIsActive' => false,
    'isEnabled' => true,
    'tempAddressValues' => NULL,
    'guestCustomerInfo' => NULL,
    'guestCustomerId' => 645,
    'tempBilltoAddressBookId' => 742,
    'tempSendtoAddressBookId' => 743,
    'dbStringType' => 'string',
    'customerInfoOk' => true,
    'billtoTempAddrOk' => true,
    'sendtoTempAddrOk' => false,
    'isVirtualOrder' => true,
    'billtoAddressChangeable' => true,
    'shiptoAddressChangeable' => NULL,
    'sendtoAddressChangeable' => true,
    ))
    2018-07-12 18:00:54 OnePageCheckout: updateOrderAddresses, , , 0, 0array (
    'firstname' => NULL,
    'lastname' => NULL,
    'company' => NULL,
    'street_address' => NULL,
    'suburb' => NULL,
    'city' => NULL,
    'postcode' => NULL,
    'state' => NULL,
    'zone_id' => NULL,
    'country' => 
    array (
    'id' => NULL,
    'title' => NULL,
    'iso_code_2' => NULL,
    'iso_code_3' => NULL,
    ),
    'format_id' => 0,
    'telephone' => NULL,
    'email_address' => NULL,
    )array (
    'firstname' => NULL,
    'lastname' => NULL,
    'company' => NULL,
    'street_address' => NULL,
    'suburb' => NULL,
    'city' => NULL,
    'postcode' => NULL,
    'state' => NULL,
    'zone_id' => NULL,
    'country' => 
    array (
    'id' => NULL,
    'title' => NULL,
    'iso_code_2' => NULL,
    'iso_code_3' => NULL,
    ),
    'country_id' => NULL,
    'format_id' => 0,
    )array (
    'firstname' => NULL,
    'lastname' => NULL,
    'company' => NULL,
    'street_address' => NULL,
    'suburb' => NULL,
    'city' => NULL,
    'postcode' => NULL,
    'state' => NULL,
    'zone_id' => NULL,
    'country' => 
    array (
    'id' => NULL,
    'title' => NULL,
    'iso_code_2' => NULL,
    'iso_code_3' => NULL,
    ),
    'country_id' => NULL,
    'format_id' => 0,
    )
    2018-07-12 18:00:58 checkout_one_observer: checkout_one redirect: array (
    'main_page' => 'checkout_shipping',
    )
    2018-07-12 18:00:58 checkout_one: CHECKOUT_ONE_ENTRY, version (2.0.4-beta5 (2018-07-12)), Zen Cart version (1.5.5a), template (******)
    2018-07-12 18:00:58 OnePageCheckout: Using 'string' database types instead of 'stringIgnoreNull' for Zen Cart 1.5.5a.
    2018-07-12 18:00:58 OnePageCheckout: startGuestOnePageCheckout, exit: sendto: not set, billto: not setOnePageCheckout::__set_state(array(
    'isGuestCheckoutEnabled' => true,
    'registeredAccounts' => false,
    'guestIsActive' => false,
    'isEnabled' => true,
    'tempAddressValues' => 
    array (
    'ship' => 
    array (
    'gender' => '',
    'company' => '',
    'firstname' => '',
    'lastname' => '',
    'street_address' => '',
    'suburb' => '',
    'city' => '',
    'postcode' => '',
    'state' => '',
    'country' => 223,
    'zone_id' => 47,
    'zone_name' => 'Ohio',
    'address_book_id' => 0,
    'selected_country' => 223,
    'country_has_zones' => true,
    'state_field_label' => '',
    'show_pulldown_states' => true,
    'error' => false,
    'error_state_input' => false,
    'validated' => false,
    ),
    'bill' => 
    array (
    'gender' => '',
    'company' => '',
    'firstname' => '',
    'lastname' => '',
    'street_address' => '',
    'suburb' => '',
    'city' => '',
    'postcode' => '',
    'state' => '',
    'country' => 223,
    'zone_id' => 47,
    'zone_name' => 'Ohio',
    'address_book_id' => 0,
    'selected_country' => 223,
    'country_has_zones' => true,
    'state_field_label' => '',
    'show_pulldown_states' => true,
    'error' => false,
    'error_state_input' => false,
    'validated' => false,
    ),
    ),
    'guestCustomerInfo' => NULL,
    'guestCustomerId' => 645,
    'tempBilltoAddressBookId' => 742,
    'tempSendtoAddressBookId' => 743,
    'dbStringType' => 'string',
    'customerInfoOk' => true,
    'billtoTempAddrOk' => true,
    'sendtoTempAddrOk' => false,
    'isVirtualOrder' => true,
    'billtoAddressChangeable' => true,
    'shiptoAddressChangeable' => NULL,
    'sendtoAddressChangeable' => true,
    ))
    2018-07-12 18:00:58 OnePageCheckout: Using 'string' database types instead of 'stringIgnoreNull' for Zen Cart 1.5.5a.
    2018-07-12 18:00:58 OnePageCheckout: Using 'string' database types instead of 'stringIgnoreNull' for Zen Cart 1.5.5a.
    2018-07-12 18:00:58 OnePageCheckout: Using 'string' database types instead of 'stringIgnoreNull' for Zen Cart 1.5.5a.
    2018-07-12 18:01:00 checkout_one: CHECKOUT_ONE_ENTRY, version (2.0.4-beta5 (2018-07-12)), Zen Cart version (1.5.5a), template (haredo)
    2018-07-12 18:01:00 OnePageCheckout: Using 'string' database types instead of 'stringIgnoreNull' for Zen Cart 1.5.5a.
    2018-07-12 18:01:00 OnePageCheckout: startGuestOnePageCheckout, exit: sendto: not set, billto: not setOnePageCheckout::__set_state(array(
    'isGuestCheckoutEnabled' => true,
    'registeredAccounts' => false,
    'guestIsActive' => true,
    'isEnabled' => true,
    'tempAddressValues' => 
    array (
    'ship' => 
    array (
    'gender' => '',
    'company' => '',
    'firstname' => '',
    'lastname' => '',
    'street_address' => '',
    'suburb' => '',
    'city' => '',
    'postcode' => '',
    'state' => '',
    'country' => 223,
    'zone_id' => 47,
    'zone_name' => 'Ohio',
    'address_book_id' => 0,
    'selected_country' => 223,
    'country_has_zones' => true,
    'state_field_label' => '',
    'show_pulldown_states' => true,
    'error' => false,
    'error_state_input' => false,
    'validated' => false,
    ),
    'bill' => 
    array (
    'gender' => '',
    'company' => '',
    'firstname' => '',
    'lastname' => '',
    'street_address' => '',
    'suburb' => '',
    'city' => '',
    'postcode' => '',
    'state' => '',
    'country' => 223,
    'zone_id' => 47,
    'zone_name' => 'Ohio',
    'address_book_id' => 0,
    'selected_country' => 223,
    'country_has_zones' => true,
    'state_field_label' => '',
    'show_pulldown_states' => true,
    'error' => false,
    'error_state_input' => false,
    'validated' => false,
    ),
    ),
    'guestCustomerInfo' => 
    array (
    'firstname' => '',
    'lastname' => '',
    'email_address' => '',
    'telephone' => '',
    'dob' => '',
    ),
    'guestCustomerId' => 645,
    'tempBilltoAddressBookId' => 742,
    'tempSendtoAddressBookId' => 743,
    'dbStringType' => 'string',
    'customerInfoOk' => false,
    'billtoTempAddrOk' => false,
    'sendtoTempAddrOk' => false,
    'isVirtualOrder' => true,
    'billtoAddressChangeable' => true,
    'shiptoAddressChangeable' => NULL,
    'sendtoAddressChangeable' => true,
    ))
    AND the larger will not fit. Available by email if needed.
    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.

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

    Default Re: One-Page Checkout [Support Thread]

    @dbltoe, did you enable the site's download page as valid for use during guest-checkout (Configuration->One-Page Checkout Settings->Guest Checkout: Pages Allowed Post-Checkout)?

    On my test setup, I was receiving a login timeout when attempting to download a download from the post-checkout "success" page until I changed the above setting. I'll need to add that to the OPC's start-up configuration documentation.

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

    Default Re: One-Page Checkout [Support Thread]


    No I did not, and yes it works with the download page added.
    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.

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

    Default Re: One-Page Checkout [Support Thread]

    Excellent, thanks for posting back. I'll get the OPC's readme instructions updated to reflect that requirement.

    Update: After rethinking, I'll update the OPC's admin-level initialization to set the download page as the default for that setting.
    Last edited by lat9; 12 Jul 2018 at 09:03 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

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