Hallo !
Bin dabei das Script von OSCommerce um die MWst zu erweitern.
Jetzt habe ich folgenden Codeteil :
while ($products_new = tep_db_fetch_array($products_new_query))
{$products_new_array[] = array('id' => $products_new['products_id'],
'name' => $products_new['products_name'],
'image' => $products_new['products_image'],
'price' => $products_new['products_price'],
'specials_price' => $products_new['specials_new_products_price'],
'tax_class_id' => $products_new['products_tax_class_id'],
'date_added' => tep_date_long($products_new['products_date_added']),
'manufacturer' => $products_new['manufacturers_name']);}
Hier will ich schriftlich Text eintragen. Wie geht das ?
Kann mir bitte jemand helfen ?
Sumago
Bin dabei das Script von OSCommerce um die MWst zu erweitern.
Jetzt habe ich folgenden Codeteil :
while ($products_new = tep_db_fetch_array($products_new_query))
{$products_new_array[] = array('id' => $products_new['products_id'],
'name' => $products_new['products_name'],
'image' => $products_new['products_image'],
'price' => $products_new['products_price'],
'specials_price' => $products_new['specials_new_products_price'],
'tax_class_id' => $products_new['products_tax_class_id'],
'date_added' => tep_date_long($products_new['products_date_added']),
'manufacturer' => $products_new['manufacturers_name']);}
Hier will ich schriftlich Text eintragen. Wie geht das ?
Kann mir bitte jemand helfen ?
Sumago
Kommentar