Advertisement
Guest User

Zmiana ceny WooCommerce

a guest
Sep 2nd, 2016
881
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery('.single_variation').on('show_variation', function() {
  2.     jQuery(".woocommerce-Price-amount").html( jQuery(this).find(".woocommerce-Price-amount").html() );
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement