Jump to content
xt:Commerce Community Forum

Staffelpreise in der Artikelvorschu ändern


_Ecki

Recommended Posts

Gibt es evtl. eine Anleitung für XT Commerce wo beschrieben wird wie Felder/Boxen und Co bennant sind?

Die Dokumentation ist leider nicht sehr hilfreich.

Edit:

habe die Datei für die Darstellung gefunden:

im Ordner vom Template (shop.de/webseiten/shop/templates/0815Templ/xtCore/pages/product_listing/product_listing_v1.html)

Ab Zeile 86 ist die Anzeige defeniert.

if $smarty.const._CUST_STATUS_SHOW_PRICE eq '1'}
<p class="price">{$module_data.products_price.formated}</p>
<p class="taxandshippinginfo">{$module_data.products_tax_info.tax_desc}{if $module_data.products_shipping_link} <a href="{$module_data.products_shipping_link}" target="_blank" rel="nofollow">{txt key=TEXT_EXCL_SHIPPING}</a>{/if}</p>
{if $module_data.base_price}
<p class="vpe">{$module_data.base_price.price} {txt key=TEXT_SHIPPING_BASE_PER} {$module_data.base_price.vpe.name}</p>
{/if}
{/if[/PHP]

Jedoch wo kann ich jetzt das Format ändern?

[PHP]<p class="price">{$module_data.products_price.formated}</p>[/PHP]

Edit:

Ok habe es gefunden in der Datei price_graduated.html (shop.de/webseiten/shop/templates/template/xtCore/pages/price/price_graduated.html)

Edit:

Jetzt muss ich nur herausfinden wie ich die Artikelnummer einfüge, kann mir da evtl. jemand helfen?

Edit:

ca. Zeile 90:

Um die Artikelnummer anzuzeigen...

[PHP]
<p 'PRODUCTS_MODEL' => <font size="1"> Art.Nr.: {$module_data.products_model} </font></p>[/PHP]

Link to comment
Share on other sites

Archived

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

×
  • Create New...