Hello,
Is it possible to not have a shipping cost added to the cart total until after the customer actually selects a shipping option?
The shipping method will always be automatically set to the first available shipping service so a solution can be to set the "cart" and "shipping" actions on the same step through your checkout workflow via "Hikashop->System->Configuration->Checkout".
The customer might assume it's shipping, but I would like to know how to add text, or label, to actually indicate this.
Your issue is coming from that CSS code:
.hikashop_cart_title {
color: #fff;
}
When you disable it, you can see the "hidden" text on your cart, so the solution will be to change the color of your cart text using some CSS code :
www.hikashop.com/support/documentation/1...the-display.html#css
Kind regards,
Mohamed Thelji.