Intechnic
Users Developers
Home / Forums / In-Portal Modules / In-Commerce – Shopping Cart / Insert detail of order, in email confirmation / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

Insert detail of order, in email confirmation (6)


Posted: 01/18/2010 5:51:28 AM

Reply Quoted  


Hi!
it's possibile to inserte int he email confirmation order, the details od orders? items, price, shipping cost, ecc?
If yes how?
Thanks

Max

Posted: 01/18/2010 10:45:07 AM

Reply Quoted  


bloo wrote:01/18/2010 5:51:28 AM
Hi!
it's possibile to inserte int he email confirmation order, the details od orders? items, price, shipping cost, ecc?
If yes how?
Thanks

Max



Hi Max,


All that information is already included the emails that are sent out when new order is placed. Please open your Language pack (or English to see defaults) via Admin -> Configuration -> Regional section, switch to Email Event tab and find ORDER.SUBMIT email event. It should have what you are asking for.


Thanks.

Posted: 01/19/2010 3:45:06 AM

Reply Quoted  


Hi!
In my ORDER.SUBMIT event email I have only this:

"New order number <inp2:ord_Field name="OrderNumber"/> has been added. Please proceed to administrative console to review the order."

I'm using 4.1.0 version

Posted: 01/19/2010 4:14:49 AM

Reply Quoted  


It's possible, that order information was included in 4.3.9 version (which is next to yours). In any case here is ORDER.SUBMIT (for user) email event contents from 5.0.2 release of In-Commerce:


<inp2:m_DefineElement name="orderitem_elem">
    <
inp2:Field name="ProductName" pad="34"/> (qty <inp2:Field name="Quantity"/>) <inp2:Field name="ExtendedPrice" currency="selected"/><br/>
<
/inp2:m_DefineElement>


Dear <inp2:ord_Field name="BillingTo" />,<br/><br/>

Thank you for your purchase!<br/><br/>

<
inp2:m_if check="ord_UsingCreditCard">
Please allow 24 hours for us to confirm and process your order.
<
inp2:m_else />
Please send a check or a money order in the amount of <inp2:ord_Field field="TotalAmount" currency="selected"/to:
<
br/>
Address
<br/>
All checks must be drawn in U.Sfunds from a U.Sbank.
Please attach a printout of this receipt with your check and
write down your order number.  Your order will be approved
within 8 business days after the day we receive your check
,
or 
within 2 business days after we receive a money order or
bank draft.
<
/inp2:m_if>
<
br/><br/><br/>


Below are the details of your order:<br/><br/>

Order Contents:
<
hr/>
<
inp2:ord_PrintCart item_render_as="orderitem_elem" header_render_as="html:" footer_render_as="html:" empty_cart_render_as="html:" per_page="-1"/
<
hr/>
Sub Total:   <inp2:ord_Field field="SubtotalWithDiscount" currency="selected"/><br/>
Taxes:       <inp2:ord_Field name="VAT" currency="selected"/><br/>
Total:       <inp2:ord_Field field="TotalAmount" currency="selected"/> <br/><br/>

Billing Information:
<
hr/>
Amount Billed:    <inp2:ord_Field field="TotalAmount" currency="selected"/>
<
inp2:m_if check="ord_UsingCreditCard">
Payment Type:     <inp2:ord_Field name="PaymentType" />
Credit Card:      <inp2:ord_Field name="PaymentAccount" masked="masked"/>
<
inp2:m_else />
Payment Type:     <inp2:ord_Field name="PaymentType" />
<
/inp2:m_if><br><br/>

Contact Information:
<
hr/>
Name:             <inp2:ord_Field field="BillingTo"/><br/>
E-mail:            <inp2:m_if check="ord_Field" name="BillingEmail">
  <
a href="mailto:<inp2:ord_Field field="BillingEmail"/>"><inp2:ord_Field field="BillingEmail"/></a>
<
inp2:m_else />
  <
a href="mailto:<inp2:u_Field field="Email"/>"><inp2:u_Field field="Email"/></a>
<
/inp2:m_if><br/>
Company/Organization:    <inp2:ord_Field field="BillingCompany"/><br/>
Phone:            <inp2:ord_Field field="BillingPhone"/><br/>
Fax:              <inp2:ord_Field field="BillingFax"/><br/>
Address Line 1:   <inp2:ord_Field field="BillingAddress1"/><br/>
Address Line 2:   <inp2:ord_Field field="BillingAddress2"/><br/>
City:             <inp2:ord_Field field="BillingCity"/><br/>
State:            <inp2:ord_Field field="BillingState"/> <br/>
ZIP Code:         <inp2:ord_Field field="BillingZip"/><br/>
Country:          <inp2:ord_Field field="BillingCountry"/><br/>




Posted: 01/19/2010 7:28:57 AM

Reply Quoted  


Thanks Alex,

This should help Max since all the fields are here.

By the way, I would recommend upgrading at some point.


Cheers!

Posted: 01/19/2010 8:27:31 AM

Reply Quoted  


Thanks it works!

I'm trying also to upgrade to 4.3.9 version, but I have some problems (like my post on this forum). I hope to solve them soon.