I am using a fresh install of Drupal with Commerce Shipping 7.x-1.0+3-dev, using the 'Example plugin' shipping method.

How to reproduce the problem:

  1. Add an item to the cart and go through the checkout process, choose the shipping method and reach the 'Review order' step.
  2. Don't complete the order, but view the shopping cart again.
  3. Click the 'Remove' button for the 'Example shipping method' line item.

We get the message: Normal shipping removed from your cart., however, the shipping is not removed.

Comments

wgsimon’s picture

The above also happens with Commerce Shipping 7.x-2.0-beta1+13-dev.

An additional, perhaps realated, point, when I click 'Update cart' on the 'Shopping cart' page:

  • For the 1.0 branch, the shipping remains in the cart, even if the quanity chosen is 0.
  • For the 2.0 branch, the shipping is removed from the cart, even if the quantity chosen is 1.
googletorp’s picture

Status: Active » Postponed (maintainer needs more info)

You should't configure the cart view to display shipping line items - also I don't believe this is the default behavior.

wgsimon’s picture

I didn't touch any of the configuration settings. It's from a completely fresh install.

I am using: drupal 7.14 / addressfield 7.x-1.0-beta3 / commerce 7.x-1.3 / commerce_shipping 7.x-1.0+3-dev / ctools 7.x-1.0 / entity 7.x-1.0-rc3 / rules 7.x-2.1 / views 7.x-3.3

How to reproduce the problem, in detail:

  1. Manually install drupal and enable all the commerce and commerce shipping modules with their dependencies.
  2. Enable the Example plugin shipping method.
  3. Create a new product display content type.
  4. Create a product.
  5. Create a product display node linked to the product.
  6. Add the product to the cart.
  7. Continue as stated in the original report...

That's all, no other configuration.

rszrama’s picture

On the 2.x branch, the shipping line item is removed via Rules, and it responds to any cart update based on the change in order status that occurs any time you submit the shopping cart form.

googletorp’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No activity for a while - guessing this is fixed now.