• Hi there,

    is there a way to assign the Request a Quote Button with a shortcode?
    The form page is working with a shortcode ([yith_ywraq_request_quote]).
    So i wonder if i can place the button with a shortcode too?

    Hope to hear from,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    the button is strickly related to the form of the product.
    If you want you can use this code, but the button will work only inside the loop or in the single product page.

    <?php 
    if( function_exists( 'YITH_YWRAQ_Frontend') ){
      YITH_YWRAQ_Frontend()->print_button();
    }
    ?>
    Thread Starter WorkingOnClouds

    (@workingonclouds)

    Hi,

    thanks for your reply.
    This helped a lot.

    Best regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode Request Quote Button’ is closed to new replies.