When clicking on the "Order" button in the price table, open the pop-up order form.
Installed Contact Form 7, Easy Fancy Box (inline content included), pricing table via Pricing Table by Supsystic.
For the button "ORDER" you need to register a link, how should it be?
According to the description, is caused by the following code:
<a href="#contact_form_pop" class="fancybox">ЗАКАЗАТЬ</a> <div style="display:none" class="fancybox-hidden"> <div id="contact_form_pop"> <?php echo do_shortcode('[ contact-form-7 id="420" title="ЗАКАЗАТЬ" ]'); ?> </div> </div> I insert the code into the link buttons in the price table plugin. Further in the page I insert the shortcode of the price table. It does not work through the shortcode. If I make the button myself, it works!
And html price tables can not be found to try to insert into it.