Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Validation script (Javascript)

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 09-21-2009, 04:47 PM
  Cyber Matrix's Avatar 
Cyber Matrix Cyber Matrix is offline
 

eXpert
  
Join Date: Dec 2006
Posts: 199
 

Default Validation script (Javascript)

I'm using the validation box that is under the product options of the admin. However, is there way to put this in a tpl without having to put this for each product that needs it.

Code:
if (product_option('Hose Media').value == '') { alert('Please complete Hose Media (Ex. Water, Steam, etc.)'); return false; } if (product_option('Hose Working Pressure (PSI)').value == '') { alert('Please complete Hose Working Pressure (PSI)'); return false; } if (product_option('Hose Operating Temperature (F)').value == '') { alert('Please complete Hose Operating Temperature (F)'); return false; } if (document.getElementById('po454').selectedIndex == 0) { alert('Please select your 1st Fititng.'); return false; } if (document.getElementById('po455').selectedIndex == 0) { alert('Please select your 2nd Fititng.'); return false; } else return true;

By the way this is for a 4.2 cart
__________________
Cyber Matrix
-------------------
X-Cart 4.1.9
Reply With Quote
  #2  
Old 09-21-2009, 06:59 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Validation script (Javascript)

I ahve done this before, but for teh life of me can't remember how I did it. I'll try to hunt it down for you.

Ash
__________________
xcart 5.1.2
Reply With Quote
  #3  
Old 09-21-2009, 07:18 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Validation script (Javascript)

skin1/form_validation_js.tpl

you will need to change your code a bit, i believe.
__________________
xcart 5.1.2
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 10:14 AM.

   

 
X-Cart forums © 2001-2020