Page 1 of 1

Add a warning on expedited shipping in cart

PostPosted: Fri Aug 12, 2011 5:41 am
by dgroff
I want to add a warning on expedited shipping in cart to contact us for availability. If a customer picks anything not UPS Ground I want a warning to display

Re: Add a warning on expedited shipping in cart

PostPosted: Fri Aug 12, 2011 10:04 am
by ShopSite Lauren
You can add JavaScript to the checkit function in ShopSite so that upon submitting the form there are additional warnings or functions that are processed. So you could use this feature to add the warning. However, this will not restrict the customer from checking out, it will only show them a warning. If they close the warning, they would be able to continue checking out. Another possible work around would be to add javascript that hides or displays the checkout button based on the value of the shipping selection. Then if it hides the checkbox button, it replaces the checkout button with the warning text. Both of these options would be things where you add your own javascript to ShopSite.