Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <tr class="shipping">
  2. <th>Shipping</th>
  3. <td data-title="Shipping">
  4. &nbsp;: <span class="woocommerce-Price-amount amount">
  5. <span class="woocommerce-Price-currencySymbol">&#36;</span>350.00
  6. </span>
  7. <input type="hidden" name="shipping_method[0]" data-index="0" id="shipping_method_0" value="per_product" class="shipping_method" />
  8. </td>
  9. </tr>
  10.  
  11. $('.shipping').('td').css("display", "none");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement