- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2016
08:58 PM
01-09-2016
08:58 PM
Re: Disable the validation at product details page
Hello
Why you want to disable this message?
I have a suggestion for you. You take a look a Javascript in: app/design/frontend/rwd/default/template/catalog/product/view/type/options/configurable.phtml (rwd package)
<script type="text/javascript">
var spConfig = new Product.Config(<?php echo $_jsonConfig ?>);
</script>Here is two files js you should care:
js/varien/configurable.js
js/varien/product.js
Problem solved? Click Accept as Solution!