Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#2006 closed Bug/Fehler (fixed)

Abfrage nach Attributen in der order_details.html

Reported by: anonymous Owned by: Gerhard Waldemair
Priority: normal Milestone: modified-shop-2.0.6.0
Component: Template Version: trunk
Keywords: Cc:
Blocked By: Blocking:

Description

Im Template in der modules/oder_details heißt es:

{if $module_data.ATTRIBUTES != ""}

Das funktioniert aber nicht, weil das immer etwas zurück gibt, da es ein leeres Array its, wenn der Artikel keine Atrribute hat. Es muss stattdessen lauten:

{if $module_data.ATTRIBUTES}

Attachments (0)

Change History (3)

comment:1 by Torsten Riemer, 5 years ago

Milestone: modified-shop-2.0.6.0
Version: trunk

comment:2 by Gerhard Waldemair, 5 years ago

Owner: set to Gerhard Waldemair
Resolution: fixed
Status: newclosed

In 13485:

fix #2006 - check if attributes is array

comment:3 by Gerhard Waldemair, 5 years ago

In 13498:

fix r13485 (#2006 - check if attributes is array) for template xtc5

Modify Ticket

Action
as closed The owner will remain Gerhard Waldemair.
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.