[ic] Order Option Details Not Shown

Jonathan Clark jonc at webmaint.com
Sun Jul 25 19:14:38 EDT 2004


interchange-users-bounces at icdevgroup.org wrote:
> Hello Everyone,
>
> I've been playing around with simple options on two different stores
> today (one created from 'foundation' in 4.8 and one from 'standard' on
> 5.3.0-200406290658) and they both appear to refuse to inform people
> of options selected.
>
> Checking the relevant entry in the 'orderline' table, I can see
> the details
> there fine and the following is in CATROOT/etc/report
>
> [if-item-data options o_enable][if-item-data !options o_modular][row
>     82] [column width=5 gutter=1 align=right][/column]
>     [column width=12 gutter=1] [item-code] [/column]
>     [column width=32 wrap=1 gutter=1][filter op="tabbed
> decode_entities compress_space strip"][item-options
> report=1][/filter][/column] [/row][/if-item-data][/if-item-data]
>
> Despite this code being in place, the emailed report doesn't show any
> product option details.  Nothing of interest in CATROOT/error.log or
> the main IC directory.   Any suggestions?

the options table doesn't have the o_enable field any more. Maybe better
would be:

[if-item-field option_type][row 82]
    [column width=5 align=right][/column]
    [column width=12 gutter=1][/column]
    [column width=32 wrap=1 gutter=1][filter op="tabbed decode_entities
compress_space strip"][item-options type=display report=1][/filter][/column]
[/row][/if-item-data]

Jonathan.

--
Jonathan Clark
Webmaint.com - Building Clever Websites        http://www.webmaint.com/
Webmaint.net - Business Web Hosting            http://www.webmaint.net/
WireTel      - Internet Connectivity Solutions http://www.wiretel.net/



More information about the interchange-users mailing list