The page loads sometimes take a little while. Is it possible to display a "loading" graphic to remind the user that the page is loading?
Yes, the latest versions have this capability (and are enabled by default). However, upgrading to the latest version won't by itself enable the feature as it requires a modification to the module's page templates. Here's how to go about enabling it:
In the Merchant 5.x page template named "Phone Order Manager - Main" (which displays the module's main page),right below the code:
add the code:
<div id="loading" style="display:none; position:fixed; left:45%; text-align:center; top:40%;"><img src="https://www.vikingcoders.com/graphics/loading.gif" border=0></div>
Save the page and that's it. This div will be displayed when the form on the page is submitted. It uses a graphic from our secure server but it can of course be modfied to use your own graphic or to simply show a text message.
Last update: 2008-02-08 15:49
Author: Thor
Revision: 1.2
You cannot comment on this entry
Most Recent FAQ Entries: 
- I have the UPS Custom Integration configured so that ... (2008-07-11 10:21)
- I would like to conditionally display something for a ... (2008-07-03 17:37)
- Is there any way to configure specific global headers ... (2008-06-02 18:28)
- I pay my affiliates with gift certificates from your ... (2008-05-29 10:42)
- Is there any way to add a negative number ... (2008-05-22 13:51)
Top 10 
- 2521 views:
Adding Tokens to Evaluate Expressions - 2510 views:
Why won't you call me for technical support? I ... - 2489 views:
Is there a way to "Limit" the number of ... - 2402 views:
Are license keys valid for more than one store? ... - 2308 views:
I'm trying to enter a license key and get ... - 2270 views:
How do I install a module? - 2133 views:
How do I check for a module upgrade? - 2132 views:
How can display and change the parameters of an ... - 1960 views:
The total on my checkout pages are not correct. ... - 1843 views:
I have select and radio type attributes in my ...
















