How to send product_number in order email

Author Message

Nuno Portugal

Saturday 20 June 2009 12:11:10 pm

Cant send the product_number atribute of a product in the order email.Tried
{$product_item.item.item_object.contentobject.main_node.data_map.product_number}

and

{$product_item.item.item_object.contentobject.main_node.data_map.product_number.content|wash()}
but it doesnt works.

Thx

Heath

Saturday 20 June 2009 3:27:58 pm

Perhaps you can fetch the content object and use the fetch results instead.
<i>http://ez.no/doc/ez_publish/technical_manual/4_0/reference/modules/content/fetch_functions/node
http://ez.no/doc/ez_publish/technical_manual/4_0/reference/modules/content/fetch_functions/object</i>

Take a look at these examples

{$product_item.item.item_object.contentobject.main_node.data_map.product_number.value|wash()}{$product_item.item.item_object.contentobject.main_node.data_map.product_number|attribute(show,1)}
{$product_item.item.item_object.contentobject.main_node.data_map.product_number.content|attribute(show,1)}
{def $product_node=fetch( 'content', 'node', hash( 'node_id', $product_item.item.item_object.contentobject.main_node.node_id ) )}
{$product_node.name|wash} - {$product_node.data_map.product_number.value}

Also try using the attribute operator, <i>http://ez.no/doc/ez_publish/technical_manual/4_0/reference/template_operators/miscellaneous/attribute</i>

Cheers,
Heath

Brookins Consulting | http://brookinsconsulting.com/
Certified | http://auth.ez.no/certification/verify/380350
Solutions | http://projects.ez.no/users/community/brookins_consulting
eZpedia community documentation project | http://ezpedia.org

Lukasz Klejnberg

Wednesday 24 June 2009 1:10:13 am

Hi,

Try this:

{$ProductItem:item.item_object.contentobject.data_map.product_number.content}

I use this in section:

{section name=ProductItem loop=$order.product_items show=$order.product_items sequence=array(bglight,bgdark)}{/section}

Regards,
Lukasz

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 30 2025 22:22:13
Script start
Timing: Jan 30 2025 22:22:13
Module start 'layout'
Timing: Jan 30 2025 22:22:13
Module start 'content'
Timing: Jan 30 2025 22:22:14
Module end 'content'
Timing: Jan 30 2025 22:22:14
Script end

Main resources:

Total runtime0.7133 sec
Peak memory usage8,192.0000 KB
Database Queries59

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 588.3672151.2266
Module start 'layout' 0.00550.0042 739.5938220.7188
Module start 'content' 0.00970.7026 960.31254,496.9297
Module end 'content' 0.71230.0009 5,457.242211.8125
Script end 0.7133  5,469.0547 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.4806160.0002
Check MTime0.00130.1816160.0001
Mysql Total
Database connection0.00080.111010.0008
Mysqli_queries0.624687.5591590.0106
Looping result0.00050.0708570.0000
Template Total0.668693.720.3343
Template load0.00180.251120.0009
Template processing0.666893.479220.3334
Template load and register function0.00130.175810.0013
states
state_id_array0.00090.130510.0009
state_identifier_array0.00100.135720.0005
Override
Cache load0.00150.2161310.0000
Sytem overhead
Fetch class attribute can translate value0.00160.225030.0005
Fetch class attribute name0.00230.322860.0004
XML
Image XML parsing0.00570.799530.0019
class_abstraction
Instantiating content class attribute0.00000.001560.0000
General
dbfile0.00741.0342260.0003
String conversion0.00000.002340.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 22
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs