Table Rate Setup
Configure Magento table rates with bulkgood support.
Prerequisites
- Magento Table Rate shipping enabled
- Bulkgood extension installed
Configuration Steps
1. Enable Table Rates
Stores > Configuration > Sales > Shipping Methods > Table Rates
- Enabled: Yes
- Title: Your shipping method name
- Method Name: e.g., "Freight Shipping"
2. Configure Bulkgood Settings
In the same section:
| Setting | Recommended |
|---|---|
| Bulkgood Price Source Priority | Configure priority order |
| Price Calculation Method | Sum (for most cases) |
| Calculate by Qty | Yes |
| Enable Logging | Yes (for debugging) |
3. Upload Table Rates CSV
Create CSV with bulkgood column:
Country,Region,Zip,Condition,Price,Bulkgood
*,*,*,package_weight,0.00,0
*,*,*,package_weight,50.00,1
4. Mark Products as Bulkgood
Catalog > Products > Edit Product
- Set "Is Bulkgood" attribute to Yes
- Or assign bulkgood category
CSV Format
| Column | Required | Description |
|---|---|---|
| Country | Yes | ISO code or * |
| Region | Yes | Region code or * |
| Zip | Yes | Postal code or * |
| Condition | Yes | Weight/price/qty value |
| Price | Yes | Shipping price |
| Bulkgood | Yes | 1 or 0 |