anupam1607
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎11-28-2024 09:02 AM
Topic Started
4
Topics Started
Topic Solutions
10
Solutions
Post Count
53
Posts
Post Kudos
10
Likes

Bio: Hi there! I am a Shopify Developer with 3 years of experience in front-end eCommerce web development. I am passionate about creating fast and efficien...

Community Badges

Hey everyone, Can anyone tell me how can I call multiple product images, product details, and product prices on the section page? Here some code that I try but it's not correct. {% for block in...
No content to show

User Activity

In componenet-slider.css file, remove this `.slider.slider--mobile` css from this`.slider.slider--mobile` class. 
Hey @Ecomsmartify Add below CSS in bottom of you your `section-main-product.css`@media screen and (max-width: 749px) { .grid--peek.slider .grid__item:first-of-type {margin-left: 0;} .product-media-container.constrain-height.media-fit-contain{...
Hey @sjcwhetton I've review your website.You have to add `wrapper--full-padded` this class in `banner-image__inner` div.And remove `position: absolute;` of `.banner-image--zoom-out .banner-image__image-inner` css from theme.css file.  
Hey @iphone16maxpro Personalized Product RecommendationsRebuy Personalization EngineLimeSpot AI Bundles & Upsells Tag-Based Automation AppsSC Customer TaggingFlits: Loyalty & Wishlist + 
Hey @hmurrar If you're on Shopify Plus, you can use Shopify Scripts to dynamically group products with a discount greater than 60% into a collection.Steps:Write a script to calculate the discount percentage based on the original and discounted prices...
Hey @SassInnes This error typically occurs when the HTML structure in your theme.liquid file is not correctly nested, i.e., a </body> tag is closed before a </style> tag that should have been closed earlier. This breaks the HTML structure and can cau...
Hey @fluffy-fal To ensure your website name (e.g., "Fluffy Store") appears in Google search results instead of just the domain name, you need to optimize your site's metadata and settings. Here's how you can do it:1. Update the Title TagThe title tag...
Hey @Jiwya In Shopify, the discount code field at checkout is a default feature that cannot be removed directly via the admin interface, even if there are no active discount codes. However, there are specific approaches to address this issue based on...
Hey @aimeehoang Try below code in your theme’s theme.liquid or thank-you.liquid template, ensuring it runs only after checkout. document.addEventListener('DOMContentLoaded', () => { const params = new URLSearchParams(window.location.search); /...
Hey @dreamtechzone_5 First of all you have to remove this CSS. Then after add that same CSS to the Title of the accordion
Hey @CrazyGen_IN In the product template, try to add below code for collection metafield.{% assign product_collections = product.collections %} {% if product_collections.size > 0 %} {% for collection in product_collections %} {% if collection.m...
Hey @DavidWard1 In your Pipeline theme Open the "search.liquid" file.Identify the List View HTML Structure.The search results are most likely displayed as a list. Look for a section of code that renders the search results, which may include the <ul>,...
Hey @aravinthemb  If you do not have Shopify Plus, you will not have direct access to the checkout.liquid file. However, validations can still be applied using third-party apps or some workarounds.Third-party apps enable customization and validation ...
Hey @Moisza @PaulMartin is right. Without custom coding or third-party apps, Shopify's default behavior is to show automatic discounts only at checkout or on the cart page. For more visibility, you can use custom messaging or third-party appsThere ar...
Hey @mOONbOOTS In the product-recommendations.liquid or related-products.liquid add an "Add to Cart" button. <form method="post" action="/cart/add"> <input type="hidden" name="id" value="{{ product.variants.first.id }}" /> <button type="submit" c...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.