No content to show
User Activity
Hi, Could you explain a bit more about how to do this? I've tried Flow with Shopify Email, Mesa, OmniSend... I can't seem to quite tie it all together. Here's what I need to happen:When Order fulfilled > Find customer (or order) metafield > Send tran...
05-23-2024
Hi! Have you found a solution for this? The only way would be to add custom code to, for example, the cart page. Before checkout, they are prompted to sign in/register. Once they do, they are either taken back to the cart or wherever the previous ste...
Not sure what you're asking here, could you please be more specific and/or provide your store URL?
Please provide the website URL and password if necessary. Please also provide a direct URL to this product or one like this; multiple images, one tied to each variant. If you want this to apply to ALL products... it may work to add this CSS. Navigate...
Navigate to Online Store > Themes > [...] > Edit Code. Find the theme.css file in the Assets folder. Scroll all the way to the bottom/end of all the CSS code and make a new line. Add the following: .powered_by_rivo {
display: none !important;
opa...
09-29-2023
Yes! Please add the following below where you added the other CSS:.product-popup-modal__opener {
display: inline-block;
text-align: center;
margin-top: 2rem !important;
}
.quantity {
width: calc(100% / var(--font-body-scale) + var(--i...
09-28-2023
I'm not sure what you mean.
You may want to try the "Post-Purchase Thank You" automation template as a starting point. It's "Order Created" > "Wait X Days" ... etc. Navigate to Marketing > Automations > "Post-Purchase Thank You". Hope this helps!
You may be able to achieve this with metafields, but you can also follow a very similar method to what I described. You'll find the section similar to image-with-text (highlight?) in TopBike theme (it seems like it exists in the demo), duplicate it a...
You'll go to Products and then click the "Arrow Up / Arrow Down" symbol on the right. Sort by "Created". Is that what you're looking for?
Hi! You can change the height of slider to "Small" and see if that gets you the desired effect. Otherwise, I recommend reworking/resizing your actual image using the current slider dimensions as reference and leaving it set to "Adapt to first image"....
09-21-2023
You may want to consider using a loyalty/rewards app to achieve this. Alternatively, you can use a private landing page (only those with a link can access it) that hosts a signup form with a hidden input that tags the customer with a specific tag (ex...
You can sort products by Oldest or by Newest on the Collection page itself. If you want to change all collection sorts at once you can select all and then click Bulk Edit. Choose the option "Sort By" and change all of them at once. The "Filters" on t...
This will take some knowledge of the repository. Could you please share the URL for your store/webpage? I recommend starting with just one product. Generally, navigate to Online Store > Themes > "..." > Edit Code. find the section file titled "image-...
09-21-2023
Navigate to Online Store > Themes > "..." Edit Code. Find the base.css file in the Assets folder. Scroll to the bottom where there is no more code and make a new line break.Add the following: variant-selects {
display: flex !important;
}
.prod...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
886 | 09-21-2023 05:01 PM | |
726 | 09-20-2023 05:40 PM | |
1889 | 09-20-2023 04:00 PM | |
2901 | 09-20-2023 03:24 PM | |
3415 | 09-20-2023 03:12 PM |