Summary:
Pickup option handling in Orders
Detailed Description:
Hi,
I made a webshop with pick-up option.
Found that if someone choose for pickup, the info was not transferred to the
Orders in the backend.
Fotr now I adjusted /Orders/templates/admin_manageorder.tpl with {if
$dest->get_pickup() == 1}PICKUP{else}DELIVER{/if}
Would be nice if this was integrated.
Also there was no reference to the pickup in the standard confirm order
templates.
Found out it could be done with
{if $destination->get_pickup() == 1}
thx