app/Plugin/ProductOption42/Resource/template/default/Product/list_js.twig line 1

Open in your IDE?
  1. {#
  2. * Plugin Name : ProductOption
  3. *
  4. * Copyright (C) BraTech Co., Ltd. All Rights Reserved.
  5. * http://www.bratech.co.jp/
  6. *
  7. * For the full copyright and license information, please view the LICENSE
  8. * file that was distributed with this source code.
  9. #}
  10. {% block javascript %}
  11. <script>
  12. {% for Product in pagination %}
  13.     onOptionChange($("form[name=form"+{{ Product.id }}+"]"));
  14. {% endfor %}
  15. </script>
  16. {% endblock %}