I will not reply to postings for support elsewhere on these forums. Please do not pm or email me for support unless you give billing details
Matti
Posted 23 November 2003, 00:13
Posted 24 November 2003, 10:44
Posted 25 November 2003, 23:23
Posted 25 November 2003, 23:33
Posted 26 November 2003, 03:02
define('IMAGE_NEW_MASTER', 'Add a New Master Product');Now as to how it works. From empirical observation, I would describe the slaves as real products while the masters are not. I.e. you can't buy the master product. Clicking Add_to_Cart on the master product page adds all the slaves that have quantities instead (which can be none). You can choose if the slave appears in the category product listings or not (i.e. if you can buy it separate from the master). In burt's example, the actual outfit would be one of the slaves as well. I would think of a Master Product as more of a container than a product. Edited by Johnson, 09 April 2004, 01:35.
Posted 26 November 2003, 05:13
burt, on Nov 25 2003, 06:33 PM, said:
Posted 26 November 2003, 06:13
delphian, on Nov 26 2003, 12:13 AM, said:
Posted 26 November 2003, 06:17
if ($product_master['product_master_status']!= 1)
if ($product_master['products_price']!= '0')
Edited by Johnson, 26 November 2003, 06:21.
Posted 26 November 2003, 09:17
Quote
Posted 26 November 2003, 11:04
burt, on Nov 26 2003, 05:17 AM, said:
Quote
Posted 26 November 2003, 13:54
Johnson, on Nov 26 2003, 11:04 AM, said:
burt, on Nov 26 2003, 05:17 AM, said:
Quote
Posted 26 November 2003, 18:38
Quote
Posted 26 November 2003, 20:08
Edited by Johnson, 26 November 2003, 20:09.
Posted 27 November 2003, 10:21
$master_sql = "select " . $select_column_list . " p.products_id, p.manufacturers_id, p.products_tax_class_id, s.specials_new_products_price, s.status, p.products_price from ". TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on p.manufacturers_id = m.manufacturers_id left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id where p.products_id = pd.products_id and p.products_master = '" . $thisquery['products_master'] . "' and p.products_status = '1' and pd.language_id = '" . (int)$languages_id . "'";
Posted 27 November 2003, 11:04
Posted 27 November 2003, 15:08
Posted 27 November 2003, 17:34
Posted 27 November 2003, 19:36
Posted 28 November 2003, 01:40