<% IF $Cart.message OR ($INTERACTIVE AND
(
$Shop.show_cart_message OR
($Shop.opt_customer_shiploc AND ($Shop.show_cart_custorderno OR $Shop.show_cart_custshipdate OR $Shop.show_cart_custshiptogether))
)
)
THEN $advanced_cart_enabled=1 %>
<% IF $opt_cart_hide_descr==1 THEN%>
[%CAMPAIGN_CODE_DESCR Har du en kampanjkod eller ett presentkort?%]
<%IF $ERR_CAMPAIGN_MSG THEN%>
$ERR_CAMPAIGN_MSG
<%ENDIF%>
<%ENDIF%>
<%ENDIF%>
<%IF $advanced_cart_enabled OR ($opt_cart_hide_descr!=1 AND ($show_cart_custshiptogether==1 OR $show_cart_custshipdate==1 OR $show_cart_custorderno==1 OR $show_cart_message==1)) THEN%>
[%TOTAL_SUM_INCL Totalt inklusive frakt och moms%]: $$Cart.sum
<%ELSE%>
[%TOTAL_SUM_EXCL Totalt inkl frakt%]: $$Cart.sum_ex
<%ENDIF%>
<%ENDIF%>
<%QUERY Choose_Payment(shipping_id=$shipping_id) DO DISPLAY
IF ($charge_method=='PAYEXPIM' AND $is_active AND NOT $orderno AND $chargem_param1=='CREDITCARD') AND $shipping_id THEN
$CART_CONTENT_FILE=1 PRINT '' INCLUDE 'rs/rs-masterpass.htm' POP $CART_CONTENT_FILE
ENDIF
NEXTROW ENDQUERY%>