Show woocommerce product by id in modal
-
I’ve got a webshop with woocommerce installed and I want to use the easy modal. I want to give the modal the product_id so that it can show the product details in the modal. But I can’t get it to work properly.
The link for the modal
<a data-product_id="<?php echo get_the_id(); ?>" data-product_sku="" rel="nofollow" class="button add_to_cart_button eModal-1 product_type_simple">+</a>
What’s in the modal
[product_page id="<?php echo $product_id; ?>"]
Is there a way to keep the product_id always updated so it shows the right product in modal.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Show woocommerce product by id in modal’ is closed to new replies.