seangerke
Excursionist
Contact Me
Status
Offline
Last Activity
‎12-31-2022 09:45 AM
Topic Started
2
Topics Started
Topic Solutions
0
Solutions
Post Count
47
Posts
Post Kudos
1
Likes

Community Badges

Hi, I am trying to do the following: Make a counter that counts a specific type of product and exports it into the cart attributes as additional details, but keeps adding the number globall...
Hi, I have a few apps that add cart.attributes to my orders. They are then displayed in the "Additional Details" section. Now, I have added my code (and yes, I know there are multiple ...
Hi, I am looking for a Theme that has 3D model display compatibility. Debut theme has this built in and it displays very well, however I am wondering if any paid for themes have this ability...
Looking for an app that will allow me to add custom product options per customer tag. A few of my customers have asked me to program questions specific to them, and currently I have no way o...
Hi my company makes 3D prints. Each of our products have an STL file we use for printing. I need a viewer I can ad to the product page so our customers can rotate the product on the page for viewing....
On the Orders screen on the admin side, we would like a payment status of "Invoiced" is this possible? I found an app that does this, but its actually just making tags.
Hi, I am looking for an app that can arrange the orders section based on my custom rows. The current one Shopify has does not display what I need to see. I need to create a meta fie...
Current: {% if product.type != 'Event' %} Need to change to this: product.type 'Event' must be 1, is the following what I need? {% if product.type 'Event' == 1 %} ...
I see many similar threads, which are all about a year old. I would like the quantity selector and add to cart button to be on same line and just cant figure it out. I have tried examples on the foll...
No content to show

User Activity

Hi I know this is old, but I have been looking for the same thing. I found this: The payment_terms filter must be used on the form object within a product form or cart form. {{ form | payment_terms }} https://shopify.dev/api/liquid/filters/payment_te...
Okay, thanks for update.Find code to search through the cart each time it is refreshed to look for a certain item. Once the item is found, "end" the search and add the product using its unique ID.
There are two types of Carts in Shopify. The auto-renewal carts (cart.json) and the stationary carts (cart.js) code will only work for a particular cart option. Just an FYI.
Its Built in to Shopify now as a discount code:  
Click to expand...Okay let me take a look tomorrow. Im replying on my phone and the code is too difficult to display properly on my system. I think you will need to use the function "assign" to set the qty to 3. {% assign B.quantity = 3 %} i dont kno...
Kam,Do a for loop through the cart items. Then add an if loop that looks for item B and its quantity == 3. Dont forget to stop the loop or it will run forever. Once your parameters are met not sure if its a {% break %} or stop to end the for loop at ...
That is why I moved away from the add A if B. But if you are looking for code it starts with a for loop.For item in cart.itemIf item == AAdd B endif endfor Thats basically what your code will look like. It should be added on the cart page. The specif...
I believe it should. There are easy ways of testing this. Just create your own test-customer and after you make the edits. Add those items to your cart and see what happens. Good luck!
@BG417 Thank you for this. I did mine with coding and then eventually we removed that option because customers couldn't handle the products correctly. 
Its difficult to keep these codes up to date. As they add more features to the themes they are moving away from stagnant carts and are moving to these dynamic carts, which is great but completely different understanding of code. Most new these have s...
The app, Infinite Options works for this. I got locked into their free version from when they first came out, but not it costs $$ per month. But it worked great, takes a little understanding to get it to work the first time, but its just mouse clicks...
Thank you for reaching out. I have given up on this part and modified the "add-on" to just be automatically included on the back end.
That sounds great, bc currently I have nothing to show for like 15+ hrs of my life I spent on this. I kinda gave up and made it part of the back office procedure. Instead of having it a separate cart item, its fulfilled in back office.
Unfortunately I have nothing to show for this. I tried and tired and did not get anywhere. Sorry...
I tried this: {% for item in cart.items %}{% if item.product.id == "29056231440487" %}jQuery.post('/cart/update.js',{quantity:1,id: 6619002634270});This is what I came up with but still not working. Am I adding the wrong IDs? First picture goes to th...
This widget could not be displayed.
This widget could not be displayed.
Helpful From