Advertisement
designbymerovingi

temp12

Nov 23rd, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. add_action( 'woocommerce_before_checkout_form', 'insert_nug_shortcode_in_checkout' );
  2. function insert_nug_shortcode_in_checkout() {
  3.  
  4. echo '<p>DGC Producers- Use Dropdown Below to Cash Your Nugs in for Instant Store Credit Coupon Code</p>';
  5. echo do_shortcode( '[pay_for_woo_coupon value="5,10,20,50,100" type="fixed_cart"]' );
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement