No content to show
User Activity
11 hours ago
Hi,Hope this will help- Let customer upload an image.- Use Cropper.js to give them a draggable, square crop area.Example Javascript:const uploadInput = document.getElementById('upload');
const image = document.getElementById('image');
uploadIn...
Hi,Hope this will help- At theme.css.liquid, base.css, or global.scss.liquid, Add the Custom Styles/* ===================================================
Custom Styles for Drop-down Menu (Product Page)
=============================================...
11 hours ago
Hi,Hope this will help- Product Pages or Product Grid settings (name may vary slightly).Look for an option called Image Aspect Ratio or Aspect Ratio.Choose 4x5- What if you don’t see “4x5” as an option? (Choose Portrait - it is the closest option)
Hi,Hope this will helpGo to your theme’s CSS file (theme.scss.liquid or base.css) and add this at the bottom:CSS code example/* Fix Add to Cart overlap issue */
.product-form {
margin-top: 20px;
}
12 hours ago
Hi,Hope this will helpCreate a two‑column layout: Left = title & details, Right = color/size & add‑to‑cart. by doing following- Edit the Product Template in Code and Rearrange HTML (main-product.liquid) to Create a New LayoutHTML code example for New...
12 hours ago
Hi,Hope this will help- Add a “Unit Price” in the themeCode example{% assign quantity_in_bundle = 3 %} <!-- Change this number as needed -->
<p>Unit Price: {{ product.price | divided_by: quantity_in_bundle | money }}</p>- Keep the total price at che...
Hi,Hope this will help- Duplicates with -1 : Remove rows with -1 in handle- Weights in grams: Don't worry-just leave them, Shopify will still show ounces in your store
06-19-2025
Hi,Hope this will help- Double-check Product Status in Shopify- Recheck Faire App in Shopify and Search product by full name, SKU, or tag.- Manually Re-sync the Product (Faire might hide products if:No stock,No price,No image)- Contact with Faire sup...
06-18-2025
Hi,Hope this will help- Disable carousel : Removed image loop and showed only featured_image- Clickable product card : Wrapped the whole product card in an <a> tagCode example<a href="{{ product.url }}" class="product-card-link">
<div class="produc...
Hi,Hope this will helpUse Filters + Manual Product Check (Best Native Option) or Use app
Hi,Hope this will help- Image height = text - Use display: flex and align-items: stretch on the wrapper- Keep image shape - Use object-fit: cover (or contain if cropping is not OK)- Easy to apply - Add CSS in theme.css, wrap image and text in a div w...
Hi,Hope this will help- Order status page section . Add Logic to Hide Button for Wholesale OrdersCode example<script>
document.addEventListener("DOMContentLoaded", function () {
// Check if order has 'wholesale' tag and net 30 terms
var tag...
Hi,Hope this will help- Go to Cart Template and Edit Code to Use Discounted Price- Show Discounted Unit Price{{ item.final_line_price | money }}- Show Discount Amount (Optional)
Hi,Hope this will help- Activate Buy Button Channel- Create a Buy Button for a Product or Collection- Paste Code in Your 3rd-Party Website
06-16-2025
Hi,Hope this will help- At header, Build your menu in Navigation as a tree (main > section > items) and- Enable “Mega Menu” for top menu item- Use # for section titles that shouldn’t link anywhere
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
134 | 06-17-2025 09:45 AM | |
131 | 06-17-2025 08:31 AM | |
367 | 06-11-2025 06:05 AM | |
464 | 06-05-2025 06:59 AM | |
598 | 06-04-2025 07:02 AM |