Direct link to this Question:
Validation of fields on the popup form can be controlled from Layout. If your site version is newer than 6.5 than you can see basic validation code under Layout --> Product --> Header HTML Code. This way, you have flexibility to edit validation on each field. Basic validation includes the code for validating First Name, Last Name, Phone, Email and Company. If you remove this code accidentally, we double check for First Name, Last Name, Phone or Email. For other fields like company or any other, please make sure that javascript validation is there on Layout --> Product --> Header HTML Code. Sample JAVAScript Code : <script language="JavaScript" type="text/JavaScript"> function validateContactInfo() { if($('firstName').value == '' || $('lastName').value == '') { alert('Provide your first and last name.'); return false; } if ($('company').value == '' ){ alert('Provide your Company name.'); return false; } if ($('city').value == '' ){ alert('Provide your City name.'); return false; } if ($('state').value == '' ){ alert('Provide your State name.'); return false; } if ($('country').value == '' ){ alert('Provide your Countryname.'); return false; } if ($('email').value == '' ){ alert('Provide your Email.'); return false; }
if(/^[a-z0-9._%-]+@[a-z0-9.-]+\.[a-z]{2,4}$/i.test($('email').value) == false) { alert('Invalid Email'); return false; } if ($('note').value == '' ){ alert('Provide your Message.'); return false; } return true; } </script>
To view the FAQs on www.AdvancedEMedia.com, click the "Login" button on the top right (highlighted in blue) to log in to your account.
Note: If you are already logged in, then this button will be replaced by the "MyAccount" link.
Soon upon creating a new account, you will be activated to view the online documentation and FAQs, which contain step-by-step processes to help you manage your WebJaguar online store.
If your question is not addressed in the FAQ, feel free to submit a support ticket.
Note: For more information, refer to the FAQ "How do I submit a support ticket to AdvancedEMedia?"
2. Go to the supplier tab.
3. If you would like to enable/disable all products from a supplier, simply check the checkbox next to the desired supplier. Then open the options tab above and set to active/inactive. Then click the apply button
4. If you would like to enable/disable only certain products you will have to click on the products number in the desired supplier’s row.
5. This would bring you to the products page, and from here you can select the particular products you wish to enable/disable. Set them to active/inactive then click apply.
From admin, click list on products, and on the right side where you see the inventory number, simply click on that number, and you will see a window to allow you to change and adjust inventory.
This history will be recorded, which means you can tell all the history of adjustment of inventory for a specific sku.
see screenshot below. let me know if you still have question.