Modify price.php text based on product category
-
I want to display slightly different wording on the price.php template, based on the category of the product that is being displayed. I’m thinking an if/else statement:
If product category == blue-widgets {
echo “some blue widget text”;
} else {
echo “something else”;
}But I can’t figure out how to do this. Any suggestions?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Modify price.php text based on product category’ is closed to new replies.