'; echo 'Base Price ' . zen_get_products_base_price((int)$_GET['products_id']) . '
'; echo 'Actual Price ' . zen_get_products_actual_price((int)$_GET['products_id']) . '
'; echo 'Special Price ' . zen_get_products_special_price((int)$_GET['products_id'], true) . '
'; echo 'Sale Maker Discount Type ' . zen_get_products_sale_discount_type((int)$_GET['products_id']) . '
'; echo 'Discount Calc ' . zen_get_discount_calc((int)$_GET['products_id']) . '
'; echo 'Discount Calc Attr $100 $75 $50 $25 ' . zen_get_discount_calc((int)$_GET['products_id'], true, 100) . ' | ' . zen_get_discount_calc((int)$_GET['products_id'], true, 75) . ' | ' . zen_get_discount_calc((int)$_GET['products_id'], true, 50) . ' | ' . zen_get_discount_calc((int)$_GET['products_id'], true, 25) . '
'; echo '
Start of page - product
' . zen_get_show_product_switch($products_id_current, 'weight') . '
' . zen_get_show_product_switch($products_id_current, 'weight_attributes') . '
' . zen_get_show_product_switch($products_id_current, 'date_added') . '
' . zen_get_show_product_switch($products_id_current, 'quantity') . '
' . zen_get_show_product_switch($products_id_current, 'model') . '
' . SHOW_PRODUCT_INFO_WEIGHT_ATTRIBUTES . '
' . SHOW_PRODUCT_INFO_WEIGHT . '
' . SHOW_PRODUCT_INFO_MANUFACTURER . '
' . SHOW_PRODUCT_INFO_QUANTITY . '
' . '
'; } ?> '; echo 'Base Price ' . zen_get_products_base_price((int)$_GET['products_id']) . '
'; echo 'Actual Price ' . zen_get_products_actual_price((int)$_GET['products_id']) . '
'; echo 'Special Price ' . zen_get_products_special_price((int)$_GET['products_id'], true) . '
'; echo 'Sale Maker Discount Type ' . zen_get_products_sale_discount_type((int)$_GET['products_id']) . '
'; echo 'Discount Calc ' . zen_get_discount_calc((int)$_GET['products_id']) . '
'; echo 'Discount Calc Attr $100 $75 $50 $25 ' . zen_get_discount_calc((int)$_GET['products_id'], true, 100) . ' | ' . zen_get_discount_calc((int)$_GET['products_id'], true, 75) . ' | ' . zen_get_discount_calc((int)$_GET['products_id'], true, 50) . ' | ' . zen_get_discount_calc((int)$_GET['products_id'], true, 25) . '
'; } ?>