Page 219 of 296 FirstFirst ... 119169209217218219220221229269 ... LastLast
Results 2,181 to 2,190 of 2956
  1. #2181
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    315
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    (This site is based on "Clone Classic" with several core Mods)

    zen-cart-v1.5.6a-01042019
    CheckBoxTextBoxIconV1.0.3
    ckeditor-for-zencart
    ColumnGridLayout_for_155f
    EasyPopulate-4.master-ZC
    export_shipping_information_V1.3.5
    extra_field_on_customer_sign_up_0
    one_page_checkout-2.0.5
    purchase_order_basic_v1_1b

    Apache Version 2.4.52
    PHP Version 7.4.28
    MySQL Version 10.2.43-MariaDB

    I need to prevent customers from editing the Company Name (only) on the One-Page Checkout screen. I'm thinking in "tpl_modules_opc_address_block-PHP" around line 56.
    (Yes this would be a core edit) I do have other hacks to do this but I'd rather have some clean code.

    At times the Customer changes the Company Name instead of creating a new account. In my system/process this messes up imports into QuickBooks as the company name must be an exact match.

    OR
    Better yet once the customer creates an account I would prefer preventing them from ever changing the company name.

    NOTE:
    This thread I inadvertently started for another issue that had to do with the drop box selections.
    https://www.zen-cart.com/showthread....s&goto=newpost

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by linuxguy2 View Post
    (This site is based on "Clone Classic" with several core Mods)

    zen-cart-v1.5.6a-01042019
    CheckBoxTextBoxIconV1.0.3
    ckeditor-for-zencart
    ColumnGridLayout_for_155f
    EasyPopulate-4.master-ZC
    export_shipping_information_V1.3.5
    extra_field_on_customer_sign_up_0
    one_page_checkout-2.0.5
    purchase_order_basic_v1_1b

    Apache Version 2.4.52
    PHP Version 7.4.28
    MySQL Version 10.2.43-MariaDB

    I need to prevent customers from editing the Company Name (only) on the One-Page Checkout screen. I'm thinking in "tpl_modules_opc_address_block-PHP" around line 56.
    (Yes this would be a core edit) I do have other hacks to do this but I'd rather have some clean code.

    At times the Customer changes the Company Name instead of creating a new account. In my system/process this messes up imports into QuickBooks as the company name must be an exact match.

    OR
    Better yet once the customer creates an account I would prefer preventing them from ever changing the company name.

    NOTE:
    This thread I inadvertently started for another issue that had to do with the drop box selections.
    https://www.zen-cart.com/showthread....s&goto=newpost
    Sorry to disappoint, but the latest Zen Cart version is 1.5.7d and the latest version of OPC is 2.3.11. There have been significant changes to OPC over the last 3 years. I'll suggest that you upgrade and then we can discuss further.

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

    Default Re: One-Page Checkout [Support Thread]

    I thought there was a way to identify which orders are placed as a Guest. I search the readme and this thread but was unable to find an answer. Maybe I'm confusing this with a previous plugin. Is there a way?

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    I thought there was a way to identify which orders are placed as a Guest. I search the readme and this thread but was unable to find an answer. Maybe I'm confusing this with a previous plugin. Is there a way?
    From the admin Customers >> Orders you will see the "spy guy" icon by any order number that was a guest order.

  5. #2185
    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 dbltoe View Post
    From the admin Customers >> Orders you will see the "spy guy" icon by any order number that was a guest order.
    Well, look at that cute little guy. I never noticed, thanks for pointing him out. For the benefit of others:
    Name:  22.03.2022_10.06.38_REC.png
Views: 490
Size:  3.2 KB

  6. #2186
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,290
    Plugin Contributions
    125

    Default Re: One-Page Checkout [Support Thread]

    Fond memories of Mad Magazine and "Spy vs. Spy."
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #2187
    Join Date
    Apr 2011
    Posts
    507
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Zc version 1.5.7d
    OPC version : 2.3.10
    Bootstrap version :3.3.0 with latest OPC integration.

    I am getting an error while checking out. Itis states " sorry our expedited....." with the pop up "Please contact the store owner; some required elements of this page are missing."

    I am getting the following in the console: Missing #ottotal > div:first-child

    No other logs or else anywhere.

    I tried the fix in post #2075 but it did not work for me. I am only using flat rate and storepickup as a shipping options.

    On i click"ok" on the pop up message, the page appears. If I switch the shipping method,the page reload and the same error message comes up

    Can anyone help me please?

    Thank you

    P.S: it is on a local machine so i can't provide any link to it.
    Last edited by nicksab; 28 Mar 2022 at 01:07 AM. Reason: missing element

  8. #2188
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,842
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    you need to go to your admin -> configuration -> 1 page checkout settings and look for this element:

    Order Total, jQuery Selector
    CHECKOUT_ONE_OTTOTAL_SELECTOR

    OPC needs to know the css selector for order total. i'm guessing that is your problem.

    if, as you say, you are using bootstrap, you can change that value to:

    #ottotal > td.ot-text

    and see if that works.

    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  9. #2189
    Join Date
    Apr 2011
    Posts
    507
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by carlwhat View Post
    you need to go to your admin -> configuration -> 1 page checkout settings and look for this element:

    Order Total, jQuery Selector
    CHECKOUT_ONE_OTTOTAL_SELECTOR

    OPC needs to know the css selector for order total. i'm guessing that is your problem.

    if, as you say, you are using bootstrap, you can change that value to:

    #ottotal > td.ot-text

    and see if that works.

    best.
    Thank you very much for pointing me in the right direction.

    It seems to be fixed so far (finger crossed) after applying your change.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Issue reproduced; I'll determine the root cause and correct 'shortly'.
    See https://github.com/lat9/one_page_checkout/issues/314 for follow-on changes.

 

 

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