No content to show
User Activity
hey @ZephyrShop Can you please provide the store link.
You will have empty space ahead by going with that.you should have the text as the width of image at least.
@anhtaivnpro Please mark my solution correct if you found it helpful.Thanks.
03-18-2024
@Svyatos Yes,Please mark my solution correct if you found it helpful,Thanks.
Step 1: Online Stores > Themes > Edit codeStep 2: Choose file theme.liquidStep 3: Add code above the tag </head>.card__content .card__information .card__heading .full-unstyled-link {width:200px white-space: nowrap;overflow: hidden;text-overflow: elli...
03-18-2024
It sounds like you've successfully connected your Pixel from Shopify to your Facebook ad account, which is a great first step in tracking your website events for advertising purposes. Regarding the purchase event not showing up immediately in the Eve...
03-18-2024
Selling branded products like Nike, Adidas, Under Armour, etc., on Shopify can be a bit complex due to brand restrictions and legal considerations. Here are some key points to consider:Authorized Reseller: If you've purchased products directly from t...
03-18-2024
Log in to your Shopify account: Access your Shopify dashboard by logging in with your credentials.Go to "Settings": In your dashboard, navigate to the "Settings" section. It's typically located at the bottom left corner of the screen.Select "General"...
03-11-2024
Hi @chrxskalitta you can use this in your main css file it would turn any bold text to pink color, you can change the color as per your need. <style>strong { color :pink }</style>
Hey @purwajmiyani {% if product.has_only_default_variant == false %}{{product.selected_or_first_available_variant.metafields.custom.variant_quanity_description}{% endif %}you need to create the variant based metafields and then you can add there the ...
03-11-2024
{% assign markenpreistest = product.metafields.custom.markenpreistest | metafield_text %}{% assign price = product.price | money %}{% assign result = markenpreistest | minus: price %}The result is: {{ result }}
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
942 | 03-18-2024 06:02 AM | |
411 | 03-11-2024 07:41 AM |