How to Assign Attributes to Products in Magento
Efficiently add and manage product attributes in Magento for optimized shipping
Table of Contents
- Overview
- Check the Attribute Exists
- Adding Attribute to Attribute Set [Magento 1]
- Adding Attribute to Attribute Set [Magento 2]
- Updating Shipping Group Attributes for Multiple Products
- Steps
- Migrating Attribute Values from a WebShopApps Extension to Magento 1
- Troubleshooting
Overview
Once you've installed ShipperHQ, commonly used attributes, like Shipping Group, are added to your attribute sets. Some less commonly used attributes need manual addition to your attribute sets. 😊
Check the Attribute Exists
Ensure the attribute exists under Catalog->Manage Attributes->Attributes
. If the attribute isn't there, the SQL may not have run successfully. 💡
Adding Attribute to Attribute Set [Magento 1]
- Navigate to
Catalog->Attributes->Manage Attribute Sets
- Click on the attribute set you want to add the attribute to
- Drag the attribute from "Unassigned Attributes" on the right into the list on the left
- Click save attribute set
- Repeat for each attribute set you want to add the attribute to
Adding Attribute to Attribute Set [Magento 2]
- Navigate to
Stores->Attributes->Attribute Set
- Click on the attribute set you want to add the attribute to
- Drag the attribute from "Unassigned Attributes" on the right into the list on the left
- Click save attribute set
- Repeat for each attribute set you want to add the attribute to
Updating Shipping Group Attributes for Multiple Products
To update shipping groups for multiple products in Magento by mass-updating the attribute for Shipping Group, you need Magento admin panel access, and the Shipping Group must be created and synced in ShipperHQ.
Steps
- Navigate to Catalog > Manage Products
- Select products to update the shipping group
- Click the actions dropdown for options
- Select Update Attributes and click Submit
- Find the Shipping Group attribute on the page, check it off
- Choose the Shipping groups to apply to these products and hit save at the top right
When you view the products individually, they should reflect the shipping group you selected from the mass update attribute page.
Migrating Attribute Values from a WebShopApps Extension to Magento 1
If moving from WebShopApps standalone extensions to ShipperHQ on Magento 1, please see this document for details. Also available is a list of WebShopApps attributes and their ShipperHQ equivalents for reference. 😊
Troubleshooting
If your Magento attributes (such as shipperhq_shipping_group
, ship_length
, ship_width
, ship_height
, etc.) aren't being picked up and included in the ShipperHQ request, see this document for common solutions. 💡