Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello!
I made a shipping method in the tea commerce settings. When I try to print it out on the cart-page I don't get any value.
I used this:
ShippingMethod shippingMethod = TC.GetShippingMethod(storeId, order.ShipmentInformation.ShippingMethodId.Value);
And then:
Shipping (@shippingMethod.Name)
Just like in the demo, I get no value but in the pickup property it says 160 kr.
Thanks,
/Jim
Properly this method you need to use
https://documentation.teacommerce.net/razor-api/shipping-method/getpriceforshippingmethod/
Kind regards
Anders
Thanks for pointing me in the right direction!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Shipping does not show
Hello!
I made a shipping method in the tea commerce settings. When I try to print it out on the cart-page I don't get any value.
I used this:
And then:
Just like in the demo, I get no value but in the pickup property it says 160 kr.
Thanks,
/Jim
Properly this method you need to use
https://documentation.teacommerce.net/razor-api/shipping-method/getpriceforshippingmethod/
Kind regards
Anders
Thanks for pointing me in the right direction!
/Jim
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.