Shipment to Europe and USA
I am new in Drupal. I installed Drupal commerce and now I want to add a different shipment for Europe and USA. How can I do that? (in my product the weight and volume is not important)
I am new in Drupal. I installed Drupal commerce and now I want to add a different shipment for Europe and USA. How can I do that? (in my product the weight and volume is not important)
First you need Commerce Shipping, and either Flat Rate and/or UPS installed.
Under Store > Configuration > Shipping, You'll see Shipping Methods and Shipping Services, each of which has configurable rules.
Let's say you've got 2 types of shipping – $15 flat rate within the US and UPS Air to Europe.
In a Shipping Service you might call "flat rate USA", click "Configure component".
Under "Conditions", you'll add a condition Commerce Order / Order address component comparison.
Data selector is commerce_order, Address is shipping address, Address component is country, value is equals US.
The key things to figure out are how to use Rules (events/conditions/actions), and to use the "Order address component comparision."
Thank you very much.
I installed an enabled shipping 7.x-1.0 and Flat Rate 7.x-1x because they are the green ones. But when I go to Store > Configure Store > shipment methods i only see example plugin. It says "there are no active shipping methods".
It seems that in some places people recommend the shipping 7.x-2x I tried to install and I can't. I tried to un-enable and uninstall 7.x-1x and and it says "the selected modules have been uninstalled" But when I go to modules, they are still there and when I try to install 2.x it says "Shipping is already installed"
- What module I need 1.0 or 2x?
- If I need 1.0 why I cannot see shipping methods and shipping services?
- I I need 2x why I cannot install it?
Thank you so much. For me everything is so new and I really difficult.
Narcís
Hi NarcisG,
I'm using Commerce Shipping 2.0 Beta1, which works fine.
Uninstalling a module doesn't delete the module files (in sites/all/modules) – I believe it just "disconnects" that module from other modules in the database. I would uninstall the 1.0 module, trash the old files, replace them with the new ones, clear the site's cache, then try to activate the new module. Hope that helps.
Comments
Thank you very much.
I installed an enabled shipping 7.x-1.0 and Flat Rate 7.x-1x because they are the green ones. But when I go to Store > Configure Store > shipment methods i only see example plugin. It says "there are no active shipping methods".
It seems that in some places people recommend the shipping 7.x-2x I tried to install and I can't. I tried to un-enable and uninstall 7.x-1x and and it says "the selected modules have been uninstalled" But when I go to modules, they are still there and when I try to install 2.x it says "Shipping is already installed"
- What module I need 1.0 or 2x?
- If I need 1.0 why I cannot see shipping methods and shipping services?
- I I need 2x why I cannot install it?
Thank you so much. For me everything is so new and I really difficult.
Narcís