Advertisement
belostotsky

Display bulk discount options WP

May 29th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script><script type="text/javascript">// <![CDATA[
  2. Ecwid.OnPageLoaded.add(function(page){
  3. if (page.type == "PRODUCT") {
  4. setTimeout(function () {
  5. var $el = $(".ecwid-productBrowser-details-wholesale-qty");
  6. if ($el.length) {
  7. $el.first().trigger('click');
  8. }
  9. }, 1000);
  10. }
  11. })
  12. // ]]></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement