Page 37 of 296 FirstFirst ... 2735363738394787137 ... LastLast
Results 361 to 370 of 2956
  1. #361

    Default Re: One-Page Checkout [Support Thread]

    Hello, I realy liked the idea of having one page checkout but not working for me.

    I am using theme from themeforest and when i go to checkout i have these warnings

    [16-Feb-2017 18:10:23 Europe/Sofia] Request URI: /v2/index.php?main_page=checkout_one_confirmation, IP address: 212.25.58.42
    #1 zen_calculate_tax() called at [/home/xxxxxxx/public_html/v2/includes/classes/order.php:561]
    #2 order->cart() called at [/home/xxxxxxx/public_html/v2/includes/classes/order.php:35]
    #3 order->__construct() called at [/home/xxxxxxx/public_html/v2/includes/modules/pages/checkout_one_confirmation/header_php.php:112]
    #4 require(/home/xxxxxxx/public_html/v2/includes/modules/pages/checkout_one_confirmation/header_php.php) called at [/home/xxxxxxx/public_html/v2/index.php:41]

    [16-Feb-2017 18:10:23 Europe/Sofia] PHP Warning: A non-numeric value encountered in /home/xxxxxxx/public_html/v2/includes/functions/functions_taxes.php on line 172
    [16-Feb-2017 18:10:23 Europe/Sofia] Request URI: /v2/index.php?main_page=checkout_one_confirmation, IP address: 212.25.58.42
    #1 zen_calculate_tax() called at [/home/xxxxxxx/public_html/v2/includes/classes/order.php:562]
    #2 order->cart() called at [/home/xxxxxxx/public_html/v2/includes/classes/order.php:35]
    #3 order->__construct() called at [/home/xxxxxxx/public_html/v2/includes/modules/pages/checkout_one_confirmation/header_php.php:112]
    #4 require(/home/xxxxxxx/public_html/v2/includes/modules/pages/checkout_one_confirmation/header_php.php) called at [/home/xxxxxxx/public_html/v2/index.php:41]

    [16-Feb-2017 18:10:23 Europe/Sofia] PHP Warning: A non-numeric value encountered in /home/xxxxxxx/public_html/v2/includes/functions/functions_taxes.php on line 172

    Does anybody encoutered the same problem and if yes did you managed to fix it?

    Thank you.
    My most recent work: magprom.net

  2. #362
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by perfumbg View Post
    PHP Warning: A non-numeric value encountered in /home/xxxxxxx/public_html/v2/includes/functions/functions_taxes.php on line 172
    I think that issue is resolved by making the change shown here: https://github.com/zencart/zencart/pull/1380/files ... and is a bug in Zen Cart that only occurs in newer PHP versions. It's not related to One Page Checkout specifically.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #363

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by DrByte View Post
    I think that issue is resolved by making the change shown here: https://github.com/zencart/zencart/pull/1380/files
    Thank you that did the trick but stil have some isues:

    Code:
    [16-Feb-2017 19:04:15 Europe/Sofia] Request URI: /v2/shoppingcart.php, IP address: 212.25.58.42
    #1  session_start() called at [/home/xxxxxx/public_html/v2/includes/functions/sessions.php:107]
    #2  zen_session_start() called at [/home/xxxxxx/public_html/v2/includes/init_includes/overrides/init_sessions.php:90]
    #3  require(/home/xxxxxx/public_html/v2/includes/init_includes/overrides/init_sessions.php) called at [/home/xxxxxx/public_html/v2/includes/autoload_func.php:48]
    #4  require(/home/xxxxxx/public_html/v2/includes/autoload_func.php) called at [/home/xxxxxx/public_html/v2/includes/application_top.php:170]
    #5  require(/home/xxxxxx/public_html/v2/includes/application_top.php) called at [/home/xxxxxx/public_html/v2/shoppingcart.php:11]
    
    [16-Feb-2017 19:04:15 Europe/Sofia] PHP Warning:  session_start(): Cannot send session cache limiter - headers already sent (output started at /home/xxxxxx/public_html/v2/shoppingcart.php:1) in /home/xxxxxx/public_html/v2/includes/functions/sessions.php on line 107
    [16-Feb-2017 19:04:15 Europe/Sofia] Request URI: /v2/shoppingcart.php, IP address: 212.25.58.42
    #1  header() called at [/home/xxxxxx/public_html/v2/includes/init_includes/init_templates.php:78]
    #2  require(/home/xxxxxx/public_html/v2/includes/init_includes/init_templates.php) called at [/home/xxxxxx/public_html/v2/includes/autoload_func.php:48]
    #3  require(/home/xxxxxx/public_html/v2/includes/autoload_func.php) called at [/home/xxxxxx/public_html/v2/includes/application_top.php:170]
    #4  require(/home/xxxxxx/public_html/v2/includes/application_top.php) called at [/home/xxxxxx/public_html/v2/shoppingcart.php:11]
    
    [16-Feb-2017 19:04:15 Europe/Sofia] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/xxxxxx/public_html/v2/shoppingcart.php:1) in /home/xxxxxx/public_html/v2/includes/init_includes/init_templates.php on line 78

    Where should i look for that ?

    Thank you so much!
    My most recent work: magprom.net

  4. #364

    Default Re: One-Page Checkout [Support Thread]

    Also I checked full debug and new debug was generated with much more information.

    Code:
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined index:  in /home/xxxxxxxx/public_html/v2/includes/classes/order.php on line 359
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Trying to get property of non-object in /home/xxxxxxxx/public_html/v2/includes/classes/order.php on line 359
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined index:  in /home/xxxxxxxx/public_html/v2/includes/classes/order.php on line 360
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Trying to get property of non-object in /home/xxxxxxxx/public_html/v2/includes/classes/order.php on line 360
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined variable: coupon_code in /home/xxxxxxxx/public_html/v2/includes/classes/order.php on line 361
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Trying to get property of non-object in /home/xxxxxxxx/public_html/v2/includes/classes/order.php on line 361
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined index: shipping in /home/xxxxxxxx/public_html/v2/includes/classes/order.php on line 368
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined variable: pass in /home/xxxxxxxx/public_html/v2/includes/modules/pages/checkout_one/header_php.php on line 210
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Constant MODULE_ORDER_TOTAL_COUPON_HEADER already defined in /home/xxxxxxxx/public_html/v2/includes/languages/bulgarian/modules/order_total/luxury_temp/ot_coupon.php on line 14
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined property: ot_subtotal::$credit_class in /home/xxxxxxxx/public_html/v2/includes/classes/order_total.php on line 165
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined index: cot_coupon in /home/xxxxxxxx/public_html/v2/includes/classes/order_total.php on line 167
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined index: cot_group_pricing in /home/xxxxxxxx/public_html/v2/includes/classes/order_total.php on line 167
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined property: ot_total::$credit_class in /home/xxxxxxxx/public_html/v2/includes/classes/order_total.php on line 165
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined index: cc_id in /home/xxxxxxxx/public_html/v2/includes/modules/order_total/ot_coupon.php on line 392
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined index: total in /home/xxxxxxxx/public_html/v2/includes/modules/order_total/ot_group_pricing.php on line 32
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined index: total in /home/xxxxxxxx/public_html/v2/includes/modules/order_total/ot_group_pricing.php on line 33
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Use of undefined constant luxury_preset - assumed 'luxury_preset' in /home/xxxxxxxx/public_html/v2/includes/templates/luxury_temp/common/html_header.php on line 27
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Use of undefined constant luxury_preset - assumed 'luxury_preset' in /home/xxxxxxxx/public_html/v2/includes/templates/luxury_temp/common/tpl_colorclass.php on line 2
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Use of undefined constant luxury_header_option - assumed 'luxury_header_option' in /home/xxxxxxxx/public_html/v2/includes/templates/luxury_temp/common/tpl_colorclass.php on line 4
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Use of undefined constant luxury_banner_section - assumed 'luxury_banner_section' in /home/xxxxxxxx/public_html/v2/includes/templates/luxury_temp/common/tpl_main_page_2.php on line 54
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined variable: class in /home/xxxxxxxx/public_html/v2/includes/templates/luxury_temp/common/tpl_main_page_2.php on line 104
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined variable: style in /home/xxxxxxxx/public_html/v2/includes/templates/luxury_temp/common/tpl_main_page_2.php on line 104
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Use of undefined constant luxury_preset - assumed 'luxury_preset' in /home/xxxxxxxx/public_html/v2/includes/templates/luxury_temp/common/tpl_header_menu_2.php on line 2
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Use of undefined constant luxury_header_option - assumed 'luxury_header_option' in /home/xxxxxxxx/public_html/v2/includes/templates/luxury_temp/common/tpl_header_menu_2.php on line 5
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Use of undefined constant luxury_category_menu - assumed 'luxury_category_menu' in /home/xxxxxxxx/public_html/v2/includes/templates/luxury_temp/common/tpl_header_menu_2.php on line 130
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Use of undefined constant luxury_preset - assumed 'luxury_preset' in /home/xxxxxxxx/public_html/v2/includes/templates/luxury_temp/templates/tpl_modules_search.php on line 2
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Use of undefined constant CSS_BUTTON_POPUPS_IS_ARRAY - assumed 'CSS_BUTTON_POPUPS_IS_ARRAY' in /home/xxxxxxxx/public_html/v2/includes/functions/html_output.php on line 339
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Use of undefined constant CSS_BUTTON_POPUPS_IS_ARRAY - assumed 'CSS_BUTTON_POPUPS_IS_ARRAY' in /home/xxxxxxxx/public_html/v2/includes/functions/html_output.php on line 339
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined property: ot_subtotal::$credit_class in /home/xxxxxxxx/public_html/v2/includes/classes/order_total.php on line 125
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Trying to get property of non-object in /home/xxxxxxxx/public_html/v2/includes/modules/order_total/ot_coupon.php on line 136
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Trying to get property of non-object in /home/xxxxxxxx/public_html/v2/includes/modules/order_total/ot_coupon.php on line 136
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined variable: selection in /home/xxxxxxxx/public_html/v2/includes/modules/order_total/ot_group_pricing.php on line 141
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined property: ot_total::$credit_class in /home/xxxxxxxx/public_html/v2/includes/classes/order_total.php on line 125
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined index: checkbox in /home/xxxxxxxx/public_html/v2/includes/templates/template_default/templates/tpl_checkout_one_default.php on line 95
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Use of undefined constant CSS_BUTTON_POPUPS_IS_ARRAY - assumed 'CSS_BUTTON_POPUPS_IS_ARRAY' in /home/xxxxxxxx/public_html/v2/includes/functions/html_output.php on line 339
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined index: cc_id in /home/xxxxxxxx/public_html/v2/includes/modules/order_total/ot_coupon.php on line 392
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined index: total in /home/xxxxxxxx/public_html/v2/includes/modules/order_total/ot_group_pricing.php on line 32
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Undefined index: total in /home/xxxxxxxx/public_html/v2/includes/modules/order_total/ot_group_pricing.php on line 33
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Use of undefined constant CSS_BUTTON_POPUPS_IS_ARRAY - assumed 'CSS_BUTTON_POPUPS_IS_ARRAY' in /home/xxxxxxxx/public_html/v2/includes/functions/html_output.php on line 339
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Use of undefined constant luxury_footer - assumed 'luxury_footer' in /home/xxxxxxxx/public_html/v2/includes/templates/luxury_temp/common/tpl_footer.php on line 35
    [16-Feb-2017 20:26:42 Europe/Sofia] PHP Notice:  Use of undefined constant CONTACT_US - assumed 'CONTACT_US' in /home/xxxxxxxx/public_html/v2/includes/templates/luxury_temp/common/tpl_footer.php on line 87
    Any help is wellcome, thanks.
    My most recent work: magprom.net

  5. #365

    Default Re: One-Page Checkout [Support Thread]

    Maybe there is no problem with the OPC but with compability with modules, when I remove COD no warnings appear in the logs but still have that anoying pop-up:

    Please contact the site owner; some of the required elements are mssing

    How to fix that what elements are missing, or i cant find them

    Link dont use category menu because you will be redirected to the Live site add product form the main page!

    login details for custommer
    icogiev at g m a i l.com
    123456
    My most recent work: magprom.net

  6. #366

    Default Re: One-Page Checkout [Support Thread]

    I found the problem I was missing shipping_ot when I enabled it no more pop-ups!

    Thanks for all the help, great module!
    My most recent work: magprom.net

  7. #367
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,342
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    I just successfully checked out using the credentials you provided.

  8. #368
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]



    OPC logfile sure made it easy (for me) to confirm data entered/submitted by customer when contacted by customer insisting that they entered a different shipping address.

    Customer finally admits changing address info in their account after order was placed without realizing that a data trail might exist.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  9. #369
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,342
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by RixStix View Post
    OPC logfile sure made it easy (for me) to confirm data entered/submitted by customer when contacted by customer insisting that they entered a different shipping address.

    Customer finally admits changing address info in their account after order was placed without realizing that a data trail might exist.
    Nice one, Rick! You kind of have to "wrap your head" around the formatting, but your comment reinforces my original belief that the debug-logs should be kept on a customer-by-customer basis instead of the transaction-basis that's used by many of the built-in payment methods.

  10. #370
    Join Date
    Dec 2016
    Location
    Seattle
    Posts
    4
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    I'm using One-Page Checkout 1.1.0 on ZenCart 1.55e and COWOA 2.7 beta, and Ceon Manual Card 4.01. Everything is working great with one hiccup that I believe is related to the One-Page Checkout addon
    :
    If a bad credit card number is entered (wrong number of digits), the normal prompt comes up about it. But after you put the correct one in, a note comes up 'Your order's details have changed. Please review the current values and re-submit.' (That text is in /includes/languages/english/checkout_one_confirmation.php)
    Then you have to enter the credit card information AGAIN to get the order to process.

    It is a pretty minor inconvenience that won't happen often but if there is an easy fix for it it would be nice if it never happened. Thanks for the great addon!

 

 

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