|
@ -84,8 +84,7 @@ |
|
|
<RowDefinition Height="Auto" /> |
|
|
<RowDefinition Height="Auto" /> |
|
|
</Grid.RowDefinitions> |
|
|
</Grid.RowDefinitions> |
|
|
<!-- ORDER INFO --> |
|
|
<!-- ORDER INFO --> |
|
|
<Grid |
|
|
|
|
|
x:Name="OrderInfo"> |
|
|
|
|
|
|
|
|
<Grid> |
|
|
<Grid.ColumnDefinitions> |
|
|
<Grid.ColumnDefinitions> |
|
|
<ColumnDefinition /> |
|
|
<ColumnDefinition /> |
|
|
<ColumnDefinition /> |
|
|
<ColumnDefinition /> |
|
@ -141,8 +140,7 @@ |
|
|
</Grid> |
|
|
</Grid> |
|
|
<!-- SHIPPING ADDRESS --> |
|
|
<!-- SHIPPING ADDRESS --> |
|
|
<Grid |
|
|
<Grid |
|
|
x:Name="ShippingAddress" |
|
|
|
|
|
Grid.Row="1" |
|
|
|
|
|
|
|
|
Grid.Row="1" |
|
|
Margin="12"> |
|
|
Margin="12"> |
|
|
<Grid.RowDefinitions> |
|
|
<Grid.RowDefinitions> |
|
|
<RowDefinition Height="Auto" /> |
|
|
<RowDefinition Height="Auto" /> |
|
@ -169,9 +167,7 @@ |
|
|
</StackLayout> |
|
|
</StackLayout> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<!-- ORDER ITEMS --> |
|
|
<!-- ORDER ITEMS --> |
|
|
<Grid |
|
|
|
|
|
x:Name="OrderItems" |
|
|
|
|
|
Grid.Row="2"> |
|
|
|
|
|
|
|
|
<Grid Grid.Row="2"> |
|
|
<Grid.RowDefinitions> |
|
|
<Grid.RowDefinitions> |
|
|
<RowDefinition Height="*" /> |
|
|
<RowDefinition Height="*" /> |
|
|
<RowDefinition Height="Auto" /> |
|
|
<RowDefinition Height="Auto" /> |
|
|