Missing Add to Cart text

Missing Add to Cart text

TLMania
Tourist
7 0 4

 

I'm experiencing an issue with the Trade theme where the text inside the "Add to Cart" button disappears when a product has variants. The text briefly appears for a split second upon refreshing the page, but then vanishes. The button itself still functions, but the label is missing. 

Happy to share the store link and the password privately. 

Screenshot 2025-04-24 161220.png

Replies 12 (12)

Moeed
Shopify Partner
7500 2028 2491

Hey @TLMania 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


rajweb
Shopify Partner
822 71 155

Hey @TLMania ,

No worries at all — I can take a look at that for you. Feel free to share your store URL and collaborator code via email. I’d be happy to check it out and sort things out for you.

Looking forward to your message!

Best,

Rajat

Shopify Expert

https://rajatweb.dev/

Rajat | Shopify Expert Developer
Need a reliable Shopify developer for your next project?
Our App: Productify Groups App
Email: rajat.shopify@gmail.com
Portfolio: https://rajatweb.dev
TLMania
Tourist
7 0 4

Hi,

 

Here is the URL: https://thelootmania.com/

 

Code: 0916

 

Thanks

rajweb
Shopify Partner
822 71 155

Thanks for sharing your store URL and collaborator code. Please accept my collaborator request at your earliest convenience.

If you have any other tweaks or updates you'd like assistance with, feel free to send me a DM

Rajat | Shopify Expert Developer
Need a reliable Shopify developer for your next project?
Our App: Productify Groups App
Email: rajat.shopify@gmail.com
Portfolio: https://rajatweb.dev
TLMania
Tourist
7 0 4

accepted

rajweb
Shopify Partner
822 71 155

Thank you for accepting the collaborator request. I'll begin reviewing the setup and will keep you updated on the progress. Once everything is complete, I'll let you know.

Rajat | Shopify Expert Developer
Need a reliable Shopify developer for your next project?
Our App: Productify Groups App
Email: rajat.shopify@gmail.com
Portfolio: https://rajatweb.dev
TLMania
Tourist
7 0 4

Thanks Raj. will wait for your update. 

rajweb
Shopify Partner
822 71 155

@TLMania 

Done!
Please take a look now — once you select a variant, the “Add to Cart” button appears as expected.

If you need any further tweaks or improvements for your store, feel free to reach out. Thanks again!

Best regards,
Rajat

Rajat | Shopify Expert Developer
Need a reliable Shopify developer for your next project?
Our App: Productify Groups App
Email: rajat.shopify@gmail.com
Portfolio: https://rajatweb.dev
TLMania
Tourist
7 0 4

Hi Raj,

 

It seems that the same variant is being added each time, regardless of the selection. The selected variant is not being added correctly. Now the add to cart pop up doesn't appear, instead it straight takes it to the Your cart page

TLMania
Tourist
7 0 4

store url: Here is the URL: https://thelootmania.com/

 

 

 

Thanks

Moeed
Shopify Partner
7500 2028 2491

Hey @TLMania 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.product-form__submit:after {
    content: "Add to Cart" !important;
    align-content: center !important;
}
</style>

RESULT:

Moeed_0-1745480151532.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


TLMania
Tourist
7 0 4

Hi,

 

The problem still persists. When I select a variant, the add to cart text disappears.