No content to show
User Activity
12-29-2024
Hi @chericute Potential areas for improvement:Track where visitors drop off using tools like Google Analytics or Hotjar.Make sure your Facebook/Instagram ads are reaching the right group (age, location, interests).Try different images and messages t...
12-29-2024
Hi @Mostak To check:Go to Settings > Payments > Shopify Payments in your Shopify admin.Look for the option to set up or change your bank details.Enter your Payoneer bank account details (provided in your Payoneer dashboard).
Hi @Brian5 If it doesn't work only in Safari, it may be cache. You can try the following steps: Test Without CacheOpen a Private Window (File > New Private Window) and try again.Clear website data: Safari > Preferences > Privacy > Manage Website Dat...
12-28-2024
Hi @VD10 Yes, Google Merchant Center allows Shopify’s CDN URLs (https://cdn.shopify.com/) for image links, even if they are technically hosted on a different domain from your store’s primary domain (e.g., yourstore.com). Shopify’s CDN is widely reco...
12-28-2024
Hey! I made a simple widget for displaying Trustpilot (and Google) reviews on Shopify. This is the final result: You can change widget design and edit reviews! Tutorial:Find your company on Trustpilot.Copy the URL.Log in to Wally.Select Trustpilot an...
12-27-2024
Hi @nathalirea94 In your Shopify admin, go to Settings > Notifications.Find Local Pickup Ready for Pickup and click on it to edit.In the email template, add your warehouse address where you want it to appear. Example: <p><strong>Pickup Location:</st...
Hi @Solver1 Open your browser console and enter this:Shopify.locale
Hi @oudelegance Add this script to your theme.liquid file or base.js: window.addEventListener("beforeunload", () => {
sessionStorage.setItem("scrollPosition", window.scrollY);
});
window.addEventListener("load", () => {
const scrollPosition = s...
Hi @BenardC , This happens because Shopify’s search indexes all product variants, not just the selected ones. Here are some ways to fix this:Add specific tags like “White Tile” or “600x1200” to each product and customize search to prioritize tags.If ...
Hi @hassan-qureshi1 Shopify’s Billing API designed for paid charges. For apps with a free plan, you shouldn’t include the free plan in your Billing API. Instead, you can:Add a free plan on your app listing in the Shopify App Store.After merchants in...
12-16-2024
Hi @Audric If you’re comfortable with code or have a developer:Go to Online Store > Themes > Edit Code.Open the file search.liquid (or search.json, depending on your theme).Add logic to check if search results are empty, then display your custom pro...
Hi @Afterhrsuk You can try the following steps:Update your meta titles and descriptions to focus on your brand or collections.Add schema markup (e.g., Organization or Product) to guide Google. Test it here.Use Google Search Console to submit your si...
Hi @Manuel283 You should add a CSS property to set your image size to cover. Add the following CSS lines to the block with your background image:background-size: cover;background-position: center;
12-14-2024
Hi @ramzanseller Your default navigation was overridden by the “meteor-desktop-nav” plugin. If you’re familiar with this plugin, try disabling it and checking if the issue is resolved.
Hi @Joshh8120 Try these steps:Try another browser.Turn off browser extensions (like ad blockers) that might interfere.Ensure no themes or plugins in Shopify are blocking your changes.
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
94 | 12-28-2024 01:42 AM |