Opened 8 years ago
Closed 8 years ago
#1237 closed Bug/Fehler (fixed)
Fehler im template: product_listing_include.html
| Reported by: | Ronald Parcinski | Owned by: | Markus Rehm |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.3.0 |
| Component: | Template | Version: | 2.0.2.2 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
tpl_modified_responsive/module/includes/product_listing_include.html:
Durch diesen Code wird gar kein Button angezeigt wenn der Kaufen Button Leer ist oder der Kaufen Button in den Listings per Backendeinstellung deaktiviert ist. Es sollte eigentlich der Detail Button angezeigt werden.
BOXANSICHT:
{if $module_data.PRODUCTS_BUTTON_BUY_NOW || ($module_data.PRODUCTS_FSK18 != '0' && $smarty.const.SHOW_BUTTON_BUY_NOW != 'false')}<div class="lb_buttons cf"><div class="cssButtonPos11">{$module_data.PRODUCTS_BUTTON_DETAILS}</div>{if $module_data.PRODUCTS_BUTTON_BUY_NOW}<div class="cssButtonPos11">{$module_data.PRODUCTS_BUTTON_BUY_NOW}</div>{/if}</div>{/if}
In der ROWANSICHT ist Code richtig verschachtelt, allerdings ohne Abfrage von FSK18 und $smarty.const.SHOW_BUTTON_BUY_NOW.
Und warum wird in Abhägingkeit von
{if $module_data.PRODUCTS_PRICE_ARRAY.0.PRODUCTS_PRICE_FLAG != 'NotAllowed'}
kein Detail Button abgezeigt?
Das sollte alles nochmal überarbeitet und angeglichen werden.
Attachments (0)
Change History (9)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
| Milestone: | modified-shop-2.0.3.1 → modified-shop-2.0.3.0 |
|---|---|
| Owner: | set to |
| Priority: | niedrig → normal |
| Status: | new → assigned |
comment:4 by , 8 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Bitte mal mein Changeset r10833 anschauen, ob das so passt.
Bis dahin öffne ich das Ticket nochmal.
comment:5 by , 8 years ago
BOXANSICHT
{if $module_data.PRODUCTS_PRICE_ARRAY.0.PRODUCTS_PRICE_FLAG != 'NotAllowed'}
<div class="lb_tax">{$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}</div>
{/if}
Bei PRODUCTS_PRICE_FLAG == 'NotAllowed' ändert sich die Boxhöhe da class="lb_tax" nicht eingebunden wird.
comment:7 by , 8 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Das ist korrekt, aber dann doch auch für alle Boxen gleichermaßen oder nicht?
So besser?
comment:9 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |

Selbiges gilt auch für die product_info_include.html