REQUEST: Ability to add/remove line item properties & reject discount codes in checkout #413
rgilbert82
started this conversation in
Feedback: Cart Transform API
Replies: 3 comments
|
Here are some examples related to discount codes, which merchants are asking for,
These are probably best suited for validation functions API. |
0 replies
|
Additional use case for this is to add personalisation items to bundles. ie.
Personalisations like a 'to'/'from' field are currently captured by line item properties within themes, but this is not currently compatible with bundle products. |
0 replies
|
@ignacio-chiazzo - Just bumping this request to see if there's any update. Our bundles app is now getting requests to have gift messages captured via line item properties for our mix and match bundles. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello. There are still a few useful things that were available in the Script Editor that have not yet been implemented in the new functions. Specifically:
The ability to add, edit or remove a line item's properties. Sometimes we use the existence or non-existence of line item properties to display different messaging in cart. We are currently using the Script Editor to change line item properties based on certain discount operations that have or have not occurred.
The ability to reject discount codes in checkout. For example, we might want to reject some or all discount codes depending on certain types of free gifts added to cart.
The ability to split line items. Line items with quantities greater than 1 might need to be split and treated differently. In some cases a line item might need to removed completely or its quantity might need to be reduced.
These are probably all good candidates for the Cart Transform API specifically. Thank you!
All reactions