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.
Printable View
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
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
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.
I am having trouble have reinstalled all files but still having issues. Am currently running zencart 1.54 and sterling grand template.
Debug log shows
2016-09-19 10:29:52 checkout_one_observer: checkout_one redirect: Array
(
[main_page] => checkout_shipping
)
2016-09-19 10:29:54 checkout_one: CHECKOUT_ONE_ENTRY, version (1.0.4 (2016-09-11)), Zen Cart version (1.5.4), template (stirling_grand)
2016-09-19 12:34:47 checkout_one_observer: checkout_one redirect: Array
(
[main_page] => checkout_shipping
)
Thanks
Sandria
Did you copy all the core/template overwrites, especially the /includes/templates/YOUR_TEMPLATE/jscript/jscript_framework.php and /ajax.php?
What other plugins do you have installed?
I've just submitted v1.0.5 to the Zen Cart Plugins for review. That version provides changes to address the following issues (as noted within the plugin's GitHub repository):
#39: Update jQuery handling to check for required selectors ... and issue a javascript alert if any are missing.
#40: Replace "CODE" tags in the log files to enable posting on the forums
#41: Hide bannerOne block on the confirmation page
#42: Hide "Confirm Order" button on the confirmation page
Am using 1.5.4 and can't get it to work.
The checkout screen just has "Home" with no other breadcrumbs or content.
I get the following in debug -
[25-Sep-2016 12:06:41 Australia/Perth] PHP Fatal error: Call to a member function javascript_validation() on null in /var/www/html/zencart/includes/templates/template_default/templates/tpl_checkout_one_default.php on line 8
and in one_page_checkout_log -
2016-09-25 12:06:41 checkout_one_observer: checkout_one redirect: Array
(
[main_page] => checkout_shipping
)
Other modules installed are multisite and zipship if these may be affecting it.
EDIT: Actually, I just uninstalled zipship and still not working.