Closed (works as designed)
Project:
Commerce Australia Post
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2015 at 06:56 UTC
Updated:
19 Jun 2015 at 15:38 UTC
Jump to comment: Most recent
Comments
Comment #1
stephen ollmanIs it just me or is anyone else not able to follow these instructions.
Go to Store -> Products -> Product Types -> Edit your product type
How do I add these dimensions to products?
Comment #2
millionleaves commentedHave you installed the Physical Fields module (http://drupal.org/project/physical) and the Commerce Physical module (https://www.drupal.org/project/commerce_physical)? You'll also need to add either a Physical Weight or a Physical Dimensions field to each Product type. These will allow you to enter the dimensions that can then be used by this module.
Be aware that the shipping calculator may still return this message if you add a product to your cart that doesn't have any physical field values assigned, or if the products of your cart exceeds the parameters of the Australia Post API. Best to test this out with a few scenarios to find out if/when the message is triggered and then change the message accordingly. For example, you might have a message that says "Your cart contains one or more bulk products so we can't calculate a shipping cost. Please contact us to arrange a special delivery"
Comment #3
stephen ollmanYou are a champion!
The instructions didn't make a lot of sense, but after revisiting this and checking that I did have the two required modules I finally figured out that I did indeed need to add a Weight and dimension fields to the Product Variation Type under managed fields.
/admin/commerce/config/product-variation-types
Adding the Weight and Dimensions field and updating my product/s allowed the shipping module to kick-in correctly and provide me with the shipping options I needed.
Thanks again!
Comment #4
jcherbert commented