Announcement

Collapse
No announcement yet.

Email Order Confirmation Customer template problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Email Order Confirmation Customer template problem

    This template behaves differently when it is sent from admin order processing and sent automatically from store front.

    Member, jobcode is inserted into order:items array, like order:items[1]:jobcode using component module.

    Code:
    <mvt:item name="jobcode" />
    
        <table width="650" style="border-collapse: collapse; border-spacing: 0; font-size: 100%; color: #676767; border: 1px solid #c7c8d7; width: 690px;">
            <tr class="subtitle">
                <th bgcolor="#CCCCCC">Code</th>
                <th bgcolor="#CCCCCC">Product</th>
                <th bgcolor="#CCCCCC">Quantity</th>
                <th bgcolor="#CCCCCC">Total</th>
                <th bgcolor="#CCCCCC">Work Order</th>
            </tr>
            <mvt:foreach iterator="item" array="order:items">

    It is displayed correctly when it is sent from admin, but data is lost when it is sent from storefront.

    admin.png storefront.png


    What may cause this?

    Thank you.
    Daniel Kim, Compu-Mate
    Developer

    #2
    Never mind.

    It seems that order fulfillment module runs before log module action where jobcode field is updated.

    Thank you for your time.
    Daniel Kim, Compu-Mate
    Developer

    Comment

    Working...
    X