No content to show
User Activity
Thanks for your reply. I currently use Rebuy, unfortunately, I don't see any make your own bundle features like the website from the example.
We are using Shopify Plus
Thanks for your reply. That app does not have a way for the user to build the bundle on the page (like the example link I provided) by selecting from existing products, the bundle product should not be pre-built already.Any other recommendations?
02-07-2025
Looking for a specific Build Your Bundle app that mimics the functionality from this page here. Is this from an app or was the custom built?
Hi, did you find an alternative solution?
Hi, thank you for this solution. Are you able to modify this even further? See below: Block by Tag or CollectionAllow other items in the cart to be discountedAllow only Shopify discount codes and Block 3rd party discount codes (Affiliate and Reward C...
02-08-2024
I just found this code that works (below). Can someone modify it so it can block by TAG or COLLECTION? productId = 10199241991
Input.cart.line_items.each do |line_item|
product = line_item.variant.product
puts product.id
next if product.gift_c...
02-08-2024
Hi, I need the ability to disable all coupon codes, even the ones generated by affiliate and reward apps, for select products that are On-Sale. If you have the ability to apply to a collection, that would be great. The problem that is happening is, d...