Modify

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#995 closed Bug/Fehler (fixed)

Fehler in table_listing.html responsive Templates

Reported by: Ronald Parcinski Owned by: Markus Rehm
Priority: hoch Milestone: modified-shop-2.0.1.0
Component: Template Version: 2.0.1.0
Keywords: Cc:
Blocked By: Blocking:

Description

Diese Zeile Code ist problematisch, da die FullPrice Anzeige nur funktioniert wenn es nur eine Option gibt.

{if $item_data.FULL_PRICE}<span class="options_selection_price">{$item_data.FULL_PRICE}</span>{elseif $item_data.PRICE}<span class="options_selection_price">{$item_data.PREFIX}{$item_data.PRICE}</span>{/if}

Entweder FullPrice Abfrage entfernen oder die Abfrage mit count =1 auf das $options Array erweitern


Attachments (0)

Change History (3)

comment:1 by Ronald Parcinski, 9 years ago

Möglicher Fix:

{if $item_data.FULL_PRICE && $options|count == 1}

comment:2 by Ronald Parcinski, 9 years ago

Resolution: fixed
Status: newclosed

In 10254:

fix #995

comment:3 by Torsten Riemer, 9 years ago

In 10255:

fix #995

Modify Ticket

Action
as closed The owner will remain Markus Rehm.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.