Feb 22, 2021
I have a Google Ads account that was suspended 6+ years ago. If I create a Google Merchant Account, will that be suspended as well due to association?
No content to show
User Activity
The basic approach to the solution is to add custom code to the product page template to use fields that can be set via the API (weight & price), to calculate the base unit price.
I think you have to adjust the CSS of the image elements on the collection pages. What is the store URL?
03-02-2022
Custom liquid blocks can also include custom HTML: <img src="https://cdn.shopify.com/s/files/1/0629/6102/5244/files/TRUSTBADGE_WEHAWT.png?v=1646268090" width="xpx" height="ypx"> For width & height, replace with whatever size you want i.e. width="200p...
02-08-2022
Yes, add the following to change the color for the other one: .card.large--sticky.medium--sticky.sticky-check-header { background: #ffffff !important;} And yes, you can also place the code in the theme.scss.liquid file instead of the custom style s...
Yes there is, add the following CSS code to the theme scss file (Online Store -> Actions -> Edit Code -> Assets/theme.scss.liquid): @media screen and (max-width: 749px) { .product__content-header { margin-top: 32px !important; margin-bottom: 3...
02-07-2022
I believe this can happen if you have blank sections in your Product page template in Debutify. Go to Online Store -> Customize -> Select Products -> 'default product' (or whichever product template you're using) from the top drop down. Then on the l...
02-07-2022
Try adding this to the custom CSS (Online Store -> Customize -> Theme Settings -> Custom Style/Script -> Text field under Custom style): .cart__row.cart-item.card {background-color: #ffffff !important;}
02-07-2022
Go to Online Store -> Actions -> Edit Code, and go to the file called "main-collection-product-grid.liquid" in the Sections folder. Search for the text "main-collection-filters" (CMD+f on Mac, CTRL+f on Windows). You should find the text on line 29 (...
02-07-2022
You just need to adjust your theme's color settings or add some custom CSS. What theme are you using?
02-07-2022
- In your Facebook ads, are you optimizing for conversions (specifically Purchase events)?- Are you getting add to carts or initiate checkouts? If yes to the above two questions, it might be a problem with your landing page(s).
Did you implement this by setting two different shipping rates using price conditions?
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
714 | 03-02-2022 09:19 PM | |
1576 | 02-08-2022 07:56 PM | |
1056 | 02-08-2022 10:56 AM | |
778 | 02-07-2022 07:38 PM |