bashy
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Featured image at the top of the info window[resolved]
Hi there,
It works like a charm! Thanks for your support and for your fast response.
You definitely deserve 5 star rating.Regards,
Hi Antonio,
See this topic: https://ww.wp.xz.cn/support/topic/sending-continue-shopping-button-to-a-custom-url
With an absolute URL it will be something like this:
<script> jQuery('.xoo-wsc-modal').on('click', '.xoo-wsc-ft-btn-continue', function(e){ window.location.href = 'https://your-domain.com'; }); </script>Resolved
It works!
Thanks a lot Chetna for your support, i appreciate it!<li class="order"> Delivery date: <strong><?php echo get_post_meta($order->get_id(), 'Delivery date', true); ?></strong> </li>Forum: Plugins
In reply to: [WP Customer Area] Divi theme & WP Customer AreaThanks a lot for your support!
Hi Chetna,
Thanks for your response.
The text ‘Field Label’ in the code was an example! the actual text im using is ‘Chosen date’ which is set in the Date Field label under the Appearance tab as you mentioned above.It seems the problem is with fetching the delivery date for each order.
So how to get the order id for each order with get_the_ID() function?I would be highly appreciated if you could guide me.
Regards,
Bashy