No content to show
User Activity
//if URL changes change content only
if ( new_url != initial_url){
$("#section-id").load( " #section-id");
07-26-2024
Hello @elenalauder , I worked on a similar scenario where we needed to upgrade a theme's version and found a quick way to solve the translation issue.1. On language settings, export each language separately as csv. 2. Copy the ID of the new theme ver...
Hello @brice514 ,I was recently working on something like this, where we can change customers' default language notifications from Shopify Flow using tags. To do so, you first need to create an app from the Shopify Apps setting of your store.1. Store...
Thank you for this solution. Is there any way rather than reloading the whole page, it reloads a specific section only where the dynamic content is found?