
Originally Posted by
mprough
The loading image does not display, but when I right click on the words Please Wait ... I am returned the path for the image which is not displaying. I have the following error in Chrome console and the image loads in Chrome, but not in Edge, phones, nor Firefox. (just discovered that)
Attachment 18474
Originally
https://domain.com/includes/template...ne_loading.gif
Now, since I copied all of the file from OPC install template_default to the bootstrap directory
https://domain.com/includes/template...ne_loading.gif
I cleared my cache, still nothing. The question I was posing most recently is where to manually (with a simple img tag) hard code the gif, but I don't think Lat understood.
Well the original image is called from
includes/templates/template_default/templates/tpl_checkout_one_default.php
PHP Code:
<div id="checkoutOneLoading" style="display: none;"><?php echo zen_image($template->get_template_dir(CHECKOUT_ONE_LOADING, DIR_WS_TEMPLATE, $current_page_base ,'images') . '/' . CHECKOUT_ONE_LOADING, CHECKOUT_ONE_LOADING_ALT); ?></div>