Here is what I want to do:
I have a specific sale price - price group that I want to show the discount for on all of my store pages.
However, the specific sale price amount is a string instead of a variable so that I can NOT do any arithmetic operations on it.
Is there some way to convert this to a variable so that I can do arithmetic on it?
Background and Bigger Problem . . .
Our story is old and we have NOT always kept up with the code updates.
The problem I am trying to solve by a little programming is this . . .
The Product Page will show the correct discount and sale price for this specific sale price price group.
However, my category page and product search page will not show the correct price or the correct discount percentage. I have tried a million combinations of things trying to get things to work correctly with no success.
Any idea what might be preventing this from displaying correctly on my category and search page?
Please let me know if you more details are necessary.
Brandon
Library and Educational Services LLC
www.libraryanded.com
I have a specific sale price - price group that I want to show the discount for on all of my store pages.
However, the specific sale price amount is a string instead of a variable so that I can NOT do any arithmetic operations on it.
Is there some way to convert this to a variable so that I can do arithmetic on it?
Background and Bigger Problem . . .
Our story is old and we have NOT always kept up with the code updates.
The problem I am trying to solve by a little programming is this . . .
The Product Page will show the correct discount and sale price for this specific sale price price group.
However, my category page and product search page will not show the correct price or the correct discount percentage. I have tried a million combinations of things trying to get things to work correctly with no success.
Any idea what might be preventing this from displaying correctly on my category and search page?
Please let me know if you more details are necessary.
Brandon
Library and Educational Services LLC
www.libraryanded.com
Comment