When "Buy Now" is clicked, it opens the Single Product Page in a Popup as you can see here
Now, in this Popup, you notice Featured Image on the left, and Featured Video on the right side, then Product details below the Video.
How do we create something like this? I mean:
When "Buy Now" is clicked, it opens the Single Product Page in a Popup as you can see here
Now, in this Popup, you notice Featured Image on the left, and Featured Video on the right side, then Product details below the Video.
How do we create something like this? I mean:
The question is slightly vague, so forgive a slightly vague answer.... but the way I would do this is by AJAX request.
post_id
to request attached to it.admin-ajax.php
(you would be looking for the section titled "Ajax on the Viewer-Facing Side" and look into the wp_ajax_(action)
hooks)If I'm talking nonsense above, then you will need a plugin or some cash to pay someone who knows what they're doing. It's not a massive job though if you have a clear design of what you want and clear functionality steps spec'd out.