Jump to content
xt:Commerce Community Forum

Problem bei Anpassung der product_listing.php


oops

Recommended Posts

Hallo,

ich habe die Tabelle product_description um einige zus?tzliche Felder erweitert. Diese sind in der product_info.php integriert, und werden auch in den Produktdetails angezeigt. Soweit alles wie gew?nscht.

Nur in die product_listing.php krieg ich's irgendwie nicht hin. Auch da habe ich diese Felder im Array eingetragen, sie m??ten mir also in den ?bersichtslisten zug?nglich sein. Sind sie aber nicht.

Der entsprechende Auszug aus der product_listing.php sieht so aus:

$module_content[]=array(

     'PRODUCTS_NAME'=>$listing['products_name'],

          'PRODUCTS_MODEL'=>$listing['products_model'],

          'PRODUCTS_EAN'=>$listing['products_ean'],

     'PRODUCTS_SHORT_DESCRIPTION'=>$listing['products_short_description'],

     'PRODUCTS_FELD1'=>$listing['products_feld1'],

     'PRODUCTS_FELD2'=>$listing['products_feld2'],

     'PRODUCTS_FELD3'=>$listing['products_feld3'],

     'PRODUCTS_FELD4'=>$listing['products_feld4'],

     'PRODUCTS_IMAGE'=>$image,

     'PRODUCTS_PRICE'=>$price,

     'PRODUCTS_LINK' =>xtc_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $listing['products_id'].'&cPath='.$_GET['cPath'].$SEF_parameter),

     'BUTTON_BUY_NOW'=>$buy_now,

          'PRODUCTS_FSK18' => $fsk18,

          'SHIPPING_NAME'=>$shipping_status_name,

          'SHIPPING_IMAGE'=>$shipping_status_image,

          'PRODUCTS_ID'=>$listing['products_id']);
F?r
{$module_data.PRODUCTS_FELD1}

usw kriege aber keine Anzeige.

Was habe ich ?bersehen?

Link to comment
Share on other sites

  • 3 months later...

Hallo!

Habe das Problem, da? mir in der product_listing_v1.html die quantity nicht angezeigt wird.

In der product_listing.php hab ich die Variable ?bergeben.

Ziel: In der Liste eine Lagerampel anzuzeigen, die in den Produktdetails perfekt funktioniert.

Hat jemand eine Idee oder schon das gleiche realisiert?

Danke!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...