Results 1 to 10 of 3052

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by fjbern1943 View Post
    Hello Frank18,
    I am having the same symptoms and problems. Could you give me a clue which jscript was interfering with OPC and how you fixed it.

    Thanks, Frank
    In the file includes/templates/YOUR_TEMPLATE/common/html_header.php I commented these 2 lines:

    Code:
    <script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript type="text/javascript" src="//code.jquery.com/jquery-1.12.0.min.js"%3E%3C/script%3E'));</script> 
    <script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript type="text/javascript" src="<?php echo $template->get_template_dir('.js',DIR_WS_TEMPLATE, $current_page_base,'jscript'); ?>/jquery.min.js"%3E%3C/script%3E'));</script>
    Worth a try on your site. But only as a temporary test.

    lat9 has been trying to reproduce the issue on one of her dev sites, so far to no avail. So my suggestion may not work for you.

  2. #2
    Join Date
    Apr 2015
    Location
    United States
    Posts
    144
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by frank18 View Post
    In the file includes/templates/YOUR_TEMPLATE/common/html_header.php I commented these 2 lines:

    Code:
    <script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript type="text/javascript" src="//code.jquery.com/jquery-1.12.0.min.js"%3E%3C/script%3E'));</script> 
    <script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript type="text/javascript" src="<?php echo $template->get_template_dir('.js',DIR_WS_TEMPLATE, $current_page_base,'jscript'); ?>/jquery.min.js"%3E%3C/script%3E'));</script>
    Hi Frank18,

    Well I tried the above with no change in the behavior of OPC. I did notice that with OPC activated the message, "Sorry, but our expedited checkout process cannot be used. Click here to use our alternate checkout process." appears but if I refresh the page the OPC page comes up and behave properly. ????????????

    Thanks for your help.

    Frank

  3. #3
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    @lat9
    Is there someway to prevent the Review step from happening when selecting CC? Or someway to prevent veribage talking about submitting the order being displayed while Review button is being displayed? I am afraid some customers will think the review page that pop up is their invoice and maybe not scrowl down and click on Submit Order button.

    Sorry for the other night not providing the payment answer. If Dr Byte had not hit me on the head with that toilet I still would have been in the dark.

    Thanks
    Larry

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by EZorb View Post
    @lat9
    Is there someway to prevent the Review step from happening when selecting CC? Or someway to prevent veribage talking about submitting the order being displayed while Review button is being displayed? I am afraid some customers will think the review page that pop up is their invoice and maybe not scrowl down and click on Submit Order button.

    Sorry for the other night not providing the payment answer. If Dr Byte had not hit me on the head with that toilet I still would have been in the dark.

    Thanks
    Larry
    Larry, not at the current time. I've noted the change-request in the plugin's GitHub repository, based on the response from DrByte's posting in post #524 of this support thread.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: One-Page Checkout [Support Thread]

    @EZorb, while the following suggestion is bad if you're NOT using OPC, it's safe if you ARE using OPC: edit /includes/modules/payment/authorizenet_aim.php line 74 and change $collectsCardDataOnsite = false; from false to true.

    It's better for OPC to accommodate this without changing the payment module itself, but in the meantime you can use the above change.
    .

    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.

  6. #6
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    What about doing this somehow:
    /includes/languages/english/responsive4Ezorb/checkout_one.php

    How can I use some "if" statement when REVIEW button pop up use : define ('TEXT_CHECKOUT_ONE_INSTRUCTION_LABEL', '<strong>Please Review your Order by Clicking the continue checkout Button</strong>'); //-Displays as the "legend" value for the fieldset that surrounds the message below

    "else" use define ('TEXT_CHECKOUT_ONE_INSTRUCTION_LABEL', '<strong>by Clicking the Submit Order Button</strong>'); //-Displays as the "legend" value for the fieldset that surrounds the message below

    Or what you suggest is much simpler for now

    Thanks
    Larry

    Quote Originally Posted by DrByte View Post
    @EZorb, while the following suggestion is bad if you're NOT using OPC, it's safe if you ARE using OPC: edit /includes/modules/payment/authorizenet_aim.php line 74 and change $collectsCardDataOnsite = false; from false to true.

    It's better for OPC to accommodate this without changing the payment module itself, but in the meantime you can use the above change.

  7. #7
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Made change works great. Did not put in "My Folder" assuming tmp fix.


    Quote Originally Posted by EZorb View Post
    What about doing this somehow:
    /includes/languages/english/responsive4Ezorb/checkout_one.php

    How can I use some "if" statement when REVIEW button pop up use : define ('TEXT_CHECKOUT_ONE_INSTRUCTION_LABEL', '<strong>Please Review your Order by Clicking the continue checkout Button</strong>'); //-Displays as the "legend" value for the fieldset that surrounds the message below

    "else" use define ('TEXT_CHECKOUT_ONE_INSTRUCTION_LABEL', '<strong>by Clicking the Submit Order Button</strong>'); //-Displays as the "legend" value for the fieldset that surrounds the message below

    Or what you suggest is much simpler for now

    Thanks
    Larry
    Last edited by EZorb; 3 Aug 2017 at 02:09 AM.

 

 

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