Jump to content
xt:Commerce Community Forum

Attribute ohne Preis


sunshinie

Recommended Posts

Hallo ihr Lieben

aus einem alten Beitrag (2004) habe ich gelesen, das man in der

product_attributes.php

Code:

$price='Kein Aufpreis';

if ($products_options['options_values_price']!='0.00') {

$price = xtc_format_price(xtc_get_products_attribute_price($products_options['options_values_price'], $tax_class=$product_info['products_tax_class_id'],$price_special=0,$quantity=1,$prefix=$products_options['price_prefix']),1,0,1);

}

schreiben muss, um zu erreichen:

von

Größe: 75A +0,00 €

wird dann als

Größe: 75A

angezeigt.

Wo ändert man das in der aktuellen Version?

Viele Grüße

Yvonne

Link to comment
Share on other sites

Habs gefunden:

product_options_dropdown.html

das:

<option value="{$item_data.ID}">{$item_data.TEXT} {if $item_data.PRICE !='' }{$item_data.PREFIX} {$item_data.PRICE}{/if} </option>

durch das ersetzen:

<option value="{$item_data.ID}">{$item_data.TEXT} {if $item_data.PRICE !='' }{/if} </option>

Und die Attributpreise werden nicht mehr angezeigt.

Link to comment
Share on other sites

  • 4 months later...

Die Lösung ist nicht schlecht für den Fall, wenn man überhaupt keinen Preis anzeigen will.

Vielleicht gibt es ja auch eine Möglichkeit, nur im ersten Attribut die verschiedenen Preise anzuzeigen und im 2. bzw. 3. Attribut nur eine Auswahlmöglichkeit.

Beispiel :

1. Attribut :

T-Shirt in den Größen XS zum Preis A

S zum Preis B

M zum Pries C u.s.w.

2. Attribut :

Farbe Rot, Grün,Weis, Schwarz oder Blau - ohne Anzeige des Preises

eventuell noch 3. Attribut :

mit oder ohne Aufdruck - auch ohne Anzeige des Preises

Hat da jemand `ne Lösung parat ?

Link to comment
Share on other sites

Archived

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

×
  • Create New...