Advertisement
Guest User

Gravity Forms Product Quantity to Product Weight

a guest
Aug 18th, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. add_filter("gform_product_quantity_9", "set_quantity_label", 10, 2);
  2. function set_quantity_label($sublabel, $form_id){
  3.     return "Weight";
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement