Title: Move personalized button
Last modified: November 25, 2019

---

# Move personalized button

 *  Resolved [aohene](https://wordpress.org/support/users/aohene/)
 * (@aohene)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/move-personalized-button/)
 * Hi, is there a way to move the perzonalized button to anorther location? for 
   example before or after the short description? thanks

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

 *  [vita.printful](https://wordpress.org/support/users/everybear/)
 * (@everybear)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/move-personalized-button/#post-12176711)
 * Hey there,
 * Thank you for reaching out!
    To make any edits to the location of the personalization
   button, you would need to manually edit the code of our plugin. Something to 
   keep in mind is that if you modify Printful plugin code manually and later do
   an automatic plugin update, this update will override your initial change.
 * You can also consider creating a custom plugin/script/code that would force the
   positioning of the personalization button.
 * I hope this helps!
    -  This reply was modified 6 years, 5 months ago by [vita.printful](https://wordpress.org/support/users/everybear/).
 *  [alexsane13](https://wordpress.org/support/users/alexsane13/)
 * (@alexsane13)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/move-personalized-button/#post-12679875)
 * To move button go to wp-content/plugins/printful-shipping-for-woocommerce/includes,
   
   open file “class-printful-template.php” And change this: woocommerce_after_add_to_cart_button(
   it is a place for button) in the line below add_action( ‘woocommerce_after_add_to_cart_button’,
   array( $this, ‘printful_template_customize_button’ ), 20 );
 * For example, if you whant to move “personalize button” befor “add to cart button”
   change “woocommerce_after_add_to_cart_button” on “woocommerce_before_add_to_cart_button”.
 * To change “personalize button” style go to wp-content/plugins/printful-shipping-
   for-woocommerce/includes/templates and open file personalize-button.php

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

The topic ‘Move personalized button’ is closed to new replies.

 * ![](https://ps.w.org/printful-shipping-for-woocommerce/assets/icon-256x256.png?
   rev=1067891)
 * [Printful Integration for WooCommerce](https://wordpress.org/plugins/printful-shipping-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/printful-shipping-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/printful-shipping-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/printful-shipping-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/printful-shipping-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/printful-shipping-for-woocommerce/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [alexsane13](https://wordpress.org/support/users/alexsane13/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/move-personalized-button/#post-12679875)
 * Status: resolved