Actinic Knowledge Base

How can I extend the time that the Minimum/Maximum Order Value message is displayed on screen?

If you have set up a Minimum or Maximum order value in 'Business Settings | Ordering', your customers are shown a message when trying to check out if they and not reached the minimum or exceeded the maximum:



By default, this message is shown for 5 seconds but you can change this by doing the following:
  • browse to your site folder
  • locate the 'ActinicOrder.pm' file (take a backup)
  • open this file with a text editor such as notepad
  • search for:

    # Show warning for 5 seconds

  • you should see:

    my $nDelay = 5;            # Show warning for 5 seconds

  • change '5' to however many seconds you would like the bounce to be delayed for
  • close and save the file
  • update your site.
Actinic is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder or restore your backup.


Attachments

No attachments were found.

How would you rate this answer?



Thank you for rating this answer.


Article Details

Last Updated
6th of January, 2009

Would you like to...

Print this page Print this page

Email this page Email this page

Suggest changes Suggest changes

Subscribe me

Add to favorites Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Quick Edit

Export to PDF

User Opinions (0 votes)

No users have voted.

Related Articles

Suggest changes

Suggest changes for this article below. Please try and be as detailed as possible and explain why the change is required. Fields marked with an asterisk are required.

Please do not use this form to send in requests for support. You can go here to do that.

   Name:
   Email:
* Suggested Change:
* Enter the code below:
 

Continue