Hi stlnyc!
I must be getting the hang of it; long time reader of the forum, first time poster.
I just had the same problem and overcame it by pasting a line that I borrowed and modified from featured items module.
in also_purchased_products.php immediately below the section
while (!$also_purchased_products->EOF) {
$also_purchased_products->fields['products_name'] = zen_get_products_name($also_purchased_products->fields['products_id']);
I pasted
$products_price = zen_get_products_display_price($also_purchased_products->fields['products_id']);
It worked for me, hope it works for you too!
Zgirl



Reply With Quote

