Title: bashy's Replies | WordPress.org

---

# bashy

  [  ](https://wordpress.org/support/users/bashy/)

 *   [Profile](https://wordpress.org/support/users/bashy/)
 *   [Topics Started](https://wordpress.org/support/users/bashy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bashy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bashy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bashy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bashy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bashy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Featured image at the top of the info window](https://wordpress.org/support/topic/featured-image-at-the-top-of-the-info-window/)
 *  Thread Starter [bashy](https://wordpress.org/support/users/bashy/)
 * (@bashy)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/featured-image-at-the-top-of-the-info-window/#post-17279787)
 * [resolved]
 * Hi there,
   It works like a charm! Thanks for your support and for your fast response.
   You definitely deserve 5 star rating.
 * Regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Side Cart Woocommerce | Woocommerce Cart] How to change Continue Shopping button url](https://wordpress.org/support/topic/how-to-change-continue-shopping-button-url/)
 *  Thread Starter [bashy](https://wordpress.org/support/users/bashy/)
 * (@bashy)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/how-to-change-continue-shopping-button-url/#post-14371640)
 * Hi Antonio,
 * See this topic: [https://wordpress.org/support/topic/sending-continue-shopping-button-to-a-custom-url](https://wordpress.org/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>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Side Cart Woocommerce | Woocommerce Cart] How to change Continue Shopping button url](https://wordpress.org/support/topic/how-to-change-continue-shopping-button-url/)
 *  Thread Starter [bashy](https://wordpress.org/support/users/bashy/)
 * (@bashy)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/how-to-change-continue-shopping-button-url/#post-14324010)
 * Resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Order Delivery Date for WooCommerce] Displaying delivery date on thank you page](https://wordpress.org/support/topic/displaying-delivery-date-on-thank-you-page/)
 *  Thread Starter [bashy](https://wordpress.org/support/users/bashy/)
 * (@bashy)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/displaying-delivery-date-on-thank-you-page/#post-12684719)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Area] Divi theme & WP Customer Area](https://wordpress.org/support/topic/divi-theme-wp-customer-area/)
 *  Thread Starter [bashy](https://wordpress.org/support/users/bashy/)
 * (@bashy)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/divi-theme-wp-customer-area/#post-12673469)
 * Thanks a lot for your support!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Order Delivery Date for WooCommerce] Displaying delivery date on thank you page](https://wordpress.org/support/topic/displaying-delivery-date-on-thank-you-page/)
 *  Thread Starter [bashy](https://wordpress.org/support/users/bashy/)
 * (@bashy)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/displaying-delivery-date-on-thank-you-page/#post-12660311)
 * 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

Viewing 6 replies - 1 through 6 (of 6 total)