Hey,
how can I move Printful’s PERSONALIZE button?
Right now the button is below the ADD TO CART button and this order doesn’t make sense. From screen recordings I saw that most people people clicked the ADD TO CART button without personalizing the shirt first.
Hey @Simone1212 ,
Go to Online Store → Themes → Click dropdown → Edit code
Go to sections → product-template.liquid file.
Find add to cart and personalize button code there and move code of personalize button to the above add to cart button code.
Thanks!
Thank you for your quick response.
The problem is, I can’t find the PERSONALIZE button 
I guess this is the area of code where I should find it but I don’t. I can only find the ADD TO CART button (btw I am using the Brookly theme)
{% if current_variant.available %}
{{ 'products.product.add_to_cart' | t }}
{% else %}
{{ 'products.product.sold_out' | t }}
{% endif %}
{% if section.settings.enable_payment_button %}
{{ form | payment_button }}
{% endif %}
{% endform %}
{{ product.description }}
Hey @Simone1212 ,
The code is not there but not sure yet. Is it possible for you to provide your product page URL?
So I can check?
Thanks!
Hey @Simone1212 ,
Thanks for the URL. I inspect your page. I doubt with the following code of add to cart button. It shows that is for the payment button but I doubt. This code is using for your personalize button.
Check the following screenshot. Try to do it and let me know if this works.
It didn’t work. Did I move to the wrong place?
Hey @Simone1212 ,
Strange. Reverse it!
Do you have other product template files that you created?
Let me know.
Thanks!
Pagefly, but I am not using pagefly templates for the customizable shirts. So it’s only the default Brookly theme template.
Hey @Simone1212 ,
Download your theme. In your theme files. Find pfCustomizeProductBtn this class in on that button.
You need to do Find in files.
If you get that class somewhere then code should be there and you can try to change that file’s code.
Thanks!
Downloaded the files but this class is nowhere to be found in the theme.
Hey @Simone1212 ,
Extract your zip and find it in those files.
Thanks!
It was extracted and the search got no results.
Hey @Simone1212 ,
This is weird. The code is not there but the button is showing?
I think you must check the page fly.
Thanks!
Pagefly has nothing to do with this button. The button is generated by Printful to customize the t-shirt.
Hey @Simone1212 ,
I understand but code must be there for that button inside the theme, therefore that button is showing.
Is it possible for you to send me the theme zip?
Thanks!
I sent it to your email address.
OK, this email **dmw.webartisan@gmail.com**is not working. Where else can I send the file?