Advertisement
Guest User

Untitled

a guest
Oct 30th, 2017
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. add_action('woocommerce_after_single_product_summary', 'add_quote_form');
  2.  
  3. function add_quote_form(){
  4.     echo do_shortcode('[contact-form-7 id="2173" title="Request a Quote"]');
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement