Question: I am trying marketing tool, but when i edit tpl_product_info_display.php, i get this message:
Fatal error: Call to undefined function: get_discount_parms() in /home/supermaj/public_html/includes/templates/trublu/templates/tpl_product_info_display.php on line 251
I tried both your site and forums but couldn't find an answer. Can you help me or point to some link?
Also, i would like some categories to be excluded, but i don't know where to place this code:
function exclude_category($category) {
switch($category) {
case 7:
return true;
}
return false;
}
Will it give me the same text of undefined function?
Bookmarks