Hello there,
Just like you can see in the tittle I want to add a discount of $700 MXN to a order if the customer decides to subscribe our membership.
We have an order bump setup as an subscription and we want to offer a $700 MXN instant discount for customers that decide to become members of our store.
Basically I can imagine the code to be something like:
Conditional:
-
If customer selected order bump then order price -$700 MXN.
-
If customer deselected order bump then order price -$0 MXN.
Can someone help me do this? Thanks