Hi,
In my Admin/My Store Display Cart After Adding Product = false, but i've noticed whilst adding products from the new products module i'm confronted with a message: Page Not Found
Custom 404 Error Page with Site Map Sample Text ...

Even though my item is added to my cart, i don't want this message to appear. It's as if my page dosen' refresh?

I've tested different possibilites in new_products.php without any joy.
I'm really stuck on this one, please help?

cheers

baz°

see below in bold the code i'm using:

//$product_info_str .= '<a href="' . zen_href_link(basename($PHP_SELF), zen_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $new_products->fields['products_id']) . '">' . '<img src="'. DIR_WS_TEMPLATE_IMAGES .'az_buy_now.gif" class="noborder" alt="" />' . '</a>';
$product_info_str .= '<a href="' . zen_href_link(basename($PHP_SELF), zen_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $new_products->fields['products_id']) . '">' . '<img src="'. DIR_WS_TEMPLATE_IMAGES .'az_buy_now.gif" class="noborder" alt="" />' . '</a>';
//$product_info_str .= '<a href="' . zen_href_link(basename($PHP_SELF), zen_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $new_products->fields['products_id']) . '">' . zen_image_button(BUTTON_IMAGE_ADD_TO_CART, BUTTON_ADD_TO_CART_ALT) . '</a>';
//$product_info_str .= '<a href="' . zen_href_link(basename($PHP_SELF), zen_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $new_products->fields['products_id']) . '">' . '<img src="' .BUTTON_IMAGE_ADD_TO_CART . '" class="noborder" alt="" />' . '</a>';