From 636bd846bc1cf1af83e49da709d2230b00e7b4c0 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Mon, 5 Jul 2021 15:53:54 +0700 Subject: change block class to container --- pages/ord/checkout.html | 85 +++++++++++++++++++++++++------------------------ 1 file changed, 43 insertions(+), 42 deletions(-) diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index 963ccf5..be11308 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -9,7 +9,7 @@
-

[L]Checkout form[/L]

+

[L]Checkout form[/L]

[if session logged_in]

[L]Please verify the information below and click the 'Place Order' button to process your order.[/L]

[include include/checkout/login_form][/else][/if][if !variable NO_TAX_POPUP] @@ -17,52 +17,53 @@ [edisplay show_label=1 show_var=0 keep=1]
-
- +
[form-session-id] -
+

[L]Order review[/L]

-
    - - [if items][then][item-list][item-calc] - #Log("Checking master item $master"); - $row_class = ++$count % 2 ? 'cartnorm' : 'cartalt'; - my $item = '[item-increment]'; - my $up = q{[item-data merchandising upsell_to]}; - my $cr = q{[item-data merchandising cross_sell]}; - $upsell_remove{'[item-code]'} = 1; - $cross_remove{'[item-code]'} = 1; - my %seen = ( '' => 1 ); - $Scratch->{upsell} .= " $up" if $up; - $Scratch->{cross_codes} .= " $cr" if $cr; - my @up = split /\s+/, $Scratch->{upsell}; - my @cr = split /\s+/, $Scratch->{cross_codes}; - @up = grep ( (!$seen{$_}++ && ! $upsell_remove{$_}), @up); - @cr = grep ( (!$seen{$_}++ && ! $cross_remove{$_}), @cr); - $Scratch->{upsell} = join " ", @up; - $Scratch->{cross_codes} = join " ", @cr; - return; - [/item-calc] -
  • -
    -
    [item-description]
    - [item-discount-price] - x [item-quantity] -
    - [item-discount-subtotal] -
  • - [/item-list] - -
  • - Subtotal - [subtotal] -
  • - [/then][/if] -
+
+
    + + [if items][then][item-list][item-calc] + #Log("Checking master item $master"); + $row_class = ++$count % 2 ? 'cartnorm' : 'cartalt'; + my $item = '[item-increment]'; + my $up = q{[item-data merchandising upsell_to]}; + my $cr = q{[item-data merchandising cross_sell]}; + $upsell_remove{'[item-code]'} = 1; + $cross_remove{'[item-code]'} = 1; + my %seen = ( '' => 1 ); + $Scratch->{upsell} .= " $up" if $up; + $Scratch->{cross_codes} .= " $cr" if $cr; + my @up = split /\s+/, $Scratch->{upsell}; + my @cr = split /\s+/, $Scratch->{cross_codes}; + @up = grep ( (!$seen{$_}++ && ! $upsell_remove{$_}), @up); + @cr = grep ( (!$seen{$_}++ && ! $cross_remove{$_}), @cr); + $Scratch->{upsell} = join " ", @up; + $Scratch->{cross_codes} = join " ", @cr; + return; + [/item-calc] +
  • +
    +
    [item-description]
    + [item-discount-price] + x [item-quantity] +
    + [item-discount-subtotal] +
  • + [/item-list] + +
  • + Subtotal + [subtotal] +
  • + [/then][/if] +
+
@@ -81,7 +82,7 @@

Delivery method

-
+
-- cgit v1.2.3