This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# Get discount off planner if bundle items also in cart. | |
# | |
# This script applies a discount to the planner item if a certain number of other | |
# bundled products are in the cart. | |
# | |
################################################################################ | |
################################################################################ |