Quote Originally Posted by paulm View Post
Bug fix:

This (code from my previous post)
Code:
$myBuyNow .= zen_draw_form('cart_quantity', zen_href_link(zen_get_info_page($xsell_query->fields['products_id']), zen_get_all_get_params(array('action')) . 'action=add_product'), 'post', 'enctype="multipart/form-data"') . "\n";
Should be:
Code:
$myBuyNow .= zen_draw_form('cart_quantity', zen_href_link(zen_get_info_page($_GET['products_id']), zen_get_all_get_params(array('action')) . 'action=add_product'), 'post', 'enctype="multipart/form-data"') . "\n";
It's an issue only if an xsell master has another products type than it's xsell products.
hi, Paulm,
Perfect work! thanks.

Another problem. I act as your instruction, it really works. but all the related items displayed in column, not in row.

How to make them in row?

Your reply be appreciated.