Going a bit mental with this and need to put Actinic down for a while.
Spent 3 hours trying to find why I cannot show "simple shipping charge" on the "Checkout Page 2".
I have set shipping to simple and provided the amount in Settings>>Business Settings>>Shipping.
I have the following code in the Shipping Charge Row but nothing shows up.
If I try to add just the shipping variable to the page to check it, it just displays : NETQUOTEVAR:SHIPPING ??
Someone please help before I go totally bonkers.
Spent 3 hours trying to find why I cannot show "simple shipping charge" on the "Checkout Page 2".
I have set shipping to simple and provided the amount in Settings>>Business Settings>>Shipping.
I have the following code in the Shipping Charge Row but nothing shows up.
Code:
<Actinic:REMOVE TAG="ShippingRow"> <tr> <td align="right" colspan="<Actinic:Variable Name="PriceColSpan"/>"><b><Actinic:Variable Name="ShippingCaption"/></b></td> <td align="right" class="cart"><Actinic:Variable Name="Shipping"/></td> </tr> </Actinic:REMOVE>
Someone please help before I go totally bonkers.
Comment