Results 1 to 10 of 3052

Hybrid View

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

    Default Re: One-Page Checkout [Support Thread]

    To get that banner to "disappear", you'll need to make the edit I suggested in post #146. As for the missing </div>, you should update that tpl_footer.php file, adding the highlighted line:
    Code:
    <div id="navSuppWrapper">
    <?php
    if (!isset($flag_disable_footer) || !$flag_disable_footer) {
    ?>
    <div id="navSupp">
    <?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
    <ul>
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    <li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
    </ul>
    <?php } ?>
    </div>
    </div>
    The checkout_one_confirmation page (the one with the spinning icon) is displayed while the order is "processed", i.e. updating the database and sending any confirmation emails.

  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 lat9 View Post
    To get that banner to "disappear", you'll need to make the edit I suggested in post #146. As for the missing </div>, you should update that tpl_footer.php file, adding the highlighted line:
    Code:
    <div id="navSuppWrapper">
    <?php
    if (!isset($flag_disable_footer) || !$flag_disable_footer) {
    ?>
    <div id="navSupp">
    <?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
    <ul>
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    <li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
    </ul>
    <?php } ?>
    </div>
    </div>
    The checkout_one_confirmation page (the one with the spinning icon) is displayed while the order is "processed", i.e. updating the database and sending any confirmation emails.
    Hello, I made the changes in post #146. Here is the code as now appears on the site:

    Code:
    if (!$confirmation_required) {
    ?>
        $(document).ready(function(){
            $('body', 'html').css({ 
                "overflow": "hidden",
                "height": "100%",
                "background": "none"
            });
            $('#navBreadCrumb, #bannerSix', '#bannerOne').hide();
            $('#checkoutOneConfirmationLoading').show();
            $('form[name="checkout_confirmation"]').submit();
        });
    <?php
    }
    Yet the banner is still there???????

    As far as adding the </div> I added the code to the tpl_footer.php file but it added a blue bar where the copyright info etc. appears and makes the info almost impossible to read. Maybe I need to add the extra </div> somewhere else on the page?

    I would like to change the confirmation page to remove the top banner, the confirm button on the side and add text like, "please wait processing your order".

    Can you continue to help?

    Frank

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

    Default Re: One-Page Checkout [Support Thread]

    I'm being hampered by some setting on your site that's disabling the display of the CSS styling when using FireFox/FireBug. Until you can rectify that problem, I can't be of further help.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    I'm being hampered by some setting on your site that's disabling the display of the CSS styling when using FireFox/FireBug. Until you can rectify that problem, I can't be of further help.
    OK, I'm not having any problem using firefox/debugger except I don't know what to look for???? So, it doesn't do me any good.

    I did change the code in checkout_one_confirmation/jscript_main.php file from:

    $('#navBreadCrumb, #bannerSix', '#bannerOne').hide();

    to:

    $('#navBreadCrumb, #bannerSix, #bannerOne').hide();
    and the top banner disappeared. Yeah!

    The confirm button still shows.

    Frank

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

    Default Re: One-Page Checkout [Support Thread]

    OK looks like I can't get rid of the confirm button but I would still like to add text to the page, "Please Wait While Your Order is being processed"

    ??????
    Frank

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

    Default Re: One-Page Checkout [Support Thread]

    You can do that by making a template-override version of /includes/languages/english/checkout_one_confirmation.php and supplying that text for the CHECKOUT_ONE_CONFIRMATION_INSTRUCTIONS constant.

 

 

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