Jump to content
xt:Commerce Community Forum

{price_table} auch in product_listing anzeigen


Diakon

Recommended Posts

Hallo,

ja (habe schon debug genutzt heute mittag) in der tat werden in einem Array auch die Daten dort gespeichert. Nur fände ich es eleganter, bevor ich da anfange neben der standard api (die soweit ich weiß auch rabatte und so mit einrechnet wenn es welche gibt?) da selbst was prodde.

Wobei, wenn keiner einen hinweis hat dem wohl so sein wird. :)

danke und gruss

christian

Link to comment
Share on other sites

Ich habe das nun anders gelöst:

zuerst übergebe ich das Array mit dem Gruppenpreisen an eine Variable, die im SmartyModul "price_table" erwartet wird.

Danach benutze ich ganz normal das SmartyModul priceTable.

grüsse

christian

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

{assign var=group_price value=$module_data.group_price}

{php}

global $p_info;

$p_info->data['group_price'] = $this->get_template_vars('group_price');

{/php}

{if $module_data.group_price.price > 0 }

{price_table}

{else}

{$module_data.products_price.formated}

{/if}

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Link to comment
Share on other sites

  • 2 months later...

Archived

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

×
  • Create New...