Translations not working for shopify app block schema settings section

I've defined my app block schema settings and implemented the locales for them but this isn't working properly. Like the content from the default en.default.schema.json is loading but not working for other languages. Here's my implementation: Schema Section: {% schema %} { "name": "myApp – App Block", "stylesheet": "myAppsStorefront.css", "javascript": "myAppsStorefront.js", "tag": "section", "settings": [ […]

"Fake 'Please select a variation' alert on Add to Cart button in WooCommerce product variation selection"

I'm working on a custom WooCommerce product page where the user can select product variations (like size, color, etc.) and then add the product to the cart. Everything is functioning correctly, including the variation selection and the dynamic price update based on the selected variation. However, I've encountered a problem. When a user selects a […]

Caches created and never deleted

My hoster reported that I exceeded the INODES, a number that corresponds to the number of files I use. The problem is, I discovered that the W3 Cache plugin and Hummingbird Cache conflicted and created several cache folders, taking up my entire server. The only solution they provided me would be to delete the caches […]