oscprofessional
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎05-16-2025 09:49 AM
Topic Started
13
Topics Started
Topic Solutions
2440
Solutions
Post Count
16373
Posts
Post Kudos
3188
Likes

Bio: Shopify Website Speed Optimization Experts. Having an experienced developers team who can achieve best speed score guaranteed .

Community Badges

Hello Team, As most of the shopify users might be knowing that in default or free theme there is no default functionality for wishlist. So want to let you know that we have created an appli...
No content to show

User Activity

Hi everyone,We’re encountering an issue with the subscription feature in our app. One of our merchants has successfully activated the subscription, and it’s working as expected. However, when another merchant activates the same subscription, it doesn...
Hi Joe-H-95If your product pricing looks correct on the storefront but appears differently in the back-end, here are a few common reasons this might happen:There will be Possible Causes. Check if it work for you.Shopify Markets or Multi-Currency Setu...
Hi Reaya,You can definitely add a table inside a collapsible content section on your Shopify product pageUse Below steps:Go to your Shopify Admin => Online Store => Themes.Click Customize on your current theme.In the customization, select ProductIn t...
Hi Marlene  Try this corrected code:{% if product.tags contains 'show-gots-logo' %}<div class="gots-logo"><img src="https://cdn.shopify.com/s/files/1/0234/8013/files/show_gots_product.png?v=1746605466" alt="GOTS Certified" /></div>{% endif %}This wi...
Hi NikosBat  Add a new setting to your section schema so the text can be edited.Render that setting in your HTML code between the title and image.Example:In your section .liquid file, locate the schema and add:{"type": "text","id": "extra_text","lab...
Hi Sivadarshan ,Yes, you can absolutely replicate the product filtering feature (such as filtering by size) from the reference website situofficial.com on your own Dawn theme using Shopify’s built-in tools,  no custom code required.1. Ensure size is...
Hello @deepvrigs ,Shopify provides a built-in option to show or hide the account (login) icon from the admin panel. To display the icon, follow these steps:Go to your Shopify admin and click on Settings.Select Customer accounts, then enable the Show ...
Hi @Thetraveladdict Solution for Question 1:Go to Shopify Admin -> Online Store ->Theme -> Edit code->base.cssAdd the below code at the end of the base.css file..main-blog .title--primary { text-align: center; } Solution for Question 2: Open the ...
Hi @ShoFeu ,Show Blog Thumbnails in Dawn Theme (Using Image URL)Option 1: Use first image in blog content{% assign image = article.content | extract_image %} {% if image %} <img src="{{ image | img_url: 'medium' }}" alt="{{ article.title }}"> {% en...
Hi @Leon09 ,To replace the PayPal button with a "Notify Me" button when a variant is out of stock:Hide PayPal and show "Notify Me" based on variant.available status.Listen for variant:change to update buttons instantly when switching variants.Use thi...
Duplicating your store usually means duplicating your theme, not the entire store. Your Shopify admin, URL, and customer data stay the same.However, duplicating a theme also copies broken code, so the best option is to start with a fresh theme (like ...
Hi @Lags , Yes, old themes may carry bloated or broken code → switching to a saved theme won’t guarantee speed improvements unless you clean up unused apps, scripts, and sections.Best option: Duplicate your store, then start fresh with a lightweight ...
Hey @huzunkaya ,To let users click on brand names and filter by brand in the Taste theme:1. Make Brand ClickableReplace:{{ product.vendor }}with<a href="{{ routes.collections_url }}/vendors?q={{ product.vendor | url_encode }}">{{ product.vendor }}</a...
Hey @mns-burg ,A clean way is to customize your theme to show different banners using a setting or block in the theme editor.For example:In your main-banner section, add a custom checkbox or image picker for “Show Sale Banner.”Then use Liquid logic l...
Hi @Tools2u ,To show the bin metafield on your POS receipt, add this after the product title in your receipt template:Bin: {{ line_item.product.metafields.custom.bin_ }}Make sure the metafield is set on the product and published to POS.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.