Hi,
Is there a way to calculate the shipping cost so that it shows that information in the shopping cart, not only in the checkout page?

Comments

CaptainPinkey’s picture

Hey
I have the same problem as you, I don't need a selection of service or anything else in the checkout pane. I just want to calculate the shipping rate if the cart is shown or updated. I played a lot with the rules etc but nothing worked, maybe I try to build a light weight version of shipping with only the things I need. So that you have only one function for calculating the shipping rate an thats it.

msarmiento’s picture

I have the same problem

rockaholiciam’s picture

also looking into it...any tips in the meantime would be appreciated.

zmove’s picture

subscribing to this

rockaholiciam’s picture

Since the checkout block is a view, change the view footer to commerce line item summary from commerce order total.

mglaman’s picture

Issue summary: View changes

Would this serve better as a contrib that extends Commerce Shipping? Essentially all that has to be invoked is commerce_shipping_collect_rates with an order.

A contrib would also allow easier management for extra features around this functionality. For example, allowing zip code geolocation to allow FedEx/UPS/USPS rate calculation.

googletorp’s picture

Status: Active » Closed (won't fix)
mglaman’s picture

Follow up for those following; See Commerce Cart Estimate https://www.drupal.org/project/commerce_cart_estimate

radamiel’s picture

https://www.drupal.org/project/commerce_cp - Commerce Cart Pane allows to add Shipping and Coupon panes on cart page as well as create custom panes for cart page.

sambathbask’s picture

Hi All,
I also suffered from the same issue...

Is there a way to calculate the shipping cost so that it shows that information in the shopping cart, not only in the checkout page?

but I'm using Ubercart and Drupal 8 version. Is there any solution for this problem. It might be much helpful for me.