No content to show
User Activity
01-23-2025
Sure, I have sent you a collaborator's access.
Hey @sstephan,Yes, it is possible. You can set-up a Shopify Flow for it that triggers when an order is created. It will need to check if any of the order items are one of the target items. If no, it will exit. If yes, it will wait a year and check ag...
01-23-2025
Hey @renssnce, It is possible but you will need to add some code for it to work. I checked your store and the collapsible tab is controlled by javascript. So, you either have to update the javascript to keep the first tab open by default or you can u...
Hey @nahuel_123,In the sections/collapsible-content.liquid file, go to the section schema. It starts with {% schema %}. In the schema, locate the 'row_content' or something similar field. It will have a type of richtext. It will look similar to the b...
Hey @StephenM88,From the theme customiser, go to "Sections", then click on "Header" as shown in the screenshot below.Then, look for the "Sticky Header" option and disable it. Save the theme and your issue should be fixed now. I hope it helps.
There might be an app that does this, but I'm not familiar with one at the moment. The most efficient solution, in my opinion, would be to add a simple checkbox on the cart page. As I mentioned earlier, this is a straightforward implementation, and a...
Hey Rohit, its not possible to do this entirely from the frontend. You will need to setup a serverless backend to handle this use case. Basically, the backend here will be responsible for creating a line item in the cart with the entered price. This...
It will need to be coded into your theme code. It shouldn't take long though. If you need help with that, let me know. I will send you a collaborator request and we can sort it out.
Whenever you make changes to .toml file. You need to run the following command to push the new configuration to Shopify otherwise it won't work.shopify app deployRead more here: https://shopify.dev/docs/api/shopify-cli/app/app-deploy
If I understand it correctly, you need an extra option on cart page that a user can check/uncheck to choose between special or standard packaging.If that is the case, you don't need an app for it. You can simply put an additional checkbox on the cart...
Hey,First you need to go to settings. Then, click 'General' and under store details, you will see the name that shows up in the emails. Click the pencil icon to edit and save it. I hope it helps!
Hey Marc, if the subtitle is there on page load and vanishes when you sort or filter, it means that the javascript has not been updated to handle the newly added subtitle upon sorting or filtering. As you can see in the screenshot attached below, whe...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
116 | 01-22-2025 09:08 AM | |
108 | 01-21-2025 12:26 PM |