No content to show
User Activity
Product Media i think. but i can't see file structure in your theme. You can share it in private message, so i'll help with research.
Hi @dimaxgroup. I can help you with that.We can mix native shopify language export/import with custom app to swap old ids with new one using metaobject handle as key.Same about files mapping or any other instance.With respect, Igor.
08-06-2024
Ahh, sorry. Understood what you mean.You need to create separate template for each collection, then select it on collection edit.Go to Online Store -> Themes -> Customize. Click on Home Page (top middle). Select Collection -> create template. Change ...
Hi @emilyaugstudios . If you want to change font-size only for this part. You need to add new class name in liquid template and then style in with css.
Hi @liptapp try to zoom in product picture (click on it) and you will see the problem.Wrong link is sent as parameter in photoswipe library. You need to fix this in product media liquid file.
08-06-2024
Hi @bobylands Lack of information.What theme you use?Can you show screen of header settings?
08-06-2024
Hi @ImoralesMV . If your app renders iframe content - you need to style button or add styling settings in app.If your app renders content in theme flow (like innerHTML or else) - you can utilize theme classes.If your app is global (in app store) - i ...
08-06-2024
Hi @Rich3 It depend on app type you create.If you plan to operate with sessions - you can use only key/secret pair.If you make just calls to receive data on external server - you can use just admin token.
08-06-2024
Hi @Iain_Anderson you need to edit product liquid section and replace add to cart functionality with proper link.If you want each product to use own unique link - you need to create product metafield to store it. Add this link to each product and add...
Hi @imjustforeign .You need to create separate template for each page.Go to Online Store -> Themes -> Customize. Click on Home Page (top middle). Select Pages -> create template. Make it look like you want with sections on the left.Then you need to g...
08-06-2024
Hi @Pietrach for such purpose you need to edit mulicolumn section liquid file. You need to add new settings and code for rendering these settings.here's a reference for that https://shopify.dev/docs/storefronts/themes/architecture/settings/input-sett...
Hi @ctal37 . you need to edit snippets/header-drawer.liquid file.there you will see the place where this icon is rendered (in summary element, render 'icon'). so you can just change it with any icon you want (but class should be named as 'icon-arrow'...
@LSAccounting you need to edit code in sections/video.liquidsomewhere in this file you need to find code part like 'style>'then you will see this code. so you can delete it as variant. but if this styling makes sense and not applied to video section ...
Hi @svalkyrie23 . You've asked previously: "How do I setup a conversion just for landing on the homepage?". I was answered above how you can push event in gtag for homepage only.
instead of {{current_variant.inventory_quantity }}set {%- if current_variant.inventory_quantity <= 3 -%} {{current_variant.inventory_quantity }} {%- else -%}3{%- endif -%}
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
234 | 08-06-2024 11:27 AM | |
198 | 08-06-2024 10:39 AM | |
125 | 08-06-2024 10:30 AM | |
320 | 03-20-2024 06:52 AM | |
493 | 03-19-2024 05:12 AM |