
Originally Posted by
Chrome
Hi
The little piece of code that I always use is
PHP Code:
echo '<pre>';
var_dump($theVarWithNoName);
echo '</pre>';
var_dump() is great because it gives you extended information... Also the variable can be an array, object or pretty much anything really... The <pre> tag makes it nice and readable
HTH
Dan
LOL thanks but you almost totally lost me - you have to type slowly and clearly so I can keep up. 
I added
PHP Code:
$pibp = zen_get_products_base_price($pid);
echo '<pre>';
var_dump($pibp);
echo '</pre>';
to jscript_ajax_updater right under
PHP Code:
$pidp = zen_get_products_display_price($pid);
if (empty($pidp)) $load = false;
and above
but nothing is showing on my product info pages. Am I putting the code in incorrectly?
Bookmarks