Totally Zenned
- Join Date:
- Jun 2007
- Posts:
- 935
- Plugin Contributions:
- 1
Call For Price Image
Does anyone have a suggestion?
Totally Zenned
Oba-san
Product Info - Price is Call for Price Image or Text Status
Product Info - Show the Price is Call for Price Image or Text on Displayed Price
0= Text
1= Image
Totally Zenned
Ajeh:
There is a setting in the Configuration ... Product Info ...
Oba-san
// If Call for Price, Show it
if ($product_check->fields['product_is_call']) {
if (PRODUCTS_PRICE_IS_CALL_IMAGE_ON=='0') {
$call_tag = '<br />' . PRODUCTS_PRICE_IS_CALL_FOR_PRICE_TEXT;
} else {
$call_tag = '<br />' . zen_image(DIR_WS_TEMPLATE_IMAGES . OTHER_IMAGE_CALL_FOR_PRICE, PRODUCTS_PRICE_IS_CALL_FOR_PRICE_TEXT);
}
}Totally Zenned
Ajeh:
NOTE: function files do NOT use override files ...
Oba-san
Destination thread ID and reason are required when shown.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.