Set Cart Properties Link Actions
Toggle Line Item Property
Toggles a line item property of your choice as true/false
Requirements
- Cart section as parent
- Grid/Slide iterating over the Cart's line items as parent
- line_item_property_name: the name of the line item property to toggle
Set Line Item Property as True
Sets a line item property of your choice as true
Requirements
- Cart section as parent
- Grid/Slide iterating over the Cart's line items as parent
- line_item_property_name: the name of the line item property to set as true
Set Line Item Property as False
Sets a line item property of your choice as false
Requirements
- Cart section as parent
- Grid/Slide iterating over the Cart's line items as parent
- line_item_property_name: the name of the line item property to set as false
Set Line Item Property as Value
Sets a line item property of your choice as a custom value
Requirements
- Cart section as parent
- Grid/Slide iterating over the Cart's line items as parent
- line_item_property_name: the name of the line item property to set as a custom value
- line_item_property_value: the value to set the line item property as
Remove Line Item Property
Removes a line item property value
Requirements
- Cart section as parent
- Grid/Slide iterating over the Cart's line items as parent
- line_item_property_name: the name of the line item property to remove the value from
Toggle Cart Property
Toggles a cart property of your choice as true/false
Requirements
- Cart section as parent
- cart_property_name: the name of the cart property to toggle
Set Cart Property as True
Sets a cart property of your choice as true
Requirements
- Cart section as parent
- cart_property_name: the name of the cart property to set as true
Set Cart Property as False
Sets a cart property of your choice as false
Requirements
- Cart section as parent
- cart_property_name: the name of the cart property to set as false
Set Cart Property as Value
Sets a cart property of your choice as a custom value
Requirements
- Cart section as parent
- cart_property_name: the name of the cart property to set as a custom value
- cart_property_value: the value to set the cart property as
Remove Cart Property
Removes a cart property value
Requirements
- Cart section as parent
- cart_property_name: the name of the cart property to remove the value from