Page 73 of 296 FirstFirst ... 2363717273747583123173 ... LastLast
Results 721 to 730 of 2956
  1. #721
    Join Date
    Jan 2018
    Posts
    165
    Plugin Contributions
    4

    Default Re: One-Page Checkout [Support Thread]

    I have the following into configuration:

    Payment_methods_requiring_information: square,paypal I am thinking perhaps I have this wrong tested only under paypal express at moment.

    getting these errors in my php-fpm Log even know orders go through:

    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined index: paypalwpp in /var/www/giftboundgifts/includes/classes/order.php on line 354
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Trying to get property of non-object in /var/www/giftboundgifts/includes/classes/order.php on line 354
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined index: paypalwpp in /var/www/giftboundgifts/includes/classes/order.php on line 355
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Trying to get property of non-object in /var/www/giftboundgifts/includes/classes/order.php on line 355
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined variable: coupon_code in /var/www/giftboundgifts/includes/classes/order.php on line 356
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Trying to get property of non-object in /var/www/giftboundgifts/includes/classes/order.php on line 356
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined variable: pass in /var/www/giftboundgifts/includes/modules/pages/checkout_one/header_php.php on line 209
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Constant FREE_SHIPPING_TITLE already defined in /var/www/giftboundgifts/includes/languages/english/modules/order_tot$
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Constant FREE_SHIPPING_DESCRIPTION already defined in /var/www/giftboundgifts/includes/languages/english/modules/ord$
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Constant MODULE_ORDER_TOTAL_COUPON_HEADER already defined in /var/www/giftboundgifts/includes/languages/english/modu$
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Constant SHIPPING_NOT_INCLUDED already defined in /var/www/giftboundgifts/includes/languages/english/modules/order_t$
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Constant TAX_NOT_INCLUDED already defined in /var/www/giftboundgifts/includes/languages/english/modules/order_total/$
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined property: ot_subtotal::$credit_class in /var/www/giftboundgifts/includes/classes/order_total.php on line 1$
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined property: ot_shipping::$credit_class in /var/www/giftboundgifts/includes/classes/order_total.php on line 1$
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined index: cot_coupon in /var/www/giftboundgifts/includes/classes/order_total.php on line 167
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined index: cot_group_pricing in /var/www/giftboundgifts/includes/classes/order_total.php on line 167
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined property: ot_tax::$credit_class in /var/www/giftboundgifts/includes/classes/order_total.php on line 165
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined property: ot_loworderfee::$credit_class in /var/www/giftboundgifts/includes/classes/order_total.php on lin$
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined index: gv_redeem_code in /var/www/giftboundgifts/includes/modules/order_total/ot_gv.php on line 238
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined index: submit_redeem_x in /var/www/giftboundgifts/includes/modules/order_total/ot_gv.php on line 284
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined property: ot_total::$credit_class in /var/www/giftboundgifts/includes/classes/order_total.php on line 165
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined index: cc_id in /var/www/giftboundgifts/includes/modules/order_total/ot_coupon.php on line 392
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined index: total in /var/www/giftboundgifts/includes/modules/order_total/ot_group_pricing.php on line 32
    [31-Jan-2018 05:32:01 UTC] PHP Notice: Undefined index: total in /var/www/giftboundgifts/includes/modules/order_total/ot_group_pricing.php on line 33

  2. #722
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,449
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by tmccaff View Post
    I have the following into configuration:
    Payment_methods_requiring_information: square,paypal I am thinking perhaps I have this wrong tested only under paypal express at moment.
    Forgive me if I seem terse. I know you're new here but, in your short time, you've done @ 5 posts per day and often ignored requests or suggestions that could help us help you.
    Take the first sentence. What do you mean by configuration? We're not mind readers. It's like saying you have an engine problem. It could be no water, no gas, no battery, no plugs, etc. We could be telling you to check water, gas, etc only to find that you have an electric car.
    Second sentence. If you are having problems with square and paypal, what are you doing in the one page checkout thread?
    OPC is VERY easy to turn off in the ADMIN >> Configuration >> One-page checkout settings. Have you turned that off and tried to see if you still have problems? If you do, fix those first.
    Have you ever looked at the posting tips that show up when you open or reply to a thread? They're often treated like the shrink-wrap on the directions manual. They're there for a reason. Everyone here is a volunteer and shouldn't have to second guess you, set up a test site to try to recreate your problem, or try to sort out code that you fail to use the code tag (#) to display the items.
    Your errors show that some ot files have items that should be there but are not working AND items that aren't there that the system is looking for in order to operate. You can't properly troubleshoot when you are trying to run three items together that might have common files.
    First steps in getting help on the forum is to attempt to make it easier for the helpers.
    Back off to a time in your install when you have only one item using orders.php. See if it works.
    Remove it and try the other. See if it works.
    Remove it and try the third. See if it works.
    If all three work, put 1 and 2 together. See if they work.
    If that works, put 1 and 3 together. See if they work.
    If that works, put 2 and 3 together. See if they work.
    Seems like a lot of work and it is. A lot of time that you should spend getting as close to the problem as possible so that your helper can help you.
    Everyone here on the forum is anxious to help but not so able to invest much time in areas you should address before posting.
    THANX for your future consideration in helping us to help you.
    Last edited by dbltoe; 31 Jan 2018 at 07:27 AM.

  3. #723
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,349
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    @tmccaf, I'll echo (silently) what @dbltoe said. You've posted a bunch of PHP Notices (only one actually issued within OPC code) which shouldn't affect operation.

    What is the problem you're trying to solve?

  4. #724
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,349
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    I'm pleased to announce that the beta-test for One-Page Checkout v2.0.0 has begun! I've got these changes (a ton of them) available for testing on an alternate GitHub repository (https://github.com/lat9/one_page_checkout_guest). Once the beta-test phase is complete, I'll merge the v2.0.0 changes and additions back into the base plugin's repository.

    This release provides the integration of guest-checkout and registered-accounts features into OPC, using its 1.5.0 version as the basis. Additional documentation can be viewed at https://lat9.github.io/one_page_checkout.

    If you are providing beta-test comments, please report those via GitHub issues rather than here in the forum.

  5. #725
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: One-Page Checkout [Support Thread]

    I thought I had seen this before but can't find any mention in the thread. 1.4.2 is installed on ZC 1.5.5f. The problem is the Confirm your Order button cannot be clicked, regardless of payment method selected.

    The console shows no errors:
    setFormSubmitButton, payment-module: null
    jquery.checkout_one.min.js:5 Showing "confirm"
    jquery.checkout_one.min.js:5 Setting orderConfirmed (0), submitter (null)
    jquery.checkout_one.min.js:5 jQuery version: 1.11.1

    Shipping module is Free Shipping.
    Payment are: Elavon, Check/Money order and PayPal Express Checkout

  6. #726
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,349
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    I thought I had seen this before but can't find any mention in the thread. 1.4.2 is installed on ZC 1.5.5f. The problem is the Confirm your Order button cannot be clicked, regardless of payment method selected.

    The console shows no errors:
    setFormSubmitButton, payment-module: null
    jquery.checkout_one.min.js:5 Showing "confirm"
    jquery.checkout_one.min.js:5 Setting orderConfirmed (0), submitter (null)
    jquery.checkout_one.min.js:5 jQuery version: 1.11.1

    Shipping module is Free Shipping.
    Payment are: Elavon, Check/Money order and PayPal Express Checkout
    I've never used Elavon. What happens if you (temporarily) disable that payment method? Can the Confirm your Order button be clicked now?

  7. #727
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    I've never used Elavon. What happens if you (temporarily) disable that payment method? Can the Confirm your Order button be clicked now?
    Nope, I'm afraid not.

  8. #728
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,349
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    Nope, I'm afraid not.
    Did you select a payment type? The "Confirm" or "Review" button won't fire without it.

  9. #729
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Did you select a payment type? The "Confirm" or "Review" button won't fire without it.
    Yes, tried both Check/Money order and PayPal.

  10. #730
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,349
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    Yes, tried both Check/Money order and PayPal.
    Please email me the OPC log associated with the failed display. Is the site in question publicly available?

 

 

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