Hi,
When viewing a product the price show up twice.
first as "Our Price" and then the price after including/not including tax + additional options.
this is the text for the second showing:
"Total price (without tax): 640.00"
I don't want the "(without tax)" or"(including tax)" to appear.
this is the code in the transformation:
<uc1:CartItemSelector id="cartItemSelector" runat="server" SKUID='<%# ValidationHelper.GetInteger(Eval("SKUID"), 0) %>' SKUEnabled='<%# ValidationHelper.GetBoolean(Eval("SKUEnabled"), false) %>' AddToCartImageButton="btn-add-to-cart.gif" ShowProductOptions="true" ShowUnitsTextBox="true"
AddToWishlistImageButton="" ShowTotalPrice="true" />
I tried playnig around with "ShowPriceIncludingTax" but didn't help.
From what I remeber from the webinar there must be an option do to something inline.
can you please advise?
thanks