DARKF3D3 Posted January 17, 2015 Share Posted January 17, 2015 I need to show a text (on product page) only when the products price is higher than the price for having the free shipping.Actually i used this code: {if $productPrice>'100'} The problem it's that i don't wan't to edit this file every time i change this value, so I'm wondering if there a variable the contain that value. Link to comment Share on other sites More sharing options...
vekia Posted January 18, 2015 Share Posted January 18, 2015 you're reffering to 100 ? there is no variable for this. as you can see it's an integer, not dynamic variable stored somewhere in back office. Link to comment Share on other sites More sharing options...
DARKF3D3 Posted January 18, 2015 Author Share Posted January 18, 2015 Yes, I'm referring to the 100, I write that code and I'm looking for a way to change the 100 (my actual free shipping) with a variable. If there's not a variable for the free shipping value, how PS can set free shipping if total amount of the cart is higher than free shipping value? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now