[% PROCESS site/mainMenu.tt.html %] [% PROCESS cms/submenu.tt.html %]
[% c.loc('Country') %] | [% ELSIF name == 'user_id' %][% c.loc('User_id') %] | [% ELSIF name == 'payment_method_id' %][% c.loc('Payment method') %] | [% ELSIF name == 'shipping_method_id' %][% c.loc('Shipping method') %] | [% ELSIF name == 'shipping_cost' %][% c.loc('Shipping cost') %] | [% ELSIF name == 'other_address' %][% c.loc('Other address') %] | [% ELSIF name == 'postal_code' %][% c.loc('Postal code') %] | [% ELSIF name == 'status_id' %][% c.loc('Status') %] | [% ELSIF name == 'creation_time' %][% c.loc('Creation time') %] | [% ELSE %][% c.loc(name.ufirst) %] | [% END; END; %]|
---|---|---|---|---|---|---|---|---|---|---|
[% shoporder.country_id.name_es %] | [% ELSIF name == 'user_id' %][% shoporder.user_id.email %] | [% ELSIF name == 'payment_method_id' %][% c.loc(shoporder.payment_method_id.name) %] | [% ELSIF name == 'shipping_method_id' %][% c.loc(shoporder.shipping_method_id.name) %] | [% ELSIF name == 'status_id' %][% c.loc(shoporder.status_id.name) %] | [% ELSIF name == 'creation_time' %][% c.dateToString(shoporder.creation_time,"datetime") %] | [% ELSIF name == 'other_address' %] [% IF shoporder.other_address %][% c.loc('Yes') %] | [% ELSE %]No | [% END %] [% ELSE %][% shoporder.$name %] | [% END %] [% END %][% Cat.cmsPick({en => 'Delete', es => 'Eliminar'}) %] [% Cat.cmsPick({en => 'Edit', es => 'Editar'}) %] [% Cat.cmsPick({en => 'Detail', es => 'Detalle'}) %] |