I'm looking to test prices in shopify using Optimizely.
I tried to change the price on the product page itself (which is just text) and increased the price by 5%. When I add the product to the shopping cart, the price of the product was still the regular price.
I realize there is probably a liquid variable which contains the price of any particular product, which I could alter in Optimizely's code editor to simply increase by 5%.
I think I can do this by using: {{ product.price | times:1.05 | money }},
but I'm not sure how to implement in the optimizely editor, or whether this is the correct route to go.