Jump to content
xt:Commerce Community Forum

Vpe Nur Einheit In Product_listing Anzeigen


okni.de

Recommended Posts

hallo,

ich habe in meiner product_listing_v1.html die VPE eingefügt.

angezeigt wird: 29,75 EUR pro m²

jetzt würde ich gerne diese anzeige in geänderter form nochmal anzeigen lassen, aber ohne den preis!

also nur die einheit.

wenn ich nur den text anzeigen will klappt das mit (product.php):

'PRODUCTS_VPE' => $products_price['plain'],

nur wie bekomme ich eben nur die einheit angezeigt?

hat jemand eine idee?

mfg

rw

Link to comment
Share on other sites

hallo,

ich habe in meiner product_listing_v1.html die VPE eingefügt.

angezeigt wird: 29,75 EUR pro m²

jetzt würde ich gerne diese anzeige in geänderter form nochmal anzeigen lassen, aber ohne den preis!

also nur die einheit.

wenn ich nur den text anzeigen will klappt das mit (product.php):

'PRODUCTS_VPE' => $products_price['plain'],

nur wie bekomme ich eben nur die einheit angezeigt?

hat jemand eine idee?

mfg

rw

habs gefunden:

suche in includes/classes/product.php

return array ('PRODUCTS_NAME' => $array['products_name'],

'COUNT'=>$array['ID'],

'PRODUCTS_ID'=>$array['products_id'],

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

'PRODUCTS_STOCK'=>$array['products_quantity'],

'PRODUCTS_VPE' => $this->getVPEtext($array, $products_price['plain']),

füge ein

'PRODUCTS_VPE_NAME' => xtc_get_vpe_name($array['products_vpe']),

dann kannst du die VerpackungsEINHEIT (Kiste, m² tralala) in den listings mit

{$module_data.PRODUCTS_VPE_NAME}
abrufen
Link to comment
Share on other sites

Archived

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

×
  • Create New...