Quote Originally Posted by raunharman View Post
How can I show the Quantity discounts table on the Product info page?
The discount table shows with the deafult zen theme, but disappears when I enable the Tableau theme.
The code is in tpl_product_info_display.php:

PHP Code:
<!--bof Quantity Discounts table -->
<?php
  
if ($products_discount_type != 0) { ?>
<?php
/**
 * display the products quantity discount
 */
 
require($template->get_template_dir('/tpl_modules_products_quantity_discounts.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_products_quantity_discounts.php'); ?>
<?php
  
}
?>
<!--eof Quantity Discounts table -->
Double check that the code is unaltered in your template file.