2
Answers
Vote up!
0
Vote down!

Removing Shipping

I think I have done the steps to disable shipping, but it still displays a shipping address in profile and also sends out this in emails:

Ship to
[message:message-commerce-order:commerce-customer-shipping:commerce_customer_address]

I also removed the flate rate shipping and now nothing gets added to cart.

Any ideas?

You can view it here: http://beelearners.com/

Jonah

Asked by: Jonah Brown
on September 4, 2014

2 Answers

Vote up!
1
Vote down!

Yes, well, removing shipping from a distribution (Commerce Kickstart 2) that has it so thoroughly baked into the configuration is a bit like removing certain kinds of needles in a needle stack.

I would guess, and this is only a guess, that there is a rule that handles free shipping that might be interfering with checkout. Somehow your line items are getting removed from the cart the moment you try to view it, which leads me to think the recalculation is breaking down. Best thing to do would be to turn on Rules Debugging mode and see what happens when you try to view your cart.

BUT! It would likely take you less time to rebuild a stock Drupal site into Commerce Kickstart than it would to go through and pick apart the Commerce Kickstart 2 spaghetti bowl:

For the catalog, see this post: https://commerceguys.com/blog/commerce-module-tuesday-commerce-search-api

For the administrative backend, see this post: https://drupalcommerce.org/blog/7854/commerce-module-tuesday-commerce-ba...

Features was used to create Kickstart 2 and with it's interdependencies, there are number of basic commerce things Kickstart 2 just can't do well if you try and remove the functionality (instead of simply hiding the functionality). That is why it's probably better to start over and only enable the modules you need and follow the two above posts for reproducing Kickstart 2 without Kickstart.

Josh

Josh Miller
Answer by: Josh Miller
Posted: Sep 4, 2014
Vote up!
0
Vote down!

Thanks, and I did just that! I am trying to also remove the Shipping Address section on the user profile. Any ideas on that?

Answer by: Jonah Brown
Posted: Sep 5, 2014

Comments