Pagina 1 di 1

multi store + xprice per customers

Inviato: 07/11/2006, 13:51
da giammi73
salve ho un problemino...

quando creo un negozio non riesco a integrare correttamente la creazione nella sezione del DB configuration del nuovo shop la selezione di quanti prezzi voglio (xprice per customers)

io faccio lanciare questa riga
tep_db_query("INSERT INTO " .$stores_config_table . " VALUES (400, 'Number Of Prices Per Products', 'XPRICES_NUM', '1', 'Number of prices per products<br><br><b>WARNING: Changing this value will delete prices entry in products table!</b><br><br><b>Every group that uses a deleted price will use product default price.</b>', 1, 30, '2003-11-11 18:33:04', '0000-00-00 00:00:00', 'tep_update_prices', 'tep_cfg_pull_down_prices(')");
mi crea correttamente la dicitura
number of prices per products
e il numero di prizzi e' "1"

ma non ho la possibilita' di cambiare la quantita' di prezzi


la query del DB di xpricepercustomers e' la seg
INSERT INTO `configuration` VALUES (400, 'Number Of Prices Per Products', 'XPRICES_NUM', '1', 'Number of prices per products<br><br><b>WARNING: Changing this value will delete prices entry in products table!</b><br><br><b>Every group that uses a deleted price will use product default price.</b>', 1, 30, '2003-11-11 18:33:04', '0000-00-00 00:00:00', 'tep_update_prices', 'tep_cfg_pull_down_prices(');
dive sbaglio?