brandtim's simple solution on page 1 works for me. But I'm having a problem pulling from the database on an EZ page that serves as a comparison page I have written about some products.
The above code inserted into the EZ page is commented out by zen-cart when the page is displayed. From the live page source:Code:<?php echo 'test' . zen_get_products_display_price((int)$_GET['2206']); ?>
Code:<!--?php echo '$' . zen_get_products_display_price((int)$_GET['2206']); ?-->


Reply With Quote

