View Single Post
  #12  
Old 11-04-2004, 03:03 PM
  minorgod's Avatar 
minorgod minorgod is offline
 

X-Adept
  
Join Date: Sep 2002
Location: Arivaca, AZ
Posts: 402
 

Default

Yes, it would be trivial to see if their current order total is less than the free shipping threshold and if so, display a message to the user. If you can figure out how to install this mod, you can probably figure out how to do what you're trying to do. I have no time to help at the moment though. Sorry.

Hint: It should require no more than two lines of code in the PHP file and 1 line of code in the template file to make this work. Just do the comparison in the PHP file and assign a smarty template variable to hold the result. Then in your template file add a line to check the result and display your message.
__________________
www.brettbrewer.com
Getting back into x-cart dev after a long hiatus. Modded lots of x-carts from version 3.1.x to 4.1.x. Developer of ImageScaler mod, Pre-login per user coupon mod, Wordpress feed mod, DigitalSubscriptions mod, Phonetic bulk download keys addon for DownloadExpander mod, Serial Number Generator for ESD products, Custom CMS/LMS integrations, external products mod, and more.
Reply With Quote