kennydi Posted October 19, 2006 Report Share Posted October 19, 2006 woran kann es liegen, dass in "Neue Artikel" der Button "Jetzt kaufen" nicht angezeigt wird? In den html-Dateien "new_products_overview.html", "new_products_default.html" und "new_products.html" ist doch jeweils dies enthalten: {$module_data.BUTTON_BUY_NOW} Link to comment Share on other sites More sharing options...
Sinanffm Posted December 18, 2006 Report Share Posted December 18, 2006 hallo bist du schon fündig geworden, habe das gleiche problem auch, ich will diese 2 buttons 1x details, 1x jetzt kaufen in neue produkte drin haben kann jemand vielleicht sagen wie es geht Link to comment Share on other sites More sharing options...
Rovert Posted December 18, 2006 Report Share Posted December 18, 2006 nenne es: $module_data.PRODUCTS_BUTTON_BUY_NOW Link to comment Share on other sites More sharing options...
Sinanffm Posted December 20, 2006 Report Share Posted December 20, 2006 hallo, in diesen 3 dateien steht schon $module_data.PRODUCTS_BUTTON_BUY_NOW trozdem ist da kein jetzt kaufen button siehe IT Electronics Link to comment Share on other sites More sharing options...
Rovert Posted December 20, 2006 Report Share Posted December 20, 2006 steht das hier in deinen products_new.php?? wenn nicht dann füge ein nach Bedarf 1. if ($products_new['products_fsk18'] == '0') $buy_now = '<a href="'.xtc_href_link(basename($PHP_SELF), xtc_get_all_get_params(array ('action')).'action=buy_now&BUYproducts_id='.$products_new['products_id'], 'NONSSL').'">'.xtc_image_button('Warenkorb_grau.jpg', TEXT_BUY.$products_new['products_name'].TEXT_NOW).'</a>'; } else { $buy_now = '<a href="'.xtc_href_link(basename($PHP_SELF), xtc_get_all_get_params(array ('action')).'action=buy_now&BUYproducts_id='.$products_new['products_id'], 'NONSSL').'">'.xtc_image_button('Warenkorb_grau.jpg', TEXT_BUY.$products_new['products_name'].TEXT_NOW).'</a>'; } 2. $module_content[] = array ('PRODUCTS_NAME' => $products_new['products_name'],'PRODUCTS_SHIPPING_LINK' => $ship_info,'PRODUCTS_TAX_INFO' => $tax_info, 'PRODUCTS_DESCRIPTION' => $products_new['products_short_description'], 'MANUFACTURERS_NAME' => $products_new['manufacturers_name'], 'PRODUCTS_PRICE' => $products_price['formated'], 'PRODUCTS_VPE' => $vpePrice, 'PRODUCTS_LINK' => xtc_href_link(FILENAME_PRODUCT_INFO, xtc_product_link($products_new['products_id'], $products_new['products_name'])), 'PRODUCTS_IMAGE' => $products_image, 'PRODUCTS_BUTTON_BUY_NOW' => $buy_now); Link to comment Share on other sites More sharing options...
Sinanffm Posted December 20, 2006 Report Share Posted December 20, 2006 kollege vielen dank, du hast mich echt gerettet, jetzt brauch nur noch eine hilfe, wie kann ich das komplette design in 760x600 kriegen Link to comment Share on other sites More sharing options...
loomexxx Posted March 1, 2007 Report Share Posted March 1, 2007 Hallo, bei mir fehlt der Butto jetzt-kaufen auch und ich verstehe das hier nicht ganz! Kann mir das jemand erklären, wo ich das einfügen muss!? Danke! Link to comment Share on other sites More sharing options...
sili Posted September 18, 2009 Report Share Posted September 18, 2009 Einfach in der "products_new.php" eine kleine Änderung vornehmen: 'BUTTON_BUY_NOW' => $buy_now ändern in 'PRODUCTS_BUTTON_BUY_NOW' => $buy_now. Also einfach das Wort "PRODUCTS_" einfügen, dann funktionierts. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.