Jump to content

Display ordered products in the order detail page


Cesah

Recommended Posts

Hello there:)

How can I display ordered products with quantities right below the address?

Ie I'm trying to get them showing here (orders/helpers/view/view.tpl):

<a class="btn btn-default pull-right" href="?tab=AdminAddresses&amp;id_address={$addresses.delivery->id}&amp;addaddress&amp;realedit=1&amp;id_order={$order->id}&amp;address_type=1&amp;token={getAdminToken tab='AdminAddresses'}&amp;back={$smarty.server.REQUEST_URI|urlencode}">
                                                <i class="icon-pencil"></i>
                                                {l s='Edit'}
                                            </a>
                                            {displayAddressDetail address=$addresses.delivery newLine='<br />'}
                                            {if $addresses.delivery->other}
                                                <hr />{$addresses.delivery->other}<br />
                                            {/if}
                                        </div>

Edited by Cesah (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...