Title: Shipping shortcode
Last modified: March 13, 2024

---

# Shipping shortcode

 *  Resolved [marcrix](https://wordpress.org/support/users/marcrix/)
 * (@marcrix)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/shipping-shortcode-2/)
 * Hello,
 * due to a lot product customization options customers can see the shipping informations
   only at the top of the product page an not again close to the add to cart button.
 * Is there a way how to display shipping informations on product page via a shortcode
   on a second position again, like close to the add to cart button?
 * Best regards

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

 *  [carolm29 (woo-hc)](https://wordpress.org/support/users/carolm29/)
 * (@carolm29)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/shipping-shortcode-2/#post-17497513)
 * Hey there, [@marcrix](https://wordpress.org/support/users/marcrix/)! Thanks for
   contacting us. I’m happy to help you.
 * Do you mind sharing screenshots of your website so we can get a better understanding
   of your goal?
 * I recommend using [https://snipboard.io](https://snipboard.io). You can share
   the direct link to the image as a response to this topic.
 * Please point confirm the shortcode you are using and where you wish it showed
   so we can see how we can help.
 * Thank you!
 * Looking forward to your reply.
 * Have a wonderful day!
 *  Thread Starter [marcrix](https://wordpress.org/support/users/marcrix/)
 * (@marcrix)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/shipping-shortcode-2/#post-17498364)
 * Hello,
 * I would be happy to send you the link to the screenshot.
 * [https://snipboard.io/mjYT7u.jpg](https://snipboard.io/mjYT7u.jpg)
 * Is there a way to display the information about shipping costs from above on 
   the price below or above or below the shopping cart?
   I marked this with an arrow
   and hope you can help me.
 * Best regards
 *  [Zee](https://wordpress.org/support/users/doublezed2/)
 * (@doublezed2)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/shipping-shortcode-2/#post-17499807)
 * Hello [marcrix](https://wordpress.org/support/users/marcrix/)
 * Thank you for your reply and for sharing a screenshot.
 * May I ask which plugin are you using to create extra product information?
   If 
   that plugin allows you can edit the Single Product template and place the extra
   fields at a different location on the page.
 * Another possible workaround will be to put an Anchor Link at the top saying something
   like “_Click here to see shipping costs_” and then link it to the Shipping Cost
   value down below.
 * Please let me know about your thoughts on this. 🙂
 * Best regards.
 *  Thread Starter [marcrix](https://wordpress.org/support/users/marcrix/)
 * (@marcrix)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/shipping-shortcode-2/#post-17501681)
 * Hi,
 * the plugin is “WooCommerce Custom Product Addon”.
 * Is there a shortcode for shipping informations in Woocommerce, which I could 
   use to output that informations on a different position?
 * Kind regards
 *  [Afzal (woo-hc)](https://wordpress.org/support/users/afzalpansuvi/)
 * (@afzalpansuvi)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/shipping-shortcode-2/#post-17502882)
 * Hi [@marcrix](https://wordpress.org/support/users/marcrix/),
 * Thanks for getting back to us. Thank you for reaching out to WooCommerce support.
   I understand that you would like to display shipping information near the ‘Add
   to Cart’ button on your product page.
 * Currently, WooCommerce does not have a built-in shortcode for displaying shipping
   information. However, it might be possible to achieve this with some custom CSS.
   Here’s a basic example of how you could duplicate content by projecting it from
   an attribute as pseudo-elements:
 *     ```wp-block-code
       <div class="duplicate" title="text to duplicate"></div>
   
       .duplicate::before,
       .duplicate::after {
           content:attr(title);
           display:block;
       }
       ```
   
 * In this example, the ‘title’ attribute of the ‘duplicate’ class is being used
   to duplicate the text. You could potentially use a similar method to duplicate
   your shipping information. However, to provide a more accurate solution, could
   you please share the link to your website? This will help me understand your 
   setup better and provide a more tailored solution.
 * Also, since you’re using the “WooCommerce Custom Product Addon” plugin, you might
   want to check their documentation or reach out to their support for any plugin-
   specific shortcodes or functions that could help in this situation.
 * Looking forward to hearing from you soon.

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

The topic ‘Shipping shortcode’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [Afzal (woo-hc)](https://wordpress.org/support/users/afzalpansuvi/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/shipping-shortcode-2/#post-17502882)
 * Status: resolved