Default shipping selection
I want to try drupal commerce. I'm running it with shipping and shipping flatrate module.
There a two shipping rates:
- order value < 50 (5 €)
- order value > 50 (free)
It works fine, but it's impossible to choose between the two rates. There's only one radio button shown. That's why I dont want the customer to see the Shipping service panel.
Is this possible?
As a plus: The shopping cart on the first checkout page only shows shipping after it's selected in the next step and going back. So if it is selected by default, will it show up on the view (shopping cart summary)?
Thanks for your help and keep up the good work!
Greetings
hamu
Comments
bump Anyone?
bump
Anyone?
Calculate shipping rate on first checkout page
Hi,
Note that there is a way to calculate shipping on the first page of the checkout (either via custom code or via Rules) : http://drupal.org/node/1270112
I have no idea how to hide the "shipping service" if you have only one option... what about a on #edit-commerce-shipping {display:none;} ^^