ups-banner-bg
ph_img_faq_page_image

Product Dimensions for FedEx Shipping – WooCommerce Shipping Plugin for FedEx FAQs

    Define product weight and dimensions for accurate FedEx rate calculation

Questions in this section:

Will installing the "Add More Shipping Fields Add-on" override any previously added dimensions in WooCommerce products when using the FedEx plugin?

No, installing the "Add More Shipping Fields Add-on" will not override any previously added dimensions in WooCommerce products. The addon is designed to allow you to set up multiple weights and dimensions directly on the WooCommerce product edit page without affecting existing dimension data. This enables easier shipping management without the need to manually create various box sizes for each purchase. Simply configure the additional weights and dimensions as needed on the product edit screen, and the addon will work alongside your current settings seamlessly.

Why is the WooCommerce Shipping Plugin for FedEx not showing up as a shipping option during product purchase, even though product weights and dimensions are entered?

To troubleshoot why the FedEx shipping option is not appearing, follow these steps:

  1. Verify the plugin integration and store URL to ensure the correct site and plugin version are in use.
  2. In the WooCommerce Shipping Plugin for FedEx settings, enable the “Debug Mode” option. This setting helps capture detailed logs that identify issues.
  3. After enabling debug mode, reproduce the issue by adding products to the cart and proceeding to the checkout page to check for shipping rates.
  4. Navigate to the plugin’s “Help & Support” page and submit a Diagnostic Report. This report contains vital information and logs that can help identify the problem.
  5. Include any reference or ticket number provided by support during submission to streamline assistance.

This process helps diagnose configuration or connectivity issues preventing shipping options from appearing. Ensure that all plugin settings, credentials, and product details are correctly configured as per the plugin documentation.

Why are the item dimensions (length, width, height) sent in the rate request incorrect or inconsistent with the items and custom boxes in the PluginHive WooCommerce FedEx Shipping plugin?

  1. Verify that the items fit properly in the defined custom boxes; if an item does not fit any box, packing and dimension calculations will be inaccurate.
  2. Ensure that the custom boxes list is complete and updated—remove old boxes and re-add them after plugin update if needed.
  3. Confirm that the plugin version is up-to-date (7.1.3 or newer), which contains fixes related to dimension handling and packing logic.
  4. After resetting packaging settings, perform test shipments to confirm that the correct dimensions are being calculated and sent.
  5. If multiple PluginHive shipping plugins are used (e.g., WooCommerce Shipping Services plugin and WooCommerce FedEx Shipping Plugin), deactivate plugins not in use to avoid data conflicts, especially with product metadata.

Where in the PluginHive FedEx WooCommerce Shipping plugin code can I change the rounding of product weights from the default minimum of 0.01 lbs to allow smaller weights like 0.001 lbs, and how can I make a temporary fix until an official update is available?

The FedEx WooCommerce Shipping plugin hardcodes a minimum product weight of 0.01 lbs to comply with FedEx standards, which causes any product weight below this value to be rounded up internally. This rounding logic is located in the plugin file:

“` fedex-woocommerce-shipping/includes/class-wf-fedex-woocommerce-shipping.php “`

specifically within the `round_up` function.

However, simply adjusting the precision parameter of the `round_up` function (e.g., changing the default decimal places from 2 to 3) will not bypass the enforced minimum weight rule, because the plugin explicitly enforces a lower limit of 0.01 lbs in its logic before calling `round_up`.

To implement a temporary manual fix, you can:

  1. Open the file `class-wf-fedex-woocommerce-shipping.php`.
  2. Locate the section of code where product weight values are validated and the minimum weight enforcement occurs. This is usually a numeric comparison or conditional statement that checks if the weight is below 0.01 lbs, then sets it to 0.01 lbs.
  3. Modify this hardcoded minimum value from `0.01` to your desired temporary minimum like `0.001`. For example:
  4. Save the file.

**Important considerations:**

  • This change is not officially supported and will be overwritten when the plugin is updated.
  • You will need to reapply this modification after each plugin update.
  • It is recommended to create a backup of the original file before editing to restore if needed.
  • Test thoroughly in a staging environment to ensure FedEx API calls still work as expected with lower weights, as FedEx may reject very small weight values.
  • Alternatively, continue using product weights of at least 0.01 lbs to avoid these manual changes until an official plugin option becomes available.

This approach provides a temporary workaround by directly modifying the minimum weight enforcement in the plugin code, but users should be cautious of maintenance and compliance implications.

What should our developer input in the "Weight Mapping" field of the PH WooCommerce Shipping for Custom Product Fields addon when there is no explicit weight field provided to customers?

If your product setup does not include a weight field for customers to enter, the "Weight Mapping" field in the addon is not mandatory. You can leave this field empty. When left empty, the addon will automatically calculate the volumetric (dimensional) weight based on the product dimensions provided. However, if your CPO plugin or any other system does provide a weight value via a custom field, you should map that specific weight option key in this field so the addon can use the actual weight entered by the customer. Otherwise, the addon relies solely on the dimensions to compute dimensional weight for shipping calculations.

What FedEx shipping services are typically returned by the PluginHive FedEx Shipping Plugin for lightweight packages and how do I enable them?

  1. Verify with your FedEx account which of these services are enabled and accessible.
  2. In the PluginHive FedEx settings for your WooCommerce store, check and enable the applicable services.
  3. Save settings and test checkout to confirm accurate, relevant shipping rates show for your products.

What access credentials are required for PluginHive to develop and test the custom addon integrating dynamic product dimensions and weights from CPO Builder with WooCommerce shipping plugins?

  1. **Admin access to a staging WooCommerce site** where products are configured with the CPO Builder plugin. This secure environment allows safe testing without impacting your live store.
  2. **FTP access to the same staging site** to deploy the custom addon code and perform debugging as needed during development.

Is it possible to change or disable the default minimum product weight of 0.01 lbs in the PluginHive FedEx WooCommerce Shipping plugin to allow weights like 0.001 lbs?

Currently, the PluginHive FedEx plugin does not offer a built-in option or setting to alter the minimum default product weight of 0.01 lbs. The plugin automatically rounds up any product weight below this threshold to 0.01 lbs, and this value is hardcoded in the plugin’s core files. Although you might consider modifying the plugin’s core files to reduce this minimum weight to 0.001 lbs, such changes are not officially supported and may be overwritten during plugin updates. Consequently, there is no recommended or update-safe way to change this minimum weight setting within the current plugin version. The only workaround is to manually adjust product weights to at least 0.01 lbs to align with the plugin’s minimum threshold.

Is it necessary to have product weights assigned in WooCommerce for shipping calculations when using the PluginHive shipping plugin with Uni CPO-based products?

Yes, product weight is necessary for shipping calculations with PluginHive shipping plugins. By default, shipping rates are calculated using the product’s weight and dimensions as configured in WooCommerce product settings. However, Uni CPO-based products typically do not have static weight and dimension values assigned. In this case, PluginHive provides a custom solution where the product’s weight and dimensions are captured dynamically when the customer adds the product to the cart. These dynamic values are then used for shipment rate calculations and packaging determination.

If weight is not provided directly by the customer, how does the PH WooCommerce Shipping for Custom Product Fields addon handle shipping calculations?

When no explicit weight field is provided or mapped, the addon automatically calculates the shipping weight based on the product’s dimensional weight using the available dimensions entered or set. This ensures shipping rates are still accurately estimated based on product size, even without a declared weight. The dimensional weight calculation follows carrier standards and replaces physical weight for rate determination when no direct weight is available.

How should I handle shipments when choosing packaging based on weight for FedEx shipping using the WooCommerce Shipping Plugin for FedEx?

  1. Determine if your shipping pricing deal applies to items under a specific weight threshold (e.g., items under 1KG are charged the same rate).
  2. Configure your packaging method accordingly—either weight-based packaging if all items typically weigh under the threshold or individual item packaging if bulk orders may apply.
  3. Verify with your plugin support or FedEx account representative that your chosen packaging strategy aligns with your negotiated FedEx rates.
  4. In your WooCommerce FedEx plugin settings, confirm that packaging options reflect this logic so the correct rates are calculated at checkout.

How can I temporarily modify the PluginHive FedEx WooCommerce Shipping plugin to allow smaller product weights like 0.001 lbs by changing the rounding logic in the plugin code?

To implement a temporary fix by modifying the plugin’s core files, follow these steps carefully:

1. Locate and open the plugin file: `fedex-woocommerce-shipping/includes/class-wf-fedex-woocommerce-shipping.php`

2. Find the section where the product weight is validated and the minimum weight of 0.01 lbs is enforced. This will typically be a conditional statement such as: “`php if ( $weight < 0.01 ) { $weight = 0.01; } “`

3. Change the hardcoded minimum value `0.01` to your desired minimum such as `0.001`: “`php if ( $weight < 0.001 ) { $weight = 0.001; } “`

4. Save the file and test the plugin on a staging environment to ensure the changes work without causing FedEx API errors.

  • This modification is unsupported by PluginHive and will be overwritten with any plugin update.
  • Backup the original file before making changes for easy restoration.
  • You must reapply this fix after every plugin update.
  • Lower weights may cause FedEx API to reject shipments or cause other issues since 0.01 lbs is an official minimum.
  • Only proceed if you thoroughly understand the implications and have tested the changes in a safe environment.

How can I set up multiple packages with different shipping dimensions and weights for a single variation in a variable product using the PluginHive FedEx WooCommerce Shipping plugin?

By default, the PluginHive FedEx WooCommerce Shipping plugin and WooCommerce support only one set of weight and dimensions per product variation. To configure multiple packages for a single variation (for example, two packages with different dimensions and weights for the same variation), you cannot add multiple dimensions directly in the default variation settings. Instead, you need to use PluginHive’s custom paid addon called **"Add More Shipping Fields"**. This addon allows you to set multiple weights and dimensions for WooCommerce products, enabling you to manage multiple packages per variation effectively. You can learn more about this addon and its setup through the provided documentation (note: link was indicated as a placeholder). The addon is priced at $250 and is non-refundable, so ensure it fits your business needs before purchasing. For more information or queries, you can reach out to PluginHive support.

How can I configure the PH Hide WooCommerce Shipping Methods & Rate Adjustment plugin to hide only the FedEx Express Saver shipping method for cart weights between 0 and 18 pounds, without hiding other FedEx shipping options?

  1. In the rate adjustment rule, **do not use a generic "FEDEX" value under the Shipping Service** field, as this applies the rule to all FedEx shipping methods, hiding them all. Instead, leave the Shipping Service field blank or select a more specific identifier if available.
  2. Under the Shipping Method field, specify the exact shipping method ID for FedEx Express Saver (e.g., `wf_fedex_woocommerce_shipping:FEDEX_EXPRESS_SAVER`).
  3. Set the condition as “Cart Value Total Weight” in the range from 0 to 18 pounds.
  4. Choose the action type as “Hide Method.”
  5. Ensure that the **“Hide shipping option”** feature is enabled in the plugin’s general settings to make the rule effective.
  6. Save the rule and test rates on the cart or checkout page to confirm that only FedEx Express Saver is hidden when the cart weight is between 0 and 18 pounds, while other FedEx options remain visible.

If the rule hides all FedEx methods, it usually means the Shipping Service field is set too broadly as “FEDEX,” which overrides and suppresses all FedEx services rather than the one targeted method. Adjust this setting as described to isolate the rule to only Express Saver.

Does the PluginHive FedEx WooCommerce shipping plugin support dynamic product dimensions and weights from the Uni CPO Builder plugin?

  1. Update the FedEx shipping plugin to version 7.1.1 or later.
  2. Install the PH WooCommerce Shipping for Custom Product Fields addon to map the Uni CPO custom keys for dimensions and weight.
  3. Perform testing in a staging environment to ensure dynamic measurements are correctly used during checkout and print label generation.

Can the PluginHive WooCommerce FedEx Shipping plugin include additional product details like weight, HS code, and country of origin for shipping purposes?

Yes, the PluginHive WooCommerce FedEx Shipping plugin allows you to enter the HS Code and Country of Origin for each product. The plugin automatically utilizes the default WooCommerce product weight and dimensions to calculate shipping rates. This integration extends beyond just product names and quantities, enabling you to provide comprehensive product information required by FedEx for international shipments.

Can PluginHive’s FedEx WooCommerce shipping plugin work with dynamically set product dimensions and weights entered by customers at checkout, such as those configured through the CPO Builder?

No, the FedEx WooCommerce shipping plugin by PluginHive requires that each product's weight and dimensions be set directly in the WooCommerce product settings. The plugin calculates shipping rates based solely on the official product data stored within the WooCommerce product object. It does not support using dynamic dimensions or weights entered on the cart or checkout pages from third-party solutions like the CPO Builder. Therefore, for accurate rate calculations, you must assign fixed weight and dimension values to each product in your WooCommerce store.

Can I change or disable the default minimum product weight of 0.01 lbs in the PluginHive FedEx WooCommerce Shipping plugin to allow smaller weights like 0.001 lbs?

Currently, the PluginHive FedEx WooCommerce Shipping plugin does not include a user-configurable option to change or disable the minimum product weight of 0.01 lbs. This minimum weight is hardcoded into the plugin’s core logic and any product weight below 0.01 lbs is automatically rounded up to 0.01 lbs internally. While technically possible to modify the plugin’s core files to alter this minimum, such changes are not officially supported, may be overwritten by plugin updates, and could lead to instability or FedEx API rejections. The recommended approach is to set product weights to at least 0.01 lbs to remain compatible with the plugin’s current behavior.

Why is FedEx not calculating the shipping cost after adding the package dimensions, and how can I fix errors related to missing phone number and master tracking ID mismatch?

The issue often occurs because the recipient’s (customer’s) phone number may be missing in the order details, even if the phone number is set in the plugin settings. To troubleshoot and fix this:

  1. Verify that the recipient’s phone number is correctly entered in each customer order—not just in the plugin global settings.
  2. Enable Debug Mode in the plugin:
  3. Attempt to calculate the cost again by clicking "Calculate Cost."
  4. After reproducing the issue, navigate to the "Help & Support" page within the plugin settings.
  5. Submit a Diagnostic Report following the instructions there.
  6. Share the diagnostic report with support for further investigation.

This ensures the plugin captures errors related to missing data and helps diagnose integration issues like the phone number or tracking ID mismatch.

Why am I receiving the error "Freight shipment line item X – weight is missing or invalid" when trying to get FedEx Freight rates, even though all items in the cart have weights and dimensions specified?

  1. Ensure that every product in the order has a properly configured weight and dimension in the product settings within WooCommerce. Weights should be numeric and use the same unit system as FedEx expects (e.g., pounds or kilograms).
  2. Confirm that the Freight shipping option is enabled on the Freight tab of the PluginHive plugin settings.
  3. Verify that the FedEx Freight Priority service (such as FEDEX_FREIGHT_PRIORITY) is enabled under the Rates and Services tab.
  4. Enable debug mode in the plugin by going to the General tab and activating "Debug Mode," then reproduce the issue.
  5. Review the debug logs or submit a diagnostic report through the "Help & Support" tab to analyze the API request and response details.
  6. If the error persists, test shipping with different combinations of line items to identify if specific products cause the invalid weight error. Products with zero or missing weight are often the root cause.
  7. Contact PluginHive support with detailed debug logs and examples to assist further if internal verification does not reveal invalid weights.

Where should I add product information such as weight, HS code, and country of origin to work with the PluginHive FedEx Shipping plugin?

  1. Weight: Use the default WooCommerce product settings to add the weight and dimensions of each product. This is done in the product data section under "Shipping".
  2. HS Code and Country of Origin: These details can be added specifically to each product within the PluginHive plugin settings. The plugin provides dedicated fields for HS Code and Country of Origin, allowing you to input these customs-related attributes directly for individual products. (Typically, these fields appear in the product edit screen after the plugin is installed.)

What should I do if FedEx Freight shipping rates are not showing due to small product weights, and I want to avoid changing product weights?

  1. Continue to use the PluginHive support channels and escalate the issue, providing detailed order examples and weight values.
  2. PluginHive's technical team is working on updating the plugin to properly handle mixed-weight shipments, allowing smaller weights to be included in freight shipments without changing product data.
  3. Await the plugin update release which will introduce enhanced handling of mixed freight and small items in the cart, removing the need for temporary weight changes.

Is there a method within PluginHive to automatically switch packaging types for Canadian shipments to comply with FedEx International Connect Plus weight restrictions?

Currently, the PluginHive FedEx plugin does not support automatic switching of packaging types (such as switching from Envelope to Pak) based on destination-specific FedEx shipping rules or weight constraints. The plugin treats packaging options uniformly regardless of country-specific criteria, which can cause errors for shipments like Canada where the FedEx Envelope has a strict 1 lb limit. Manual intervention in product packaging settings or order adjustments is required to select appropriate packaging for shipments over 1 lb to Canada.

How can I ensure that the product dimensions (height, width, length) are sent correctly and not mixed up when shipping freight through the PluginHive FedEx plugin in WooCommerce?

  1. Verify your product dimensions in WooCommerce are entered accurately with the precise height, width, and length values as per your freight pallet specifications.
  2. Confirm that the plugin is configured to transmit these dimensions exactly as entered, without any automatic reordering or alteration. Currently, if you notice that height is being sent as length or vice versa, this is an issue with how the plugin processes the data.
  3. To troubleshoot, log in directly to your FedEx account and manually check the shipping rates for your shipment with the exact dimensions you input (e.g., height of 90 inches, width, and length as is). Compare these with the rates returned by the PluginHive plugin to identify discrepancies.
  4. If dimension mismatch issues persist, report the exact behavior and dimension values to PluginHive support so they can correct how the data is mapped before sending to FedEx. Meanwhile, cross-validate rates through your FedEx account to avoid inflated shipping costs.

Does the plugin allow customizing parcels, weights, and combining multiple products into one shipment for FedEx orders?

Yes, the plugin includes a box packaging feature where you can configure custom boxes based on your products and requirements. This allows the plugin to automatically select the most suitable box for your shipments. You can easily join multiple parcels together to optimize shipping costs by setting up these box configurations.

Can I still generate shipping labels and packages if I switch to weight-based packaging in the PluginHive FedEx plugin, and how are the shipment details shown on the label?

  1. The plugin calculates the total shipment weight by summing up the weights of all items in the order.
  2. Dimensions are not considered or required for label generation, meaning the shipping label will primarily reflect the total weight rather than package dimensions.
  3. You can generate FedEx shipping labels as usual through the WooCommerce orders page, and the label will be created based on the combined weight of the shipment.

Are product dimensions required when setting up the WooCommerce FedEx Shipping Plugin if my client only provides product weight?

Product dimensions are not required if you configure the plugin to calculate shipping based solely on weight. You can set up the packaging method as weight-based and enter only the weight for the products. Dimensions can be left blank without affecting the shipping calculations.

Is PluginHive able to support or provide official assistance with custom changes involving modification of the plugin’s core files, such as adjusting the minimum weight limit?

PluginHive does not provide support or assistance for custom modifications involving the plugin’s core files, including changes to the minimum weight logic. Editing core files is strongly discouraged because it leads to compatibility problems, prevents smooth future updates, and may cause unexpected issues with FedEx API communication. If you choose to make such changes, PluginHive will not be able to support issues arising specifically due to those modifications. You can seek assistance for any issues encountered with the plugin’s latest official version without custom changes, but custom edits are entirely at the user’s discretion and risk.

Is it possible to validate which boxes each product can use, so that certain products are only packed in specific box sizes?

The PluginHive plugin does not support assigning specific products to specific boxes directly. Instead, the plugin automatically selects the most efficient packaging box based on the combined weight and dimensions of the items in the cart. While you can configure custom boxes with defined weight and dimension limits, the packing decision is made dynamically and not restricted by product-to-box assignments.

Is it possible to use the "Pack into boxes with weights and measurements" option in PluginHive and still get the shipping cost calculated separately for each item rather than summing up measurements and costs as a single package?

To calculate shipping costs separately for each item while using packaging options, you should use the **"Pack Items Individually"** packaging method in PluginHive. This option ensures each product is treated as a separate box, and shipping rates are calculated individually per item rather than combining weights and measurements into one package. Here’s what to do:

  1. In your PluginHive shipping settings, locate the packaging configuration section.
  2. Select **"Pack Items Individually"** as the packaging method.
  3. Save your settings.

With this setup, each product will be packed in its own box, and PluginHive will return separate shipping rates for each package, allowing you to sum up individual shipping costs correctly instead of combining all measurements into one parcel.

Is it possible to modify package details separately from the product dimensions supplied by the customer?

Yes. During the shipment creation process, accessible on the WooCommerce order edit page, you have the ability to manually modify packaging details. This allows you to adjust or add packaging dimensions and weights that may not be captured dynamically from the product or customer input, providing flexibility to accommodate additional packaging considerations before finalizing shipping labels.

Is it possible to generate shipping labels using only the weight of combined packages without considering dimensions in the PluginHive FedEx plugin?

Yes, the PluginHive FedEx plugin supports a “Weight-Based Packaging” method where shipping rates and labels are generated based solely on the total weight of the shipment, disregarding package dimensions. To enable this:

1. Access the plugin’s packaging settings in your WooCommerce dashboard.

2. Select the “Weight-Based Packaging” option instead of “Pack into Boxes.”

3. Ensure each product has accurate weight configured, as this method relies entirely on weight for rate calculations.

4. Save changes and test by placing orders to confirm the shipping rates are based on combined product weights rather than dimensional packing.

This method is especially useful when you physically consolidate items into one shipment but want to avoid complex box dimension calculations in the plugin.

Is it possible to exclude certain products from being packed in specific custom boxes using PluginHive’s FedEx plugin, or assign specific boxes to certain products during dynamic volume-based packing?

No, the current PluginHive FedEx plugin does not support excluding products from specific boxes or assigning particular boxes to specific products. The packing algorithm automatically determines the most efficient packaging based on box volume, product weight, and dimensions without manual product-to-box assignment controls.

Is it possible to customize the packing process to set a maximum quantity of products per box and restrict certain boxes to specific items for more accurate shipping rates, especially for hazardous materials shipping?

Currently, PluginHive does not support assigning specific boxes to certain items or splitting items based on shipping class as part of the packing process. However, a customization can be developed to allow setting a maximum quantity of products per box. This feature will work alongside existing packing algorithms (Box Packing and Weight-Based) to improve packing accuracy and shipping rate calculations. This customized solution is offered as a paid service starting at $500, with a delivery time of approximately 20 business days upon purchase. If you are interested, you can request the customization and discuss the scope and pricing further with the PluginHive team.

Is it possible to assign specific boxes to particular products in the PluginHive shipping plugin?

The PluginHive shipping plugin does not provide a direct feature to assign specific boxes to individual products. The packing decisions are automatically made based on the configured packing algorithm, the dimensions, and weights of the products, and the available box sizes. Adjusting the packing algorithm (such as using "Based on Volume Used * item Count") helps improve box selection efficiency but explicit box-to-product assignments are not currently supported.

Is it possible to add a box cost fee in the packaging section of the FedEx Plugin so that the box cost is included in the total shipping cost based on different box sizes?

Currently, the FedEx Plugin does not support adding a handling fee or box cost fee based on different box sizes. However, you can add an additional handling fee based on the shipping service itself. If you require the ability to add box costs per package size, this is not available as a standard feature, but a custom paid solution might be possible. You can contact the PluginHive support team to discuss the feasibility and details of a custom implementation tailored to your business needs.

Is it possible for the PluginHive plugin’s packaging algorithm to be customized to avoid summing all item lengths and instead use the longest item length as the base box length with adjusted width and height?

Currently, the PluginHive FedEx Shipping plugin **does not support this specific customization**. Key points include:

  1. The default **Volume-Based Packing** algorithm selects boxes purely by volume comparison without dimension reshaping.
  2. It linearly sums item lengths, which can lead to oversized long boxes.
  3. The **Stack First Packing** algorithm somewhat mitigates this by stacking items, adjusting width and height dimensions better, but it still doesn’t fully implement fixing the box length to the longest single item.
  4. No built-in option exists to force the box length to remain the same as the longest product dimension while increasing only width and height.
  5. Such logic requires significant changes in packing heuristics and is not implemented in the current plugin.

If this behavior is critical for your business, you can:

  • Submit a feature request to PluginHive detailing your real-world packing needs.
  • Use box **maximum quantity limits** and manual box configuration as a workaround to approximate your packing constraints.
  • Collaborate with PluginHive support to explore tailored options or workarounds.

Understanding this limitation clarifies the cause of oversized box selections and why your actual packing method differs from the plugin’s default logic.

Is it necessary to enter the weight and dimensions of each product if real-time FedEx shipping rates are not enabled and I manually enter shipping costs per country in WooCommerce?

Yes, you still need to enter the weight and dimensions of each product because these details are required for shipment creation regardless of whether you use real-time FedEx shipping rates or manually enter shipping costs. Even if real-time rate calculation is disabled, the plugin needs product weight and dimensions to generate shipping labels correctly.

If using the “Pack into Boxes” method, is volumetric weight automatically calculated and used correctly by FedEx?

Yes. When you configure custom boxes under the “Pack into Boxes with weights and dimensions” method:

  1. The plugin sends the exact box dimensions and actual weight to FedEx’s API.
  2. FedEx calculates volumetric weight on their side based on the box dimensions provided.
  3. It compares volumetric weight and actual weight, then returns the rate based on the higher value.
  4. This eliminates the need for you to manually calculate or enter volumetric weight and ensures accurate shipping rates for the box sizes and weights used.

This method ensures the FedEx API handles volumetric weight correctly according to your custom packaging.

If I have spent extensive effort collecting data to show PluginHive the plugin’s packaging issues, but the plugin’s algorithm cannot currently meet my packing needs, what options do I have?

When volume-based packaging logic limitations cause persistent issues that do not match your physical packing practices, consider these options:

1. **Use PluginHive Support for Advanced Configuration:**

– Provide detailed order data, box configurations, and Diagnostic Reports.

– Collaborate on fine-tuning packing settings, box sizes, and maximum quantity constraints.

2. **Switch Packing Algorithms:**

– Test alternate algorithms like “Stack First Packing” for improved dimension handling.

3. **Manual Packing Overrides:**

– If possible, manually assign box sizes or pack manually outside the plugin’s automation.

4. **Reevaluate Product Dimensions Input:**

– Ensure only bare net product dimensions are entered, and packaging managed via boxes.

5. **Request Feature Enhancements:**

– Submit formal feature requests describing your “longest item dimension” based box selection logic.

6. **Consider Plugin Alternatives:**

– If the plugin fundamentally cannot support your packing logic, evaluate other shipping plugins or custom integrations.

7. **Refund Option:**

– If no resolution is feasible, consider requesting a refund as PluginHive support has acknowledged.

Communicating clearly with PluginHive support throughout helps ensure your specific needs are understood and explored before making a final decision.

If I choose the “box packaging with weight and dimensions” option in the PluginHive FedEx plugin, do I need to manually enter both weight and dimensions during shipping label generation?

  1. The plugin automatically selects the appropriate box based on the settings and product attributes.
  2. You should avoid overriding these values manually during label creation to maintain consistency.
  3. Correct dimension and weight data ensures accurate shipping rates and label generation without discrepancies.

I changed my product weight to 50 kg, but FedEx shipping options still do not appear. What else should I check?

  1. **Battery Product Settings:** If the product is marked as containing a Lithium-Ion battery, FedEx requires explicit permissions on your account to ship such products. You must obtain these permissions before shipping batteries. Detailed guidelines are at https://www.fedex.com/en-my/shipping-guide/pack/lithium-batteries.html.
  2. **Product Dimensions:** Large product dimensions (e.g., 100 x 100 x 100 cm) qualify the shipment as freight. To enable regular FedEx shipping rates, reduce the dimensions within freight limits (for testing, 10 x 10 x 10 cm was used).
  3. **Currency Configuration:** If your store currency differs from your FedEx account currency (e.g., store in USD and FedEx account in MYR), configure a currency conversion rate in the plugin. Without this, shipping prices may not calculate correctly or show up.

How to proceed if there is still a rate mismatch issue after verifying all FedEx plugin settings and package details?

  1. Enable Debug Mode in FedEx plugin settings.
  2. Reproduce the rate calculation issue by running a rate check.
  3. Go to the Help & Support page within the plugin settings.
  4. Submit a Diagnostic Report along with screenshots from the FedEx website showing:
  5. Wait for PluginHive support to analyze the report and assist further.

How should users input data into fedex.com for rate comparison to ensure volumetric weight is accounted for correctly?

When comparing rates on fedex.com:

  1. Enter the actual package dimensions (length, width, height) as per your box size.
  2. Enter the actual package weight, without calculating or entering the volumetric weight yourself.
  3. FedEx’s website will automatically compute volumetric weight and compare it to the actual weight, then use whichever is greater for pricing.
  4. Avoid entering volumetric weight manually, as this can cause inaccurate comparisons.
  5. Compare the obtained rate with PluginHive plugin rates to check for consistency and troubleshoot as needed.

How should I troubleshoot volume rounding issues affecting box selection in PluginHive?

Volume rounding may cause products to appear larger or smaller than actual, affecting box selection accuracy. To troubleshoot:

  1. Review and correct your product dimension entries to reflect true measurements.
  2. If the plugin rounds fractional measurements (e.g., 2.5 rounding to 3), be aware that minor mismatches can impact box selection.
  3. Adjust box dimensions or product sizes slightly to account for rounding behavior.
  4. Test packing results after adjustments to ensure products fit the selected boxes as expected.

This stepwise tweaking helps ensure that the plugin chooses correct boxes based on accurate volume calculations.

How should I handle packaging settings in PluginHive FedEx plugin if I ship multiple quantities of an item either in one box or each in separate boxes?

  • If all product quantities are shipped together in one box, configure the packaging method to **"Box Packing"** with the total combined weight and dimensions representing the entire shipment.
  • If each product quantity is shipped as a separate box, choose the **"Pack Items Individually"** setting, which instructs the plugin to calculate rates for multiple individual packages.

How should I handle packaging for products that are prepackaged or packed in non-standard shapes (e.g., rolled products in narrow boxes)?

  1. Go to Plugin Settings → Packaging.
  2. Select the packaging method "Weight-based packing".
  3. This method calculates shipping rates based purely on product weight and does not consider product dimensions.
  4. After setting this, regenerate the package for your orders before generating labels.

How should I enter product weight and dimensions in WooCommerce for the PluginHive FedEx Shipping plugin to calculate accurate shipping rates, especially for multi-quantity orders?

To ensure accurate FedEx shipping quotes in your WooCommerce store using the PluginHive plugin, follow these product data entry guidelines:

  • Enter the net weight and actual size of the product itself, excluding outer packaging dimensions or weight.
  • Packaging boxes are managed separately within the plugin’s box configurations.

2. **Do Not Enter Packaged Item Dimensions in Product Shipping Settings:** – Using box sizes directly here causes inflated dimensional weight calculations when multiple quantities are ordered, as the plugin treats each product as boxed individually.

3. **Ensure Consistency Across All Products:** – All items should follow the same convention for weight and dimensions to prevent calculation errors.

4. **Configure Packaging Boxes in the Plugin:** – Define your actual shipping box sizes and set maximum quantities per box matching your packing practices.

5. **Test Shipping Rates:** – Verify shipping quotes for single and multiple quantities to see if the rates increase proportionally and realistically.

6. **If Discrepancies Persist:** – Provide accurate product dimension and weight info along with packaging box details to support for troubleshooting.

This method prevents overestimation by avoiding double-counting packaging size and ensures the plugin’s packing algorithms calculate dimensional weight charges properly for multi-quantity orders.

How should I configure the packaging method in PluginHive when packing crystal lamps individually using my own custom boxes with specific dimensions?

For packing individual products with your own custom boxes, follow these guidelines:

  1. Choose the **"Pack items individually"** option. This ensures each product is packaged separately.
  2. Since you want to use custom box sizes (your own boxes), note that with "Pack items individually," you cannot directly set custom box dimensions for each item within that mode.
  3. Alternatively, selecting **"Pack into boxes with weights and dimensions"** allows you to disable standard courier boxes and add your own custom box sizes with their dimensions and weights.
  4. To ensure each product is packed individually into your custom boxes, enable the **"Pre-packed product"** option on the product’s configuration page. This treats that specific item as pre-packed and ships it in its designated box.
  5. In scenarios where you have multiple products in a single order and only some are marked as "Pre-packed," those items will be packed individually, and the rest will be grouped according to the custom boxes you configured.
  6. However, for your use case—individual packing of crystal lamps with custom boxes—the recommended approach is to use **"Pack items individually"** and enable **"Pre-packed product"** for the relevant items, ensuring they ship in your specified boxes sized accordingly.

This setup matches your scenario and ensures your products are packed individually in your own custom boxes. If you require mixed packing logic, i.e., some products individually and others grouped, use the "Pack into boxes with weights and dimensions" combined with the "Pre-packed product" flag on individual items.

How should I configure product weight and packaging dimensions in the FedEx WooCommerce plugin to ensure correct shipping rates?

  1. Enter the actual product weight and dimensions in the WooCommerce product settings.
  2. Do NOT enter package weight/dimensions directly into the product settings; instead, use the plugin's packaging settings to define packages.
  3. The plugin uses packaging profiles (package types with predefined weight and dimensions) to calculate shipping costs accurately.
  4. Create or select a packaging method that represents how your products are physically shipped (e.g., box size, weight).
  5. When you configure or modify packaging, the plugin calculates shipping rates based on this info combined with product quantity.
  6. Incorrectly setting package information as product weight can result in inconsistent or incorrect shipping estimates.

How should I configure multiple shipping boxes to handle Mix and Match product quantities that require splitting into different box combinations (e.g., one single box plus one double box)?

  1. Define each box type with accurate dimensions and maximum weight limits matching your physical boxes (e.g., Single Case Box and Double Case Box).
  2. Ensure the max weight limits accommodate the total weight of the quantities intended for those boxes (e.g., Double Case box max weight ≥ weight of 2 units).
  3. The plugin will then automatically assign the combination of boxes needed to fulfill the ordered quantities by grouping products into the appropriate boxes based on these configured limits. No additional special settings are required.
  4. Perform test orders with various quantities to confirm the correct box combinations are generated during packing and shipping.

How should I communicate the dry ice weight requirements clearly to customers and FedEx if the plugin only allows one dry ice weight entry?

  1. Set the dry ice weight to the higher value (e.g., for international shipment) if that is the safest option to cover all shipments.
  2. Add clear product description notes or instructions visible to customers during checkout to highlight the dry ice quantity difference for domestic vs. international shipping.
  3. Use order fulfillment notes or shipping instructions (in your shipping provider’s dashboard or order management system) to inform FedEx or the shipping carrier of the correct dry ice weight per shipment type.
  4. If you implement a custom plugin modification, build in logic to automatically select the appropriate dry ice weight based on the destination.

How should I adjust product weight and dimension entries in WooCommerce to get accurate FedEx shipping quotes with the PluginHive FedEx Shipping plugin, especially for multiple quantities?

To ensure accurate shipping rates:

1. Enter only the **bare (net) product weight and dimensions** in WooCommerce product settings—exclude any packaging box sizes or weights.

2. Avoid entering packaged product dimensions or shipping box sizes in the product shipping fields because the plugin manages packaging separately.

3. Configure actual shipping box dimensions and their maximum allowed quantities in the PluginHive FedEx Shipping plugin settings to reflect real-world packing.

4. This separation prevents double-counting packaging dimensions and allows the plugin’s packing algorithms to calculate dimensional weight correctly for multiple quantities.

5. Test shipping rates with single and multiple quantities after these adjustments to verify that rates increase realistically.

6. If shipment quotes remain inconsistent, provide PluginHive support with detailed product and packaging data for further analysis.

This best practice prevents inflated shipping rates often caused by including packaging dimensions in product data and helps the plugin handle multi-quantity shipments properly.

How is shipping calculated when multiple products are shipped in a single box? Is there a way to specify how many items fit in a box within the PluginHive plugin?

PluginHive’s WooCommerce FedEx Shipping plugin offers different packing methods, including "Weight-based packing," where only the total weight of the products is considered for shipping calculation, and "Box-based packing," where product dimensions and box sizes are taken into account. Currently, if you select weight-based packing, product dimensions and box quantity are not considered, so multiple products may be consolidated into a single package by weight only. To specify how many items fit in a box and configure accurate packaging based on dimensions, you need to use the "Box-based packing" method. This allows you to configure box dimensions and set rules for how many products fit per box. You can set up these configurations in the plugin’s packaging settings to ensure correct shipping calculations when multiple products are shipped together.

How does volumetric weight calculation work when using the "Weight based, calculate shipping based on weight" packing method, especially regarding custom box dimensions?

When the “Weight based, calculate shipping based on weight” option is selected:

  1. You enter the maximum weight of your custom box, but cannot specify box dimensions.
  2. The plugin only sends the actual total product weight to FedEx, without specific box dimensions.
  3. FedEx then compares this actual weight with its own volumetric weight calculation based on default or system data.
  4. Volumetric weight is not calculated internally by the plugin in this mode; rather, FedEx determines which weight (actual or volumetric) to use for pricing.

Because you cannot enter custom box dimensions in this mode, volumetric weight reflecting your unique packaging is not accounted for by the plugin directly. For detailed packaging and volumetric weight control, use the “Pack into Boxes” method instead.

How does the PluginHive WooCommerce FedEx plugin support volumetric weight calculations, especially with custom boxes?

The PluginHive WooCommerce FedEx plugin supports volumetric weight calculations through its weight-based packing method. Here is how it works:

  1. You select the weight-based packaging method in the plugin settings.
  2. Specify the maximum weight of the custom box you want to use.
  3. The plugin calculates shipping costs based solely on the weight, not the dimensions of individual products.
  4. As a result, the package is treated as a custom box package, where product dimensions are not taken into account.

For detailed information and configuration instructions, you can refer to this knowledge base article: [Volumetric Weight](https://www.pluginhive.com/knowledge-base/volumetric-weight-based-shipping-using-woocommerce-fedex-plugin).

How does the PluginHive WooCommerce FedEx plugin handle multiple custom boxes with different maximum weights when using volumetric weight calculations?

The plugin’s volumetric weight setting under the weight-based packing method assumes a single maximum package weight limit. If you have multiple custom boxes—for example, with weight limits of 5 lbs, 7 lbs, and 10 lbs—you should enter the highest maximum box weight (e.g., 10 lbs) in the plugin settings. This ensures that shipments weighing up to that limit are covered under the custom box weight constraint. However, this method does not differentiate between multiple boxes with distinct weights for packing; for more complex packing, use the “Pack into Boxes” option that allows configuration of multiple custom boxes with their dimensions and weights.

How does the PluginHive shipping plugin handle dimensional weight for Uni CPO-based products?

The plugin now supports dimensional weight calculation for products using Uni CPO Builder dynamic measurements. When a customer configures a product, the weight and dimensions entered are captured dynamically at the cart stage. These values, including their dimensional weight equivalent, are then used in the shipment rate calculation process, replacing the need for static product weight and dimension values typically set in WooCommerce product settings. This enhancement ensures shipping rates reflect the actual product size and weight as specified by the customer at purchase time.

How does the PluginHive plugin select packaging boxes for shipments, and how can I ensure it picks the desired box?

The PluginHive plugin automatically selects the most efficient packaging boxes based on product dimensions. To ensure the plugin selects your desired box, make sure the product dimensions fit within that box’s measurements. The plugin chooses packaging that best fits the products to optimize space and cost. If there are multiple boxes the product can fit into, the plugin defaults to the box that it calculates as the most efficient according to its logic.

How does the PluginHive plugin select box sizes for shipping, and can I disable automatic box selection if I don’t want it to be used?

  1. Log in to your WordPress admin panel.
  2. Go to the PluginHive FedEx plugin settings.
  3. Navigate to the **Parcel Packaging** section.
  4. Disable or turn off the option for automatic box selection.

How does the PluginHive plugin retrieve product dimensions from WordPress/WooCommerce?

  1. `get_length()` – retrieves the product length.
  2. `get_width()` – retrieves the product width.
  3. `get_height()` – retrieves the product height.

How does the PluginHive plugin decide which box to select when packing products, and does it always choose the smallest box possible?

The PluginHive plugin selects boxes based primarily on volume efficiency. Specifically, it:

  1. Calculates the total product volume (product length × width × height × quantity).
  2. Compares this volume against the volume of the available box options.
  3. Selects the smallest box whose volume can accommodate the entire shipment volume, minimizing unused space.

Thus, yes, the algorithm generally selects the most efficient (smallest possible) box to fit the products, ensuring cost-effective packaging without wasting box capacity.

How does the PluginHive FedEx WooCommerce plugin determine which package to use for an order, and how can I change the assigned package for shipping?

  1. Packaging settings define available boxes (including FedEx standard boxes for One Rate).
  2. Upon calculating shipping, the plugin packs items into the best-fitting box from this list.
  3. The chosen box is displayed on the Edit Order page in WooCommerce.
  4. You can manually change the box on the Edit Order page using a dropdown to select a different box from your predefined packaging options.

How does the PluginHive FedEx Shipping plugin’s packaging algorithm handle multiple quantities or mixed-sized products, and why might this result in oversized boxes and inaccurate shipping rate quotes?

The plugin’s packaging algorithm, particularly the default Volume-Based Packing method, calculates the package size as follows:

1. It computes the total shipment volume by multiplying individual product volume by quantity.

2. It selects the smallest predefined box whose volume meets or exceeds this total.

3. However, it tends to sum the lengths of items directly when determining package dimensions rather than using the longest item length combined with increased width or height, which is how physical packing is usually done.

4. For multiple different-sized products or quantities, this causes box length to incorrectly balloon (e.g., adding multiple 12”+24”+48” items can yield a length exceeding 90 inches).

5. FedEx charges substantial additional fees for any box dimension over around 48 inches, resulting in costly dimensional weight surcharges.

6. Because of this, shipping quotes become unnecessarily high and unrealistic compared to your actual packing practice.

To mitigate:

– Define multiple box sizes and set maximum quantity limits per box within the plugin to prevent oversized box selection.

– Use alternate packing algorithms if available or recommended by PluginHive, such as Stack First Packing, which better simulates real-world stacking by adjusting width and height dimensions rather than length.

– Manually input package dimensions and weights where auto-calculation fails to produce realistic boxes.

Being aware of these packaging calculation methods explains why quotes may be inflated and why controlling box dimensions in the plugin is essential for accurate shipping rates.

How does the PluginHive FedEx Shipping plugin’s packaging algorithm determine which box to use for packing multiple products and how does this affect shipping rate calculations?

  1. Define accurate box dimension data and maximum item quantities per box within the plugin to better reflect your actual packing.
  2. Experiment with alternative packing algorithms offered by the plugin to improve packing realism (e.g., Stack First Packing).
  3. Manually override box sizes for specific products or orders if supported.
  4. Continuously test shipping quotes to evaluate the impact of changes.

How does the PluginHive FedEx shipping plugin handle product packaging, and how can I configure it to correctly pack large quantities into individual boxes?

  1. The plugin offers a “Weight-Based Packing” option where you define the maximum weight allowed per package. Products are packed into as few packages as possible while respecting this weight limit.
  2. If the total quantity weight exceeds the maximum specified, the plugin automatically splits the shipment into multiple packages accordingly.
  3. Alternatively, you can define specific box dimensions and packing rules, but if no box fits the total quantity and dimensions, the plugin defaults to multiple packages.
  4. For large quantities (e.g., 300 items fitting within one box), set the packaging method to Weight-Based and specify a maximum weight greater than or equal to the total shipment weight. This will ensure the plugin packs all items in a single package rather than multiple smaller ones.
  5. Verify that product dimensions and weights are correctly entered, as inaccurate product data impacts packaging decisions.
  6. Remove any custom code snippets that interfere with packaging or rate display to avoid conflicts.

How does the PluginHive FedEx Shipping plugin handle case scenarios where product total volume slightly exceeds a smaller box volume but could potentially fit based on actual packing?

  1. Adjust your box dimensions to more accurately represent usable interior volume.
  2. Consider adding intermediate box sizes for better granularity in packing options.
  3. Define maximum item quantities per box to avoid overpacking.
  4. Provide feedback to PluginHive as this behavior reflects a current limitation of volume-only box selection algorithms.

How does the PluginHive FedEx shipping plugin determine the box size for generating shipping labels, and can I manually adjust the box selection on the label if it's incorrect?

  1. Review and configure the packaging settings carefully in the plugin according to your product dimensions and packaging options.
  2. Understand that the system calculates packaging based on your configurations and product data.
  3. You can learn more about how the packaging system works and how to set it up here: https://www.pluginhive.com/knowledge-base/setting-woocommerce-fedex-shipping-plugin/#fedex_packing_settings
  4. For products that nest or fit within multiple box sizes, ensure that your packaging settings reflect your actual packing methods as closely as possible to help the plugin select the optimal box.

How does the PluginHive FedEx Shipping Plugin decide to split an order into multiple boxes, and how can I prevent it from splitting when all items fit in one box?

The plugin automatically selects the most efficient packaging based on the total weight, dimension of all items in the cart, and the box sizes defined in your settings. It follows these rules:

  1. It tries to fit all items into the smallest number of boxes possible according to the box dimensions and max weight limits you configure.
  2. If your box size or max weight settings are incorrect or too restrictive, the plugin may split the order into multiple boxes.
  3. To prevent unnecessary splitting:
  4. After correcting box settings, enable Debug Mode and test orders to confirm that the plugin packs all items into one box as expected, which also helps in getting accurate shipping quotes.

This approach avoids inflated shipping costs caused by splitting shipments unnecessarily.

How does the PluginHive FedEx Shipping plugin calculate packaging dimensions when multiple different-sized products or multiple quantities of a product are ordered, and why might this cause inaccurate shipping quotes?

The plugin’s packaging dimension calculations are based on:

  • Total shipment volume is calculated as the sum of product volumes multiplied by quantities.
  • The plugin selects the smallest configured box that can accommodate this total volume.
  • It does not smartly redistribute box dimensions; instead, it tends to select boxes by summing certain dimensions (especially lengths), which can create disproportionately long, oversized packages.
  • The current algorithm adds lengths of all items instead of just using the longest length and adjusting width/height to fit the items realistically.
  • This leads to exaggerated box lengths (e.g., summing 12" + 12" + 24" + 48" = 96" length), causing dimensional weight surcharges from FedEx.
  • Dimensional weight fees charged by FedEx increase drastically once any box dimension exceeds approximately 48 inches.
  • Oversized boxes cause shipping costs to spike beyond realistic packing and shipping fees.

4. To mitigate, users can manually configure box maximum quantities or define custom package dimensions; however, there is no automatic adjustment of box dimensions to mimic real-world stacking or packing, which limits accuracy.

How does the PluginHive FedEx plugin select the shipping box, and can I manually choose which box to use?

  1. Ensure every product in your store has accurate weight and dimension settings configured.
  2. On the WooCommerce order edit page, click “Generate Packages.” The plugin uses product data to auto-select the appropriate FedEx box for the shipment.
  3. Manual selection of boxes on the Edit Order page should be avoided, as it can result in incorrect shipping rates.

How does the PluginHive FedEx plugin handle packaging and box usage when multiple products are added to the cart?

The packaging and box configuration in the plugin determines how products are grouped and shipped:

1. Each product must fit inside a defined box with adequate size and weight capacity.

2. When products are added individually, each product is packed separately using the matching box, allowing the plugin to retrieve shipping rates (Express or Freight) accordingly.

3. When multiple products are combined in the cart, the plugin attempts to consolidate shipping. If all products are properly boxed, the plugin calculates freight charges combining all packages.

4. If some products do not have suitable boxes, or if the combined packages include freight items without proper packing, the plugin cannot get valid shipping options, and errors occur.

5. The plugin currently does not automatically split a cart into multiple shipments (like using two boxes) unless configured correctly through packaging settings.

6. Therefore, you must define enough box options in the plugin covering the dimensions and weights of all your products, enabling the plugin to pack multiple products correctly.

7. After configuring the boxes properly, shipping rates—including FedEx LTL Freight services—will display correctly for multi-product carts.

How does the PluginHive FedEx plugin handle package selection for orders, especially when multiple packaging options exist?

The PluginHive FedEx plugin automatically selects the most appropriate package type based on the shipment details and your packaging configuration. You do not manually select packages during order editing. Instead, configure packaging types (such as Envelope, Box, etc.) in your product or shipment settings. The plugin then uses the Box Packing method to generate associated package types and calculates shipping rates accordingly. For example, if "Envelope" is configured and matches your product dimensions, the plugin will automatically use the FedEx Envelope package for rate calculation.

How does the PluginHive FedEx plugin handle package selection for different product quantities and sizes, and can I manually assign a specific box to an item in the cart?

The PluginHive FedEx plugin automatically selects the most efficient packaging box based on the combined weight and dimensions of the items in the cart, aligned with the packaging settings you configure. It determines the best box to optimize shipping cost and comply with carrier requirements. However, it is not possible to manually assign a specific box to individual items or quantities within the cart. Instead, you must ensure that your product weights, dimensions, and packaging presets accurately reflect your shipping options, letting the plugin dynamically choose the appropriate box.

How does the FedEx shipping plugin handle packaging dimensions when multiple different sizes of products are ordered, and why might this lead to inaccurate shipping quotes?

The current FedEx Shipping plugin packaging logic may add up the lengths of each individual product ordered (e.g., summing 12" + 12" + 24" + 48" = 96" length), instead of using the longest single item length while increasing width or height to accommodate multiple items in a single box. Realistic packaging typically:

– Uses the longest item dimension as the box length.

– Increases box width or height to fit multiple items side-by-side or stacked.

Incorrect summation of lengths inflates the box size, triggering FedEx oversized fees and raising shipping quotes unnecessarily.

To address this:

1. Confirm if packaging dimension settings or packaging optimization features exist in the plugin, and configure them accordingly.

2. Report this limitation to PluginHive support for enhancement requests.

3. Manually specify packaging sizes for common multi-item combinations, if possible, to avoid default oversizing.

Understanding how the plugin calculates package dimensions is key to diagnosing why quotes are inflated for mixed size orders.

How does the FedEx plugin determine the packaging method for calculating shipping rates?

The plugin automatically determines packaging based on the combined volume and weight of the products in the cart and the boxes or pallets configured in the plugin. It fills boxes with products until the volume is full and calculates the total weight including the box weight. If products fit into one box or pallet according to their dimensions, the plugin creates one shipment package representing this box with combined weight and dimensions. You cannot assign specific boxes or pallets to individual products manually; the selection is automatic based on product sizes and configured boxes.

How does the FedEx plugin calculate shipping costs based on product weight and dimensions?

  • **Weight Based Packing:** The plugin calculates rates based solely on the total weight of the products in the cart. Product dimensions (length, width, height) are ignored in this mode.
  • **Pack Items Individually:** The plugin considers each product’s individual dimensions and weight to calculate shipping costs for each item separately, then totals these costs.
  • **Box Packing:** You define packing boxes with dimensions and maximum weight capacity, and the plugin packs products into these boxes considering their sizes and weights to calculate the total shipping cost.

How does the FedEx LTL rate calculator handle package dimensions for shipments within Canada, and why might it not ask for dimensions in some cases?

  1. If packing is set to "Box Packing," dimensions are included in the rate request.
  2. If packing is set to "Weight Packing," the calculator may not require dimensions, relying on the weight alone.
  3. To ensure rates align correctly, you can create a shipment in the PluginHive plugin and test label generation, which factors in configured packing methods and dimensions.
  4. If rates or dimension prompts differ by destination, this behavior is controlled by FedEx’s API and the selected packing method rather than the plugin.

How does the customization for setting a maximum quantity of products per box work in the packing process?

The maximum quantity customization is applied individually to each box size configured in the system. During packing, the algorithm will consider a box "full" and start packing items into a new box when either of these limits is reached:

  1. The configured maximum weight for the box.
  2. The configured maximum quantity of products for that box.

This ensures that no box exceeds the set product quantity or weight, helping to better estimate the total number of packages in shipping rate requests. This feature is designed to improve accuracy, especially when surcharges are calculated on a per-box basis.

How does the "Volume-Based Packing" algorithm affect FedEx shipping rate calculations, and why does it sometimes result in unusually high rates?

The "Volume-Based Packing" algorithm works as follows:

1. It calculates the product volume by multiplying the product’s length, width, and height (e.g., 28 x 4 x 2 = 224 cubic inches).

2. Total shipment volume equals product volume multiplied by quantity.

3. The plugin finds the smallest box from your configured boxes with volume greater than or equal to the total product volume.

4. It then calculates the package weight (product weight plus box weight).

5. If the chosen box has a length dimension exceeding FedEx’s oversize fee threshold (typically over 48 inches), FedEx applies an additional surcharge increasing shipping cost.

6. Because the algorithm bases selection purely on volume and not the shape of the box (e.g., length vs. width/height distribution), it sometimes picks boxes with excessive length rather than fitting by increasing width or height dimensions, resulting in higher dimensional weight.

7. These surcharges and longer boxes lead to shipping quotes that appear inflated compared to FedEx’s actual rates for realistically packed boxes.

8. Unfortunately, there is no plugin option to alter the box dimension selection logic to fix this currently.

How does the "Based on Volume used * item count" packing algorithm work in PluginHive, and when should I use it?

The "Based on Volume used * item count" algorithm selects boxes based on both the total volume of all products in the cart and their total quantity. Here’s how it works:

  1. It calculates the combined volume of all products (volume per product × quantity).
  2. It factors in the item count to decide the number and size of boxes needed.
  3. It chooses a configuration of boxes that best fits the volume and quantity parameters, often resulting in multiple small boxes if that is more efficient.

This algorithm is suitable if you want to optimize packaging when your shipment consists of multiple items and you want the plugin to consider item quantity explicitly when packing. However, it may not always group multiples of the same product into a single larger box.

How does the "Add More Shipping Fields" addon work, and will it support shipping modular products in multiple packages with different dimensions and weights?

  • Compatibility with simple and variable product types.
  • Ability to enter separate length, width, height, and weight values for each part/package within the product.
  • Integration with shipping plugins like FedEx to calculate accurate shipping rates based on the combined dimensions and weights of all packages per order.

How does PluginHive’s dynamic packing adapt when SKU exclusions are enforced on custom boxes?

  1. Consider the volume and dimensions of all products as usual.
  2. Before packing each product into a box, check if the product’s SKU is excluded from that box.
  3. If excluded, skip that box for the product and attempt to pack it into the next most suitable box based on size and weight constraints.
  4. Continue this process to optimize packing efficiency while ensuring no SKU is placed in a restricted box.

This maintains the balance between packing optimization and enforcing SKU-level restrictions.

How does PluginHive handle packaging and package creation for shipping calculations?

  1. Product weight and dimensions specified in WooCommerce product settings.
  2. Parcel packaging methods configured in the plugin settings, defining packaging rules.

How does PluginHive currently handle packing of multiple products into custom boxes, and how would volume and dimension considerations affect the packing if SKU exclusions are implemented?

  1. The system will first consider volume and dimensions for all products in the order as usual.
  2. Before packing a product into a box, the algorithm will check if the product’s SKU is excluded from that box.
  3. If excluded, the packing engine will skip that box for that product and search for the next optimal box that meets dimension and weight criteria and does not exclude that SKU.
  4. This ensures that excluded SKUs are not placed in restricted boxes, while still optimizing for packing efficiency across all products.

The customization will preserve volume and dimension checks while enforcing SKU-based box exclusions dynamically.

How does PluginHive calculate box selection based on product and box volume?

  • Product volume = length × width × height
  • Box volume = length × width × height

How does packaging box dimension configuration influence the selection by the PluginHive FedEx Shipping plugin and shipping rate calculation?

  • Boxes must be defined with accurate length, width, height, and weight reflecting your actual shipping containers.
  • The plugin matches total product volume to the smallest box volume that fits all items, selecting based on volume rather than item orientation.
  • Oversized boxes with one or more dimensions exceeding FedEx’s thresholds generate higher dimensional weight fees.
  • Incorrect or missing box dimension data can cause the plugin to default to larger or inappropriate boxes.
  • Setting maximum quantities per box restricts overpacking and oversized box selection.
  • Manual overrides or alternate packing algorithms may be used to refine box usage further.

How does manually entering package dimensions during label generation affect FedEx shipping rate calculations in the PluginHive FedEx plugin?

  1. If your plugin configuration is set to “Weight Based Packaging,” it calculates shipping rates using only the weight of products, not their dimensions.
  2. However, if you manually input package dimensions on label creation, FedEx calculates charges based on dimensional weight or greater of actual or dimensional weight, which may be higher than the weight-only calculation.
  3. This inconsistency means the plugin’s presented shipping rate excludes dimensional weight surcharges, but your FedEx invoice includes them, causing a mismatch.

How does dimensional weight (DimWt) impact FedEx shipping rates, and how does the PluginHive FedEx Shipping plugin calculate this?

Dimensional weight pricing charges shipping based on package size and weight:

1. FedEx calculates DimWt by multiplying length × width × height and dividing by a dimensional factor.

2. Shipping costs are based on the higher of actual weight or dimensional weight.

3. Packages with any dimension exceeding approximately 48 inches incur oversize fees ($22 or more per package).

4. PluginHive’s plugin calculates package dimensions using configured box sizes and packing algorithms.

5. If box dimensions are inflated due to poor packing logic (e.g., summing item lengths), DimWt and surcharges increase, driving up shipping quotes.

6. Accurate configuration of box dimensions and selecting appropriate packing algorithms (like Stack First Packing) help produce realistic dimensional weights consistent with FedEx surcharges.

Recognizing DimWt’s role is essential for understanding and controlling FedEx shipping quote inflation.

How does dimensional weight (DimWt) calculation affect FedEx shipping costs, and how does the PluginHive FedEx Shipping plugin factor this in?

  1. FedEx calculates dimensional weight by dividing package volume (length × width × height) by a dimensional factor.
  2. Shipping charges are based on the greater of actual weight or dimensional weight.
  3. Packages exceeding certain dimension thresholds (usually length over ~48 inches) incur significant oversize fees on top of DimWt charges.
  4. PluginHive calculates package dimensions using configured box dimensions and packing algorithms (e.g., Volume-Based or Stack First Packing).
  5. If packaging dimensions are inflated due to poor packing assumptions (like summing item lengths), dimensional weight increases, leading to higher shipping quotes.
  6. Correct box configuration and appropriate packing algorithm usage help produce realistic dimensional weight estimates consistent with FedEx surcharges.

How does dimensional weight (DimWt) affect FedEx shipping charges and how does the PluginHive FedEx Shipping plugin calculate this for packages?

Dimensional weight is a FedEx pricing method that considers package size as well as weight:

1. FedEx calculates the Dimensional Weight by multiplying length × width × height and dividing by a dimensional factor.

2. The greater of actual weight or dimensional weight determines freight charges.

3. Packages with any dimension over approximately 48 inches may incur additional oversize fees ($22+ per package).

4. The PluginHive plugin estimates package dimensions based on your configured boxes and packing algorithm (Volume-Based, Stack First, etc.).

5. If the plugin calculates package size poorly (e.g., sums lengths instead of considering realistic packing), it inflates dimensional weight, causing higher rate quotes.

6. Accurate box dimension configurations and appropriate packing algorithm choices help the plugin generate realistic DimWt estimates matching FedEx’s surcharges.

Understanding DimWt is crucial for controlling shipping costs, especially for long or bulky items.

How does a shipping method “qualify for the product” in the PluginHive FedEx Shipping Plugin?

  1. Log into your FedEx account and simulate a shipment using the same package details (weight, size) and destination address to see which services are available for that shipment.
  2. Match the FedEx services returned by FedEx for that shipment. These are the services that “qualify” for your product.
  3. In the PluginHive FedEx plugin settings within WooCommerce, enable only those specific FedEx services that appear as valid for your product shipment from FedEx’s side.
  4. Disabling services that do not qualify helps avoid showing irrelevant or expensive shipping options at checkout.

How do the packaging method settings (weight-based vs dimensional weight) affect FedEx shipping rates in the PluginHive FedEx plugin?

  1. Use consistent packaging methods both in plugin settings and label generation.
  2. Avoid manual dimension entries if using weight-based packaging.
  3. Switch to dimensional weight packaging and provide accurate dimensions if FedEx charges dimensional weight for your shipments.

How do package dimensions affect FedEx rate calculation when using the weight-based packaging method?

  • The plugin calculates rates based on total package weight only.
  • Package dimensions are not considered for rate calculation.
  • When comparing rates on fedex.com, do not input package dimensions; only use ship-from/ship-to addresses and weight.
  • If package dimensions are required on FedEx.com, rates may differ due to this discrepancy in inputs.

How do I verify and configure the shipper and recipient addresses, package weights, and dimensions correctly in the PluginHive WooCommerce FedEx Shipping plugin?

  1. **Shipper Address**: Ensure your origin address in the plugin settings exactly matches your FedEx account’s registered address. This is usually set in the plugin’s general or settings tab.
  2. **Recipient Address**: Confirm that the customer’s shipping address is properly formatted and complete in WooCommerce orders. Missing data can cause inaccurate rate calculations.
  3. **Package Weight and Dimensions**:
  4. Always test by creating sample orders to verify that the correct values are passed during the rate requests.

How do I set up multiple boxes for FedEx shipments when an order contains products with different box sizes, and can I generate multiple shipping labels for these packages in PluginHive?

  1. In the PluginHive FedEx settings, navigate to **Settings > Packaging**.
  2. Set the **Packaging method** to **"Pack Items Individually"**. This instructs the system to create a separate package for each product and each quantity within the order, allowing multiple packages per order.
  3. After changing this setting, go to your WooCommerce orders page. If you have already generated shipping labels for the order, void those labels first to reset the packaging info.
  4. Click the **"Generate package"** button for the order. This will create multiple package entries as per your packaging method.
  5. You will then be able to generate individual labels for each package, which correspond to separate boxes like 1 of 2, 2 of 2, etc.

How do I regenerate packages for orders after changing packaging settings or product details?

  • After updating product weights, dimensions, or packaging options in plugin settings, open the respective order in your WooCommerce admin panel.
  • Use the plugin's "Re-generate package" feature available for that order.
  • This action ensures the plugin automatically selects the correct package configuration based on current settings before generating shipping labels.

How do I properly set up weight for shipments using dry ice with the PluginHive FedEx shipping plugin, especially when shipping products like ice cream that require dry ice?

To correctly configure weights when shipping with dry ice using the PluginHive FedEx shipping plugin, follow these steps:

  • In the plugin settings, navigate to the **Special Services** section.
  • Enable the **Ship Dry Ice** feature to allow the inclusion of dry ice weight in shipments.
  • On the product edit page (e.g., your ice cream product), enter the combined weight of the product plus the dry ice.
  • For example, if your ice cream weighs 5 lb and you use 10 lb of dry ice, set the product weight to **15 lb** (5 lb + 10 lb).
  • In the **FedEx Shipping Details** section of the product, input the specific dry ice weight (e.g., 10 lb).
  • This ensures the dry ice is accounted for correctly in the label and shipping manifest as a special service.

4. **Result:** – The shipping label will reflect both the total weight (product + dry ice) and dry ice as a special shipping service, meeting FedEx requirements for hazardous materials.

For further detailed guidance and screenshots, refer to the PluginHive knowledge base article: https://www.pluginhive.com/knowledge-base/add-dry-ice-weight-to-woocommerce-fedex-shipments/

How do I properly enable or disable volumetric weight calculation in the PluginHive FedEx shipping plugin?

To enable or disable volumetric weight calculation:

  1. Access the WooCommerce admin dashboard.
  2. Navigate to the PluginHive FedEx plugin settings.
  3. Select the "Packaging" tab.
  4. Locate the checkbox labeled "Volumetric Weight."
  5. Check the box to enable volumetric weight calculation, which uses product dimensions to calculate shipping weight.
  6. Uncheck the box to disable it, so the plugin uses only the actual product weight.
  7. Save changes.
  8. Test shipping rates on the cart or checkout to verify behavior.

Use volumetric weight calculation only when accurate product dimensions are provided, and you want shipping rates reflecting package volume. Disable it if dimensions are inaccurate or you want to rely solely on weight.

How do I properly enable and configure custom packaging boxes in the PluginHive FedEx plugin?

  1. In WordPress admin, go to **WooCommerce > Settings > Shipping > FedEx Plugin > Packaging tab**.
  2. To add a new box, enter a **box name**, specify accurate **length**, **width**, **height**, and set the **maximum weight** the box can handle.
  3. Ensure you **check (enable)** the boxes you want the plugin to consider for packing.
  4. Save the changes.
  5. Once enabled, the plugin will select the most efficient box based on your order’s total product dimensions and weight, allowing multiple items to be packed into single shipments with one label.

How do I proceed with purchasing and starting the customization for setting a maximum quantity of products per box in PluginHive?

To start the customization, you need to purchase the Popular Package for $500 through the following link:

Customization & Consultation for PluginHive WooCommerce Plugins
After completing the purchase, provide PluginHive with your purchase order number to confirm the transaction. Note that the purchase is non-refundable. Once confirmed, PluginHive will initiate the development process.

How do I proceed with purchasing and setting up the custom addon to integrate dynamic product dimensions and weights from CPO Builder with PluginHive’s FedEx, USPS, and TForce WooCommerce shipping plugins?

  1. Purchase the required custom development packages from PluginHive by selecting one Advance package and one Popular package at this link: https://www.pluginhive.com/product/customization-for-pluginhive-woocommerce-plugins/
  2. After completing the purchase, provide PluginHive with:
  3. Once access credentials are shared, PluginHive’s technical team will begin testing and integrating the custom addon to enable dynamic dimension and weight handling for FedEx, USPS, and TForce shipping calculations based on CPO Builder inputs.
  4. Maintain communication with PluginHive during development for any clarifications or additional configurations required.

How do I proceed if the PluginHive FedEx Shipping plugin does not meet my packing and shipping requirements despite collaboration and troubleshooting?

If after all configuration, algorithm adjustments, and support interactions the plugin cannot fulfill your packing needs:

1. Clearly communicate your dissatisfaction and unresolved issues to PluginHive support.

2. Request a refund respectfully, as PluginHive has acknowledged such circumstances warrant refunds.

3. Meanwhile, consider alternative shipping plugins or custom solutions that allow more customizable packaging logic aligned with your business.

4. Retain documentation of your troubleshooting attempts and communication for record-keeping.

5. Evaluate your shipping strategy—manual packing overrides, integrated carrier APIs, or third-party fulfillment services may better address your requirements.

This ensures you invest in a solution that accurately reflects your packing and shipping practices without incurring undue costs or operational complexity.

These FAQs comprehensively explain why PluginHive’s current packaging algorithm leads to oversized box selections and higher shipping costs, what mitigation options exist through box configuration and alternative algorithms, how to collaborate with support effectively, and what recourse is available when plugin limitations persist.

How do I map the weight field if I have a corresponding weight field in a CPO plugin?

  1. Locate the exact custom field key or identifier used by the CPO plugin for weight.
  2. Enter this key in the "Weight Mapping" field of the PH WooCommerce Shipping for Custom Product Fields addon settings.
  3. Save settings to ensure the addon pulls weight data dynamically during the cart and checkout process.

How do I find and send screenshots for configuring packaging in PluginHive to support troubleshooting?

  1. Log in to your WordPress Admin Dashboard.
  2. Navigate to **FedEx Shipping > Settings > Packaging**.
  3. Take a full screenshot of the entire packaging configuration page including all defined box types, their weight and dimension limits, and any other relevant options.
  4. Highlight the box that is currently being selected incorrectly and the box you expect it to select.
  5. Additionally, gather product weight and dimension details from the WooCommerce product edit page for reference.
  6. Attach these screenshots when requesting support to enable effective diagnosis of packaging issues.

How do I ensure accurate FedEx shipping rates when using multiple quantities of a product, especially if rates appear excessively high?

  1. Enter the **bare item weight and dimensions** in the product settings, not the weight and size of the packaging box. Inputting the box’s dimensions inflates the shipping calculations, especially when multiple quantities are purchased.
  2. Verify that the plugin’s packaging configuration correctly reflects how items are packed and shipped—whether as individual boxes or combined packages—since this affects rate calculation.
  3. For multi-quantity orders, check if the plugin aggregates weights and dimensions properly or multiplies by quantity incorrectly. Adjust settings or packaging rules accordingly.
  4. Use the latest PluginHive FedEx Shipping plugin version to ensure all packaging and rate calculation logic is up to date.
  5. Test rates with single and multiple quantities after adjustments to verify if the quotes align closer to actual FedEx rates.
  6. If discrepancies persist, provide product links, FedEx account credentials, and actual product weight/dimension details to support for detailed package rate analysis.

How do I enable custom packaging boxes in the PluginHive FedEx plugin, and why is this important for shipping options?

  1. Go to **WooCommerce > Settings > Shipping > FedEx Plugin > Packaging tab** in your WordPress admin dashboard.
  2. Uncheck or disable all predefined FedEx boxes like Small Box, Medium Box, etc.
  3. Add custom packaging by entering your box name, precise dimensions (length, width, height), and maximum allowable weight under the "Your Packaging" section.
  4. Save the changes.
  5. Ensure these custom boxes are checked/enabled so the plugin can use them for packing.

How do I enable and configure packaging boxes in the PluginHive FedEx plugin so that it packs multiple items into a single shipment box?

To enable and configure packaging boxes in the PluginHive FedEx plugin:

  1. In your WordPress admin dashboard, go to **WooCommerce > Settings > Shipping > FedEx Plugin > Packaging tab**.
  2. Locate the list of custom boxes you have added (with their names, dimensions, and weight limits).
  3. Make sure the checkboxes next to these boxes are **checked/enabled** — this tells the plugin to consider these boxes for packing.
  4. If you do not have boxes added, create custom boxes by entering box name, dimensions (length, width, height), and maximum weight.
  5. Save your changes.
  6. When processing orders, the plugin will select the most efficient box based on product dimensions and quantities, allowing multiple items to be shipped in a single package and a single shipping label to be generated.

If no boxes are enabled, the plugin defaults to packing each item separately, producing multiple labels.

How do I configure packing boxes in PluginHive's FedEx shipping plugin to handle different products with various sizes, including oversized and small items?

  1. Access the plugin settings for the FedEx shipping plugin in your WooCommerce admin area.
  2. Navigate to the section labeled for packaging or boxes configuration.
  3. Define custom boxes by specifying box dimensions (length, width, height) and maximum weight limits.
  4. Add multiple box types to cover all product size ranges, for example, smaller boxes for compact items and larger boxes for oversized products.
  5. Save the configurations; the plugin will use these boxes to calculate the most suitable packing for each order based on product weights and dimensions.

How do I configure packaging settings to use multi-package shipments in the PluginHive WooCommerce FedEx Shipping plugin?

  1. Go to the FedEx Shipping plugin settings in your WooCommerce admin panel.
  2. Locate the parcel packing options, where you will find three packing methods: Individual Item Packing, Weight-Based Packing, and Box Packing.
  3. Choose "Box Packing" or "Weight-Based Packing" to split orders into multiple packages according to your product dimensions, weight, or quantity.
  4. Define the weight and dimensions for each product where applicable to ensure accurate package splitting.
  5. Save the settings. When processing orders, the plugin will automatically generate multiple packages and corresponding shipping labels based on these configurations.

How do I configure and assign custom boxes for products when using the "Pack into boxes with weight and dimensions" packaging method in PluginHive?

  1. Enable the packaging method "Pack into boxes with weight and dimensions" in PluginHive plugin settings.
  2. Define custom boxes with accurate dimensions and weight limits in the plugin’s custom box configuration area. These boxes represent the physical containers used for shipping.
  3. On the product page in WooCommerce, ensure that both the product weight and product dimensions (length, width, height) are specified.
  4. Assign the correct custom box to the product by selecting from the dropdown list of defined boxes in the packaging options. This links the product to a specific box for shipping calculations.
  5. When the product is added to the cart, the plugin uses the assigned box dimensions along with weight to calculate shipping rates, prioritizing freight LTL services for large packages.

How can users verify if volumetric weight is being correctly applied in shipping rate calculations with PluginHive WooCommerce FedEx plugin?

To verify volumetric weight calculations:

  1. Place test orders on your WooCommerce store with products packed in your custom boxes.
  2. Check the debug details or shipping label generated to see the weight and dimensions sent to FedEx.
  3. Compare the shipping rates returned by the plugin with those obtained by entering the same box dimensions and actual weights at fedex.com.
  4. On fedex.com, input actual package dimensions and weights only—do not input volumetric weight manually—since FedEx calculates volumetric weight automatically.
  5. If rates do not match, check plugin settings for packing method and box configuration.

If discrepancies persist, share order details with PluginHive support for further troubleshooting.

How can the "Pack into Boxes" option be used in the PluginHive WooCommerce FedEx plugin to better handle shipments with multiple custom boxes?

The “Pack into Boxes” packing method allows you to configure multiple custom boxes along with their respective dimensions and maximum weights. When enabled:

  1. Enter each custom box’s dimensions and maximum allowed weight in the plugin settings.
  2. The plugin simulates packing of products into these boxes based on volume and weight constraints.
  3. The FedEx API receives the box dimensions from the plugin and calculates volumetric weight and rates accordingly.
  4. This approach enables more accurate rate calculations for shipments packed into varying custom boxes, as opposed to the single maximum weight setting in the weight-based packing method.

Use this option to align shipping rates closer to real packaging used rather than relying solely on weight.

How can switching the packing algorithm options in PluginHive FedEx Shipping plugin improve shipping rate accuracy and reduce oversized box surcharges?

  1. **"Volume-Based Packing"** focuses on volume alone, often resulting in artificially long boxes and oversized packages causing high dimensional weight fees.
  2. **"Volume used * Item Count"** promotes splitting shipments into multiple smaller boxes rather than a single large one, which can reduce oversize fees and more closely mimic practical packing.
  3. **"Weight-based packing with volumetric weight enabled"** calculates dimensional weight by comparing product dimensions versus actual weight, choosing the greater value to ensure accurate rate calculation, particularly for oversized or heavy items.
  4. Switching from Volume-Based Packing to one of these alternatives can produce more realistic package dimensioning, lower oversize surcharges, and thus reduced shipping costs.
  5. This change is done in the plugin settings under packing algorithm options.
  6. After switching, test shipping quotes across different product quantities to verify improvements.
  7. If issues persist, tune your box configurations or provide details to PluginHive support for personalized assistance.

How can I verify where the plugin is determining the selected box during order processing?

To identify where box selections occur:

  1. Check shipping labels generated by the plugin during order fulfillment; these labels display the box dimensions being used.
  2. Review plugin-generated packing slips or packaging details in the order overview in your WooCommerce admin.
  3. Test the cart/checkout page by entering test orders and observing the shipping rates and box selections applied.
  4. Use plugin logs or debug modes, if available, to track how the plugin computes box fitting for specific orders.

Understanding these points helps verify and troubleshoot how the plugin assigns packaging boxes.

How can I verify that my product is packed inside the configured custom box using PluginHive?

  1. Ensure the custom box has complete outer and inner dimensions configured in the plugin settings.
  2. From the WooCommerce dashboard, open the order where you want to test packaging.
  3. Click the "Regenerate Package" button on the order edit page to update packaging calculations according to your product dimensions and set boxes.
  4. Review the packaging info displayed after regeneration; it should indicate the selected custom box being used.
  5. If available, check any packaging or shipment preview you can generate to visually confirm the box selection.
  6. Optionally, perform a test order with similar product dimensions to ensure packaging is applied correctly before actual shipments.

How can I verify if FedEx services are available for a particular ShipFrom and ShipTo address using PluginHive?

  1. Enable debug logging in PluginHive settings to capture the full API request and response.
  2. Place a test order on the frontend using the exact ShipFrom and ShipTo addresses intended.
  3. Check the debug logs for FedEx API request payload, focusing on origin, destination, weight, and package type.
  4. Confirm the FedEx API response includes available services or any error messages.
  5. Separately, log into your FedEx online account and manually enter the same shipment details in FedEx rate calculators.
  6. If FedEx shows no services there either, the issue lies outside PluginHive—check FedEx account settings, region restrictions, or shipment parameters.
  7. If FedEx online shows rates but PluginHive does not, contact PluginHive support with debug logs for further troubleshooting.

How can I use the new buffering and dimension adjustment options added in PH WooCommerce Shipping for Custom Product Fields addon version 1.0.1?

  1. You can add fixed increments (buffer) of inches to the customer-selected dimensions (length, width, height). For example, add +2 inches to each dimension.
  2. Alternatively, you can override customer-entered dimensions by defining fixed length, width, and height values that apply to all products.
  3. These settings are configured at the global addon level under its settings page.
  4. Once set, these adjusted or fixed dimensions will be used for package calculations and shipping rate estimates automatically.
  5. This allows you to standardize or pad dimensional measurements to improve accuracy of shipping costs.

How can I troubleshoot when an order prints the wrong number of shipment labels or uses the incorrect box size, but I cannot provide FTP access to the support team?

  1. Request FTP credentials from your hosting provider or site administrator to enable support to diagnose and clear the order data causing the problem.
  2. Alternatively, check if the issue affects other orders by identifying affected order numbers and reporting those to support; they may be able to provide guidance based on additional data.

How can I troubleshoot and resolve issues where FedEx shipping services are not showing correctly for Canadian shipments, such as FedEx Envelope service not available due to weight restrictions and incorrect shipping service options like Express Saver not appearing?

  1. Verify the product weight and packaging constraints: FedEx Envelope service for Canada has a maximum weight limit of 1 lb, so a product of 1.2 lbs will not be eligible for this service. Adjust packaging or service accordingly.
  2. Check live service availability directly on FedEx.com for the exact shipment address and package details to confirm whether FedEx offers the desired service (like Express Saver) for that shipment. PluginHive shows services based on this live FedEx API data.
  3. Ensure product settings in your WooCommerce store reflect the accurate weight and shipping configurations that comply with FedEx requirements.
  4. If the plugin defaults to an unexpected service (e.g., Home Delivery instead of Express Saver), verify that the shipping address and product dimensions/weight match those that FedEx considers eligible for the selected services.
  5. If issues persist, provide detailed shipment address, product link, and order examples to support for further investigation. Live troubleshooting sessions (such as a Zoom call with screen sharing) can facilitate review of your setup and pinpoint configuration errors.

How can I test volumetric weight calculation setup in the PluginHive WooCommerce FedEx plugin to ensure it's configured correctly?

To verify your volumetric weight setup in the plugin, follow these steps:

  1. Enable the weight-based packing method and enter the maximum weight for your custom box in the plugin settings.
  2. Place a test order on your WooCommerce store using products that represent typical shipments.
  3. Note down the order number from this test order.
  4. Share the order number with the PluginHive support team or review the shipping label and rate calculations yourself.

How can I test and compare different packing algorithms in PluginHive to find the best fit for my shipping needs?

To find the most appropriate packing algorithm:

  1. Navigate to the plugin's packaging settings in your WooCommerce or platform admin.
  2. Identify the packing algorithm dropdown or selection menu.
  3. Test each algorithm in turn:
  1. For each setting, place test orders with varying product dimensions and quantities.
  2. Review the generated shipping labels and box selections for packing efficiency.
  3. Choose the algorithm that best balances box utilization and shipping cost for your product mix.

How can I switch the packing algorithm in PluginHive to solve incorrect box packing issues?

  1. Log in to your PluginHive shipping plugin configuration in your e-commerce admin panel.
  2. Navigate to the packaging or box settings section where packaging algorithms are set.
  3. Locate the current algorithm selection; initially set to "Volume based Packing."
  4. Change the packing algorithm to "Stack First Packing."
  5. Save the configuration and place a test order to verify the new packing behavior.

How can I set up multiple boxes for FedEx shipments in PluginHive when an order contains products with different box sizes, and generate multiple shipping labels accordingly?

  1. Go to PluginHive FedEx plugin settings under **Settings > Packaging**.
  2. Set the **Packaging Method** to **“Pack Items Individually”**. This setting instructs the plugin to create separate packages for each product and quantity, enabling multiple packages per order.
  3. If shipping labels were previously generated for the order, void those labels first to reset package info.
  4. From the WooCommerce Orders page, click the **“Generate package”** button for that order. This action creates separate package entries per your packaging configuration.
  5. Generate individual shipping labels for each package, which will be numbered accordingly (e.g., box 1 of 2, box 2 of 2).

How can I set default or fallback weight and dimensions for all products in the PluginHive FedEx Shipping plugin, so that these defaults apply automatically to products without specific measurements?

Currently, the PluginHive FedEx Shipping plugin does not have a built-in feature to set default or fallback weight and dimensions that automatically apply to products lacking specific values. The plugin uses the weight and dimension data entered on the individual WooCommerce product level, adhering to WooCommerce standards. Since there is no native option or available custom snippet to implement default package measurements, the only solution is to pursue a paid customization service offered by PluginHive. This bespoke service can tailor the plugin functionality to your specific needs, such as applying default dimensions and weight automatically. The customization packages start at $400. If interested, you should contact PluginHive support to discuss the scope and proceed with this customization.

How can I set default or fallback weight and dimensions for all products in the PluginHive FedEx Shipping plugin, especially for large catalogs where manually entering these values is not feasible?

The default PluginHive FedEx Shipping plugin does not include a built-in feature to automatically apply fallback weight and dimensions for all products. By default, the plugin uses weight and dimensions entered individually on WooCommerce products. To address this need, PluginHive provides a paid customization addon that enables setting default weight and dimensions which apply to all products without specific values. This addon supports both Simple and Variable products, ensuring consistent shipping calculations throughout the catalog. The process involves purchasing the customization package (priced at $100), after which the PluginHive team develops and delivers the addon typically within 10 business days. Once delivered, you install the addon ZIP file into WooCommerce, and it automatically applies your predefined default package measurements for products missing individual entries. For this customization, you need to contact PluginHive support, purchase the package, and provide your order number to begin development.

How can I select a package type like a FedEx Envelope in the PluginHive FedEx settings?

In the PluginHive FedEx plugin, there is no direct option on the edit order page to manually select a package type. Instead, the plugin automatically determines the most appropriate package based on the shipment details. To ensure the plugin uses a FedEx Envelope, configure "Envelope" as the packaging type in the box packaging column of your product or shipment settings. Additionally, note that FedEx Envelopes are supported only when using the FedEx One Rate shipping method.

How can I schedule a live Zoom meeting with PluginHive support to discuss and resolve issues related to FedEx shipping rates and package dimension calculations?

  1. Reach out to PluginHive support via email, expressing your readiness for a Zoom call and providing several available date/time options along with your timezone.
  2. PluginHive support will coordinate and confirm a mutually convenient meeting time and send you a Zoom meeting link.
  3. Ensure you have a microphone-enabled device ready, as audio communication is required during the session.
  4. Prepare relevant information ahead of the call such as rate comparison files, product and packaging details, Diagnostic Reports if available, and descriptions of your issues.
  5. Join the Zoom meeting at the scheduled time, be prepared to share your screen, and actively collaborate to diagnose and resolve your shipping rate and packaging concerns.
  6. If you miss the scheduled call, promptly inform support to reschedule with your updated availability.

How can I resolve the issue where the FedEx plugin requires me to specify package dimensions before generating a shipping label, even though I want to use weight-based packaging?

If the plugin forces you to enter package dimensions before label generation and you intend to use weight-based packaging, follow these steps:

  1. Verify that the "Packaging" method is set to "Weight Based Packaging" in the plugin settings under WooCommerce > FedEx Shipping > Packaging.
  2. Ensure that no manual override of package dimensions is performed at the time of label creation; allow the plugin to handle packaging calculations.
  3. If the system does not allow label creation without entering dimensions, this may be due to FedEx API requirements for dimensional data on certain shipments or an interface limitation.
  4. To further diagnose, provide a screencast (video recording) demonstrating the exact steps when attempting to generate the label. This will help the support team understand whether this behavior is a plugin limitation or a configuration issue.

Currently, the plugin requires dimensions if your shipment or FedEx service expects dimensional weight pricing. Proper packaging configuration and compliance with FedEx API expectations are essential.

**Note:** The user’s request for a screencast was acknowledged as needed for troubleshooting, but no further solution was provided yet, so that part is not included as a separate FAQ.

How can I resolve large differences in shipping rates when using the PluginHive FedEx plugin, specifically related to package dimension handling?

  1. Change the packaging method in the FedEx plugin settings from “Weight-based Packaging” to “Pack into Weight & Dimension.”
  2. Create and configure custom boxes within the plugin reflecting your actual packaging sizes—such as pallet boxes (e.g., 120x120x120 cm) or wheel boxes (e.g., 55x55x31 cm).
  3. After configuring these dimensions, the plugin will send correct parcel dimensions to FedEx, resulting in more accurate rate quotes closely matching your FedEx account.

How can I resolve discrepancies between FedEx shipping rates shown by the PluginHive plugin and the FedEx online calculator when using packaging dimensions?

  1. Review your current packaging method in the plugin. If it is set to “Box Packing” (which includes box dimensions), understand that FedEx’s calculator only calculates rates based on weight without dimension input.
  2. Test by switching the packaging method to “Weight Packing,” which sends only weight to FedEx, omitting dimensions. This approach better matches the FedEx calculator’s input and often results in similar rate outputs.
  3. Create and test a shipment using this configuration to verify rate alignment.
  4. If dimensions need to be considered for accuracy (e.g., freight shipments), keep “Box Packing” but be aware that online FedEx calculator rates may differ due to the lack of dimension input on their end.
  5. If rates still differ significantly or you require assistance, enable the plugin’s “Debug Mode” to capture API request/response logs and submit a diagnostic report to PluginHive support for detailed analysis.

How can I provide detailed and comprehensive information to PluginHive support to facilitate faster troubleshooting of FedEx shipping rate issues?

  1. URLs of affected products with shipping rate discrepancies.
  2. Exact bare product weights and dimensions as entered in WooCommerce.
  3. Configured shipping box details including dimensions, weight, and maximum quantities per box.
  4. Screenshots or screencasts demonstrating discrepancies in shipping charges between PluginHive plugin and manual FedEx rate lookups, across varying quantities.
  5. Diagnostic Reports generated from the plugin after enabling Debug Mode, including reference numbers.
  6. Descriptions of your packing methodology and any special handling instructions or exceptions.
  7. Order numbers or samples showing actual customer shipping charges versus plugin-derived quotes.
  8. Plugin version, WordPress version, and details on recent configuration changes or upgrades.

How can I propose an enhancement to the PluginHive FedEx Shipping plugin packaging algorithm that would better suit businesses like mine which do not package items by doubling length?

To propose packaging algorithm improvements:

  1. Provide detailed **use case descriptions** explaining how your business handles packing (e.g., never doubling product length but increasing width and height instead).
  2. Detail specific problems caused by current volume-based packing (such as inflated dimensions, AHS fees, lost customers).
  3. Suggest the desired behavior, e.g., **fixing box length to longest item, increasing width/height to handle multiple quantities, and splitting boxes based on max quantity per box length**.
  4. Share example orders demonstrating discrepancy between plugin and actual packing.
  5. Contact PluginHive via **support email** with this detailed feedback.
  6. Engage in follow-up communications for clarification or to test beta implementations.
  7. If urgent, request temporary workarounds or configuration suggestions.
  8. Understand that algorithm improvements require development time, and progress may be incremental.

By articulating your specific packing requirement clearly, you help PluginHive prioritize feature development that benefits diverse packaging needs.

How can I prevent the plugin from generating duplicate (or multiple) shipping labels after updating package dimensions and weight?

  1. Always update package dimensions and weight before initiating label generation. Avoid generating any label with pre-calculated or outdated package data.
  2. Inspect the order’s shipment history and clear any previously generated shipments related to that order to ensure only one active shipment record exists.
  3. Confirm that the plugin version you are using is updated (version 7.1.1 or higher), as some fixes related to shipment processing may help with such issues.
  4. Avoid creating additional packages within the same order unless multiple shipments are intended, as each package generates a separate label.
  5. If manual edits to package details are necessary, clear previous shipment records before regenerating labels.
  6. Monitor whether the process of updating package details triggers automatic label creation; if so, disable or modify that workflow to avoid duplicate labels.

How can I prepare effectively for a Zoom troubleshooting session with PluginHive support to discuss FedEx shipping and packing issues?

To maximize the productivity of your live support call:

  1. Prepare detailed data including:
  2. Have a reliable microphone and stable internet connection ready.
  3. Be prepared to share your **screen** and navigate your WordPress admin during the call.
  4. Have clear descriptions of issues and examples ready.
  5. Schedule the call at a convenient time without interruptions.
  6. Follow guidance during and after the session for troubleshooting or configuration changes.

Good preparation helps resolve complex shipping rate issues efficiently.

How can I perform effective troubleshooting to resolve FedEx shipping rate discrepancies in the PluginHive FedEx plugin?

  1. **Enable Debug Mode:** Activate detailed logging within the PluginHive FedEx plugin settings to capture API requests, responses, and errors.
  2. **Check Packaging Settings:** Verify packing method and max box weight to ensure the plugin aggregates packages as per your actual shipping practice.
  3. **Disable Conflicting Plugins/Code:** Deactivate all other plugins except WooCommerce and the FedEx plugin, and remove custom code snippets that may manipulate shipping costs.
  4. **Use Default Theme:** Switch to a default WooCommerce theme such as Storefront to avoid theme conflicts.
  5. **Match Exact Shipment Details:** Use the same ship-from and ship-to addresses, package weight, and dimensions for testing on fedex.com to validate rates.
  6. **Submit Diagnostic Reports:** Use the plugin’s Help & Support page to send detailed logs and reports to PluginHive’s support team for expert analysis.
  7. **Test on a Clean Staging Site:** Deploy the PluginHive FedEx plugin on an isolated test environment with minimal customization to isolate environment issues.

How can I manually override or better control packaging dimensions in the PluginHive FedEx Shipping plugin to avoid unrealistic oversized box charges?

To prevent inflated dimensional weight fees and unrealistic package sizes:

1. **Define Multiple Box Sizes Realistically:** – Configure all actual shipping boxes you use with correct length, width, height, and maximum quantity limits matching your packing practice.

2. **Set Maximum Quantity Per Box:** – Prevent the plugin from grouping too many items in one box that would cause oversize fees by limiting box quantity settings.

3. **Select Suitable Packing Algorithm:** – Use Stack First Packing if it provides better dimension distribution and reduces overly long boxes.

4. **Manually Set Package Dimensions (If Supported):** – Where possible, override automatic package generation by directly inputting realistic box sizes for certain products or shipments.

5. **Test and Adjust:** – Incrementally test shipping quotes at various quantities and adjust box settings to optimize cost.

6. **Consult PluginHive Support:** – For complex packing scenarios, sharing your box dimension rules and product configurations can enable tailored assistance.

Manual control over packaging parameters is key to aligning plugin calculations with your actual shipping methods and avoiding disproportionate shipping fees.

How can I manually control or override packaging box dimensions in the PluginHive FedEx Shipping plugin to avoid unrealistic and oversized box charges?

To better manage packaging dimensions and reduce excessive dimensional weight fees:

1. Define all actual shipping box sizes you physically use with precise length, width, height, and weight entries in plugin settings.

2. Set maximum quantity limits per box to prevent the plugin from grouping too many items and creating oversized dimensions.

3. Switch to packing algorithms (such as Stack First Packing) that optimize dimension distribution rather than simply summing lengths.

4. Where available, manually override automatic package dimension generation by specifying fixed box sizes for certain products or order types.

5. Test different configurations and monitor shipping quotes to find a setup that aligns closely with your actual packing methods.

6. Collaborate with PluginHive support for assistance tailoring box configurations for your specific packing needs.

Manual control over box parameters allows more precise shipping cost calculation and avoids unnecessary oversized surcharges.

How can I implement default product weight and dimensions in WooCommerce using PluginHive’s FedEx Shipping plugin if the products don’t have specific measurements?

PluginHive offers a custom-developed addon that allows setting default product weight and dimensions which are applied automatically to both Simple and Variable products when individual product values are missing. The addon is installed as a separate plugin alongside WooCommerce and PluginHive FedEx Shipping and works as follows:

  1. Purchase the customization package from PluginHive’s website.
  2. PluginHive develops and delivers the addon (typically within 10 business days).
  3. Install the provided Zip file for the addon on your WooCommerce site.
  4. Activate the addon, then configure your desired default weight and dimension values via the addon’s settings.
  5. Once enabled, any product without assigned weight or dimensions will inherit the default values set in the addon, ensuring consistent shipping calculations.

How can I handle the FedEx Envelope weight limit error for Canadian shipments in PluginHive without disrupting live shipping rates for customers?

Currently, to avoid the “FedEx Envelope cannot exceed the limit of 1.00 LB.” error for Canadian shipments, you must manually disable the “FedEx Envelope” packaging option in the PluginHive FedEx plugin settings before generating the shipping label for those orders. After successfully creating the label, re-enable the FedEx Envelope packaging option to preserve accurate live shipping rates for all customers at checkout. This workaround prevents label creation failure caused by the strict weight limit on FedEx Envelope service to Canada. However, be aware that temporarily disabling the option may affect rate display for customers during that time. To minimize disruptions, apply this method only at label creation time or explore packaging adjustments (using FedEx Pak or other valid packaging types) for your Canadian shipments over 1 lb. Currently, the plugin does not automatically switch packaging based on shipment destination or weight restrictions, so this manual step remains necessary.

How can I find out what package weight and dimensions the PluginHive FedEx plugin used when calculating shipping rates for an order?

You can determine the package details used by the plugin through Debug Mode, following these steps:

1. Enable Debug Mode in the PluginHive FedEx plugin settings (usually found under the General Tab).

2. Perform the shipping rate calculation or create a test order as usual.

3. Access the debug logs generated by the plugin (location depends on your WooCommerce or WordPress setup).

4. In the debug logs, look for entries showing which packaging box was selected, along with the corresponding weight and dimensions used for the shipping calculation.

This detailed information helps you verify whether the plugin’s packaging config aligns with your expectations and FedEx’s requirements. If you need assistance interpreting the logs, PluginHive support can guide you.

How can I exclude specific SKUs from being dynamically packed into certain custom boxes using PluginHive, and how would this packing logic work with multiple product and box combinations?

  1. Defining custom boxes exclusively (no standard FedEx boxes).
  2. Maintaining multiple custom box types (e.g., 4 types in your case).
  3. Excluding specific SKUs from being packed into designated custom boxes via an interface where SKUs can be assigned as exclusions per box (the same SKU can be excluded from multiple boxes if needed).
  4. Packing orders normally based on volume for multiple products, but when a product has an exclusion for a particular box, it will not be packed into that box. Instead, the product will be assigned to the next most appropriate box based on weight and dimensions.
  5. Handling mixed scenarios, e.g., if some SKUs are excluded from certain boxes, those exclusions guide the packing logic to avoid placing those SKUs in the restricted boxes while packing other products normally.

How can I ensure that each product variant or combination of products uses appropriate packaging in PluginHive, especially when dealing with multiple products in the cart?

  1. Enable the **Pre-pack** option on the individual product edit page in WooCommerce. This forces each product to be packed in its own box, using the product’s weight and dimensions for box selection.
  2. If multiple products are purchased, the plugin will then generate shipping labels based on each product’s individual packaging rather than combined packaging.
  3. Be aware that this approach works best when individual packaging is acceptable, but it may complicate shipping multiple items if they must ship together.

How can I enable debug mode in the PluginHive FedEx plugin to inspect shipping calculations?

To enable Debug Mode in the PluginHive FedEx plugin and view detailed shipping calculation info, follow these steps:

1. Log in to your WordPress admin dashboard.

2. Navigate to the PluginHive FedEx Shipping plugin settings.

3. Find the “General” tab or the equivalent section in the settings panel.

4. Locate the “Debug Mode” option and enable it (checkbox or toggle).

5. Save the plugin settings.

6. After enabling debug mode, proceed to generate shipping rates by placing test orders or viewing the cart.

7. Examine the debug logs or debug output (usually in WooCommerce logs or plugin-specific logs) to see detailed data such as selected packaging box, weight, dimensions, and rate request details.

This data is essential for troubleshooting rate mismatches or configuration issues.

How can I enable automatic package generation in the PluginHive FedEx plugin so that packages are created as soon as an order is placed?

  1. Log into your WordPress admin dashboard.
  2. Navigate to **WooCommerce > Settings > Shipping > PluginHive FedEx Plugin > Label Generation tab**.
  3. Enable the **"Generate Packages Automatically"** option.
  4. Go to the **Packaging tab** of the plugin settings.
  5. Select the packaging method **"Pack into Boxes"** instead of weight-based or individual packing.
  6. Ensure that the required custom boxes are created and enabled (checked) under the Packaging tab.
  7. Save all settings.

Once enabled, packages will be generated automatically when an order is placed, and the package dimensions will be attached to the order for shipment creation.

How can I enable and configure custom packaging boxes in the PluginHive FedEx plugin so packages and labels are generated properly?

  1. Open the WordPress admin area.
  2. Navigate to **WooCommerce > Settings > Shipping > FedEx Plugin > Packaging tab**.
  3. If predefined FedEx boxes are enabled (e.g., FedEx Small Box, Medium Box), uncheck or disable all of them to avoid packaging restrictions.
  4. Under the **Your Packaging** section, add new custom boxes by specifying:
  5. Ensure the boxes you want the plugin to use are checked/enabled.
  6. Save the changes.

This setup allows the plugin to calculate packing based on your custom boxes, enabling multiple items to be shipped together with a single label and increasing available shipping options like FedEx Ground.

How can I disable all FedEx email notifications except the one for when a package is delivered using the PluginHive plugin?

The PluginHive WooCommerce FedEx shipping plugin supports all email notifications provided by FedEx, which are managed through the Label Generation settings in the plugin. However, it does not currently allow selective enabling or disabling of specific notification types. This means you cannot configure the plugin to receive only delivery confirmation emails while disabling emails for pending shipments or in-transit updates. You can either enable all email notifications or disable them entirely, but selecting individual FedEx email notifications (such as only delivery alerts) is not supported by the plugin at this time.

How can I create shipments in the PluginHive WooCommerce FedEx shipping plugin to test rate calculations and label generation using different packing methods (e.g., Weight Packing vs. Box Packing)?

  1. Log in to your WooCommerce admin dashboard.
  2. Navigate to the PluginHive FedEx shipping plugin interface.
  3. Configure the packing method under your shipping settings, selecting either "Box Packing" or "Weight Packing" as appropriate.
  4. For "Box Packing," provide box dimensions to include in the shipment details. For "Weight Packing," input total weight without dimensions.
  5. Create a live shipment specifying shipment origin and destination.
  6. Request rates and generate the shipping label through the plugin.
  7. Review returned rates and validate that label information reflects the chosen packing method.

How can I confirm if the correct shipment details are being sent from PluginHive to FedEx to diagnose rate discrepancies?

To confirm the shipment details being sent:

  1. Review your PluginHive FedEx plugin settings for the following parameters:
  2. If dimensions are not being passed, consider enabling **Weight-based packaging** in the plugin settings.
  3. Compare these details with what you enter on FedEx.com rate calculator.
  4. Use FedEx plugin’s **Debug Mode** to log outgoing requests and inspect the actual data sent to FedEx APIs.
  5. Share this information and any FedEx.com rate screenshots with support for detailed comparison.

How can I configure the PluginHive shipping plugin to pack orders with multiple small boxes instead of one large box when I have defined both large and smaller box sizes?

  1. Go to your shipping plugin settings in WooCommerce.
  2. Locate the Parcel Packing Method settings.
  3. Set the Packing Algorithm option to **"Based on Volume Used * item Count"**.
  4. Save the changes.
  5. For existing orders, go to the order details and select **"Re-generate the Package"** to apply the new packing logic.

How can I configure the PluginHive FedEx plugin to ship multiple products together in a single box when their combined size fits one box?

  1. Go to Plugin Settings → Packaging in your PluginHive dashboard.
  2. Locate the "Parcel Packing Method" option.
  3. Select either "Weight-Based Packing" or "Pack into Boxes with Weight and Dimensions." These methods allow the plugin to automatically calculate the best fit for multiple products within one box based on their combined weight and dimensions.
  4. Alternatively, use the "Box Packaging" method by accurately defining custom boxes that can fit the combined size of your products. Configure these custom box dimensions precisely to ensure the plugin selects the appropriate box.
  5. For detailed guidance, refer to the article on setting up boxes here: https://www.pluginhive.com/knowledge-base/setting-woocommerce-fedex-shipping-plugin/#FedEx_Boxes

How can I configure the PluginHive FedEx plugin to calculate shipping rates including product dimensions?

  1. Change the packaging method in the plugin settings from “weight only” to “Box Packaging.”
  2. Ensure each product listing in your store has both weight and accurate dimensions (length, width, height) specified.
  3. The plugin will then use these dimensions along with weight to request accurate FedEx shipping rates.
  4. Save settings and verify rates during checkout reflect both weight and dimensional inputs.

How can I configure the plugin to sum up shipping costs for each item without summing their measurements, while still using the "Pack into boxes with weights and measurements" option?

Currently, the "Pack into boxes with weights and measurements" option calculates rates based on combined package dimensions and weight, which may result in higher shipping costs. If you want shipping costs to be calculated by summing individual items’ costs separately, use the "Pack Items Individually" packaging method instead. This accurately reflects the sum of shipping charges per product, avoiding inflated costs from combined package calculations.

How can I configure the FedEx WooCommerce Plugin by PluginHive to automatically generate multiple shipping labels when an order needs to be shipped in multiple packages?

To automate the generation of multiple FedEx shipping labels for multi-package orders using the PluginHive FedEx WooCommerce plugin, follow these guidelines:

  • Navigate to the PluginHive FedEx plugin settings in your WooCommerce admin dashboard.
  • Go to the **Packaging** tab.
  • Define your box types with accurate dimensions and maximum weight limits. For example, if you have 5 packages each weighing 4 kg with dimensions 397x342x170 mm, create a box profile with these specifications.
  • If you have multiple box types, add each one separately to allow the plugin to select the appropriate box based on the items’ weight and size in the cart.
  • Enable the option for **Automatic Label Generation** or print shipping labels manually.
  • The plugin calculates the number of packages by splitting the total order weight and items according to the configured box sizes and weights.
  • It will then generate one shipping label per package automatically.
  • Ensure that your items’ weights and dimensions are accurately entered in WooCommerce product settings, as the plugin uses this data to determine packaging.
  • Choose the correct packaging method (box, envelope, or custom parcel) based on your shipping needs.
  • If multiple labels are not generating as expected, verify all packaging settings for accuracy.
  • Confirm that the total order weight logically splits into the configured box weights.
  • Review plugin logs or error messages if available.
  • If necessary, share screenshots or videos of your packaging settings and label generation process to get targeted support.

Following the above steps ensures that the plugin automatically creates separate FedEx shipping labels for each package when an order ships in multiple boxes.

How can I configure the FedEx plugin to use product/package dimensions for shipping rate calculation instead of only product weight?

  1. Go to the FedEx plugin settings in your WooCommerce admin dashboard.
  2. Locate the **Packaging Method** option.
  3. Change the packaging method from "Weight Based Packing" to either:
  4. If you choose "Box Packing," configure the box sizes with correct dimensions and weight limits in the plugin settings.
  5. Save the settings, clear any caches, and test the shipping rates on the cart and checkout pages to verify the updated rates reflect the package dimensions.

How can I configure the FedEx plugin to handle stacking or specific placement requirements for products in boxes?

  1. Go to FedEx Shipping → Settings → Packaging in your admin dashboard.
  2. Locate the packing algorithm option and select "Stack First packing."
  3. Save the settings and test the packing behavior again.

How can I configure the FedEx plugin to handle orders with both small parcel shipments and full pallet shipments?

  • For smaller orders (e.g., individual bags), the plugin will create small parcel shipments if the combined package fits within small box dimensions and weight limits.
  • For full pallet orders (e.g., 40 bags on a pallet), configure a large box or pallet in plugin settings with accurate dimensions and box weight reflecting your pallet size. The plugin will group such large orders into this pallet box and calculate freight rates accordingly.

How can I configure shipping rates in the WooCommerce FedEx shipping plugin to pack multiple banners into a single box for cost-efficient shipping?

  1. In the plugin settings, navigate to the **Packaging** section.
  2. Enable the option **"Pack into boxes with weight and dimensions"**.
  3. Set the **packing algorithm** to **"Based on volume used * item count"**. This algorithm attempts to fit your products into the boxes you have defined:
  4. Ensure you have defined accurate box dimensions and weights to maximize packing efficiency.

How can I configure packaging settings in the PluginHive FedEx plugin to prevent shipping costs from multiplying by item quantity?

  1. Navigate to the FedEx plugin settings in your WooCommerce admin panel.
  2. Go to the "Packaging" section.
  3. Check the “Packaging method” setting. Avoid selecting "Pack items individually" if you want combined shipping rates.
  4. Choose "Weight-based Packing" or "Pack into Box" as the packaging method.
  5. If you select "Pack into Box," ensure you have added the box dimensions and weights accurately for all the boxes you use.
  6. Provide the "Inner Dimensions" for each box; this is essential so the plugin knows how products fit inside the boxes. Without inner dimensions, the plugin treats each item as separate, leading to multiplied shipping costs.
  7. Save the settings and test by adding multiple quantities of a product to the cart. Shipping rates should now reflect the cost of shipping all items in one box.

How can I configure multiple products ordered together to be packed in the same box when generating FedEx shipping labels in PluginHive?

  1. Access the plugin’s packaging settings and define the box sizes or package types matching your actual packing methodology.
  2. Enable or configure the packing logic to allow combining products into one box based on cumulative weights and dimensions.
  3. Remove any default FedEx box selections if they limit your packing options.
  4. Test shipment label generation with different product combinations to ensure the system correctly consolidates them into one package.
  5. Consult the packaging setup guide here for detailed instructions: https://www.pluginhive.com/knowledge-base/setting-woocommerce-fedex-shipping-plugin/#fedex_packing_settings

How can I configure flexible packing methods such as multiple parcel packing and weight & volume-based packing in the WooCommerce PluginHive shipping plugin?

  1. Go to your WordPress dashboard and navigate to the PluginHive shipping plugin settings.
  2. Click on the "Packaging" tab within the plugin settings.
  3. Here, you can select how items should be packed for shipment:
  4. Additionally, enable weight and volume-based packing to optimize shipping rates by considering both product weight and dimensions. This helps reduce shipping costs by better packaging optimization.

How can I configure all items to be non-stackable in the PluginHive FedEx plugin so shipments are not stacked on pallets?

To mark all boxes or pallets as non-stackable within the PluginHive FedEx plugin, follow these steps:

1. Navigate to the plugin’s Packaging settings.

2. Select the packaging method named **"Volume Based Packaging"** (instead of methods that enable stacking).

3. This packaging method treats every box or pallet as non-stackable, preventing the plugin from stacking multiple shipments on top of each other.

4. Ensure this setting is applied globally or per shipment type as needed.

By using the Volume Based Packaging method, the plugin communicates to FedEx that shipments should be transported as non-stackable units, aligning with your requirement.

How can I combine multiple items into one larger package (e.g., multiple crates stacked and banded) using the PluginHive FedEx shipping plugin so that shipping rates reflect the combined package size rather than individual packages?

To combine multiple items into a single larger package in the PluginHive FedEx plugin and have shipping calculations reflect the combined dimensions:

1. Understand that the plugin’s default “Pack into Boxes” method tries to fit items into predefined boxes based on individual product dimensions and weight.

2. If you physically stack items (e.g., 4 crates each 32"x32"x8.5") into one combined package such as 32"x32"x36", you must configure this combined packaging explicitly in the plugin’s box settings.

3. Make sure your defined custom box accounts correctly for the combined dimensions and total weight of all items together (e.g., 32"x32"x36" box for 4 crates stacked).

4. Note that combining items into one package purely by dimensional stacking must fit the physical limits of the package; the total dimensions and weight must be valid and feasible.

5. Alternatively, you can switch the packaging calculation method from “Pack into Boxes” to “Weight-Based Packaging” in the plugin settings. This method calculates shipping solely based on total shipment weight rather than trying to optimize package dimensions, which can simplify rate calculations when stacking is done manually.

6. Refer to the PluginHive knowledge base article on packaging methods for detailed configuration guidance: https://www.pluginhive.com/knowledge-base/setting-woocommerce-fedex-shipping-plugin/#fedex_packing_settings

By properly configuring either the correct custom box for combined packages or switching to weight-based packaging, the plugin can generate shipping labels and rates that accurately reflect your banded shipments.

How can I add pallet sizes and dimensions to the FedEx plugin on my site, and how are products assigned to a pallet?

  1. Navigate to the FedEx plugin's "Packaging" section in your site admin panel.
  2. Add pallet sizes by creating new box entries with the correct inner dimensions and weights representing your pallet sizes. This involves specifying length, width, height, and weight of each pallet or box configuration you use.
  3. Set the Packaging Method to "Pack into Boxes" to enable the plugin to use these box definitions.
  4. Products are assigned to pallets automatically based on the selected "Packing Algorithm." For example, with the default “volume-based packing” algorithm, the plugin calculates the volume of each individual product and sums them to get the total product volume.
  5. It then evaluates the volume of each configured box or pallet from the inner dimensions provided.
  6. The plugin selects the box or pallet that fits the total product volume most efficiently, aiming to maximize box occupancy while considering volume constraints.
  7. This automatic packing means you do not manually assign specific products to pallets; instead, the plugin optimizes the packing based on product sizes and pallet dimensions configured.

This approach ensures that orders fitting small boxes receive small parcel rates, while larger orders that exceed small box volumes get assigned to pallets and calculate freight rates accordingly.

How can defining efficient box sizes and setting correct max weights improve FedEx shipping options and pricing in PluginHive?

Defining efficient box sizes and applying accurate max weight limits is key to ensuring precise shipping quotes because:

  1. The plugin uses box definitions to simulate packing the order.
  2. If box sizes are too small or max weights too low, the plugin may split the shipment into multiple boxes, leading to higher combined shipping costs.
  3. Properly defined box sizes ensure all items fit into a single box where possible, triggering FedEx API to return rates for one shipment instead of multiple.
  4. Correct max weight limits allow the plugin to use suitable FedEx packaging types (e.g., Medium FedEx box) rather than splitting the shipment unnecessarily.
  5. Adjust your packaging configuration to resemble your actual boxes (dimensions and weight limits).
  6. After adjustments, test by adding multiple items to cart and verifying that the plugin offers Ground/Home Delivery options with reasonable shipping rates.

This approach optimizes postage costs and ensures correct delivery options are presented at checkout.

Has the packaging algorithm in the PluginHive FedEx Shipping plugin changed recently affecting box selection and shipping rate calculations?

According to PluginHive support and changelog:

1. The core packaging and volume-based box selection algorithm has remained consistent over time with **no recent changes**.

2. Box selection still relies on total order volume fitting into a configured box, without dimension reshaping.

3. Problems arise from inherent algorithm design and box configuration rather than version changes.

4. If you experience new issues, check plugin version updates but expect similar packing logic to apply.

Therefore, the plugin’s current packaging approach is stable, and observed issues result from algorithm limitations, box configurations, or product data rather than new modifications.

Does weight factor into the shipping price calculation in PluginHive’s shipping plugins, and if so, how is it used?

  1. **Actual Weight:** This is the product’s physical weight set in WooCommerce product settings or captured dynamically if using Uni CPO products. It plays a significant role in determining shipping rates.
  2. **Dimensional Weight:** All carriers calculate dimensional weight based on package dimensions (length, width, height). If the dimensional weight exceeds the actual weight, the dimensional weight value is used for pricing.
  3. **For Uni CPO Products:** Since these often do not have predefined static weight, PluginHive’s custom solution dynamically calculates the dimensional weight at the time the product is added to the cart and treats it as the product weight.
  4. **Packaging Considerations:** The weight and dimensions (actual or dimensional) inform packaging methods, which affect final shipping rates.
  5. **Manual Adjustment:** During shipment creation on the WooCommerce order edit page, users can manually modify package weight and dimensions to accurately reflect packaging before generating shipping labels.

Does the PluginHive team provide support or updates during the addon development for default weight and dimensions?

Yes, PluginHive provides status updates and maintains communication throughout the addon development process. They inform the customer when the addon enters QA testing and confirm estimated delivery dates. After delivery, they respond promptly to installation queries or support requests related to the addon’s functionality. This ensures a smooth implementation experience and quick resolution of any related issues.

Does the PluginHive shipping plugin connect to FedEx and use product dimensions to calculate shipping costs?

Yes, the PluginHive shipping plugin integrates directly with FedEx and uses product parameters such as height, width, length, and weight to calculate real-time shipping rates accurately. To ensure correct rate calculation, configure these dimensions and weight correctly in your product settings. The plugin sends these details to FedEx, which then returns the appropriate shipping cost based on the actual product size and weight.

Does the PluginHive FedEx shipping plugin calculate shipping rates if product weights are not assigned but dimensions are entered on the product page and added to the cart?

  1. Ensure you have updated the FedEx plugin to the latest version, at least Version 7.1.1, which supports dynamic dimension and weight handling from custom product fields such as those provided by Uni CPO Builder.
  2. Confirm that product dimensions are correctly set and captured at the time the product is added to the cart since the plugin calculates shipping based on dimensions and/or weight available at checkout.
  3. Use the PH WooCommerce Shipping for Custom Product Fields addon to map the dynamic fields if weights are not explicitly assigned, enabling the plugin to compute dimensional weight automatically from the dimensions provided.
  4. Test this setup in a staging environment to verify that shipping rates are calculated correctly using dimensional weight in lieu of assigned product weight.

Does the plugin calculate shipping costs based on weight and box size?

Yes, the plugin supports the Box Packaging method, which calculates shipping costs dynamically based on the total weight and dimensions of the boxes used for packaging. This ensures more accurate shipping fees according to package size and weight.

Does the FedEx Shipping plugin automatically select the correct shipping box based on the quantity ordered for Mix and Match products, or is there a specific setting required?

If you have configured the correct custom boxes with accurate product dimensions and weight limits in the Packaging Settings, the FedEx Shipping plugin will automatically select the most appropriate box based on the products and quantities in the order. No additional or special settings are needed for this automatic box assignment to work, provided the box configurations are correctly defined.

Does the "Shipping Modular Products packed into Multiple Boxes" addon automate the packing of multiple boxes directly within FedEx Ship Manager?

No, the addon does not integrate or automate package information directly into FedEx Ship Manager. While the addon allows you to set up multiple weights and dimensions per WooCommerce product (for example, shipping parts of a modular product in separate boxes), it does not populate package data into the FedEx Ship Manager interface you currently use for label generation. Instead, the addon works with the PluginHive FedEx plugin to generate shipping labels directly within your WordPress site, where all additional boxes and their details are factored in before label creation. If you want the multiple box setup to be recognized in shipping labels, labels need to be generated through the PluginHive FedEx plugin on your website, not through FedEx Ship Manager.

Does the "Pack Items Individually" packaging method take into account both weight and dimensions? What happens if a customer orders multiple quantities of the same product?

Yes, the "Pack Items Individually" method considers both the weight and dimensions of each product because each item is packed separately. However, if a customer orders multiple quantities, the shipping fee will effectively multiply because the plugin requests rates for each individual item. This may result in higher shipping costs if items are large or heavy.

Does PluginHive’s FedEx plugin support excluding certain products from being packed in specific custom boxes during dynamic volume-based packing?

Currently, the PluginHive FedEx plugin uses packing algorithms that automatically select the most efficient box based on box volume, product weight, and dimensions. There is no built-in option to assign a specific custom box to certain products or to exclude specific products from being packed in particular boxes. The packing process is fully algorithm-driven without product-to-box assignment controls.

Does PluginHive currently offer a native interface to set SKU exclusions for packing into specific custom boxes?

  • Creating an administrative interface to assign SKU exclusions per box.
  • Enforcing exclusion logic during dynamic packing to prevent restricted SKUs from being packed into specific boxes.

This customization is available upon evaluation and requires development effort estimation.

Does it matter if product dimensions are not listed when using the weight-based packaging method in the PluginHive FedEx plugin?

  1. Ensure each product has a correct weight specified in WooCommerce product settings to avoid inaccurate rate calculations.
  2. Since dimensions are not used, you do not need to configure box sizes or package dimensions for this method.
  3. This approach simplifies shipping for orders where physical packaging is consolidated or when dimension-based packing is impractical.
  4. However, if you require dimension-based shipping rates or multiple package labels, dimensions must be configured, and “Pack into Boxes” should be used instead.

Does changing to dimension-based box packing impact freight shipping, and do I need to configure boxes for freight shipments specifically?

  1. Configure appropriate boxes for freight shipments within the plugin settings.
  2. Ensure that the freight packaging boxes are set up correctly so the plugin can select the proper box and calculate freight shipping rates accurately.

Do I have to use FedEx packaging only, or can I use my own packaging for shipments with PluginHive?

  1. Add your custom package dimensions and max weight accurately in the plugin settings.
  2. Confirm that the product dimensions and weight fit within the configured package.
  3. After setting up or modifying your custom package, go to the Order edit page and click the "Regenerate Package" option to update the package selection before generating the FedEx label.

Can volumetric weight calculation be done in the PluginHive WooCommerce FedEx plugin when using weight-based packing without the ability to specify custom box dimensions?

No, volumetric weight cannot be internally calculated by the plugin when using weight-based packing because:

  1. This packing method only allows you to specify maximum box weight, not dimensions.
  2. The plugin sends the total product weight to FedEx without any packaging dimension details.
  3. FedEx uses the product weight and its internal dimensional weight calculations (based on FedEx’s default rules or system parameters).
  4. Thus, volumetric weight is effectively determined by FedEx, but cannot include your unique box sizes or extra packaging materials in this mode.

For volumetric weight calculation that includes box dimensions, use the “Pack into Boxes with weights and dimensions” method instead.

Can the PluginHive plugin apply an upcharge amount to every individual shipping package instead of once per entire order?

Currently, the PluginHive plugin does not support applying rate adjustments or upcharges on a per-package basis. The plugin retrieves live FedEx shipping rates based on each package’s weight and dimensions but does not have the option to add different price adjustments or surcharges separately for individual packages within one order. Any additional FedEx surcharges related to package size or dimensions are automatically included in the live rates fetched by the plugin, but manual or customized upcharges per package are not possible at this time.

Can the PluginHive FedEx Shipping plugin handle multi-packaging to split an order into multiple packages (e.g., splitting 10 items into two packages of 5 each)?

Yes, the plugin supports multi-packaging through three different parcel packing methods. You can configure the plugin to split a customer's order into multiple packages based on product weight or quantity. For example, if a customer orders 10 items, you can split them into two packages of 5 items each by using the Box Packing method. This allows FedEx shipping labels to be generated separately for each package. Detailed configuration and usage guidelines are available here: https://www.pluginhive.com/knowledge-base/setting-woocommerce-fedex-shipping-plugin/#fedex_packing_settings

Can the PluginHive FedEx plugin automatically choose the cheapest shipping method based on item types, weights, or dimensions when multiple items are in the cart?

  • You cannot configure the plugin to ship some items individually and others combined based on weight or size thresholds.
  • It cannot automatically compare multiple shipment configurations and choose the cheapest option.

Can the plugin use only cubic volume (cubic meters) or weight to determine packaging, ignoring length and width, or allow staff to manually enter box sizes?

The plugin supports weight-based packaging configurations. Additionally, your staff can manually enter box dimensions when creating orders manually. However, there is no feature to exclusively use cubic volume (cubic meters) without considering length and width automatically. Packaging decisions can be managed by weight or manual box dimension entries, which provides flexibility for your staff to handle orders as needed.

Can the packaging algorithm in the PluginHive FedEx Shipping plugin be customized to select the longest item’s dimension as the base box length and then adjust width/height rather than summing all item lengths?

Currently, the plugin’s packaging algorithm does not support this type of customization. Specifically:

1. The default Volume-Based Packing algorithm chooses boxes solely by comparing total order volume against box volume without reshaping box dimensions based on the longest item dimension.

2. It sums lengths (and other dimensions) linearly rather than applying packing heuristics to fix length to the longest item and increase width/height accordingly.

3. The “Stack First Packing” algorithm reduces the dimensional summing impact by stacking items, adjusting width and height rather than length, but it still does not exactly follow the longest-item-based box length logic you describe.

4. There is no built-in option to fully implement your desired “longest-item determines box length” method in current versions.

5. Your suggested approach is valid and would avoid oversized long boxes triggering AHS fees, but it requires algorithmic changes beyond current plugin features.

To address this limitation, you can:

– Provide detailed feedback and use cases to PluginHive technical/development teams as a feature request.

– Use manual box configuration and maximum quantity limits to approximate your packing constraints.

– Work with PluginHive support for potential tailored workarounds or guidance on box setup.

Currently, the plugin maintains consistent packaging logic across versions, so this behavior is expected and not a regression.

Can the FedEx plugin calculate shipping rates using product dimensions in addition to weight?

  1. Configure your packaging method as "Pack into boxes with weight and dimensions."
  2. The plugin’s box packing mechanism will then select the most suitable box for each order by considering the dimensions and weight of the products.
  3. This setup allows the plugin to accurately calculate shipping costs that reflect both size and weight, which is essential if your packages exceed typical shipping dimension limits.

Can PluginHive’s shipping plugin be configured to adjust customer-provided product dimensions by adding fixed increments and overriding certain dimensions for shipping cost estimation?

Yes, the PluginHive addon can be configured to adjust the product dimensions entered by customers dynamically for shipping estimation purposes. Specifically, the addon will provide a global setting where you can:

  1. Add a fixed number of inches to the customer’s selected dimensions, such as length, width, and height.
  2. Alternatively, define fixed dimensions to completely override customer input for length, width, and height.
  3. Apply these adjustments globally to all products to standardize the dimension modification for shipping calculations.

This setup allows you to, for example, add +3 inches to length and height while replacing the customer’s depth with a constant value like 4.5 inches or 6 inches. These configured dimensions will be used by the shipping plugin to generate more accurate shipping quotes at the time of purchase, reflecting packaging allowances or product breakdown assumptions. The values can be tweaked as needed to fine-tune the shipping estimates over time.

The updated plugin version with these features will be provided within approximately 3 days after the request.

Can PluginHive’s FedEx, UPS, and TForce WooCommerce shipping plugins work with dynamic product dimensions and weights entered by customers at checkout using the CPO Builder?

No, PluginHive’s FedEx, UPS, and TForce WooCommerce shipping plugins do not support dynamic product dimensions and weights entered at checkout via third-party tools like the CPO Builder. These plugins calculate shipping rates solely based on the static weight and dimension data set directly in the WooCommerce product settings ("Edit Product" page). The CPO Builder’s dynamically entered measurements are not stored in WooCommerce’s official product data, so the plugins cannot access or use them for shipping calculations.

Can PluginHive provide a paid customization to enable excluding specific products from certain boxes or assigning specific boxes to certain products during packing?

Yes, PluginHive offers paid customization services starting at $500 to develop such features. To proceed, they require detailed information about your current packaging setup and product-to-box assignment scenarios. Once provided, PluginHive will analyze the scope and provide an estimate and timeline for the custom solution.

Can I use weight-only based packing in PluginHive FedEx Shipping plugin for long and oversized items requiring dimensional weight consideration?

For long, oversized items where dimensional weight (DimWt) affects shipping costs significantly, **weight-only based packing is not recommended** because:

1. Weight-only packing disregards package dimensions entirely, causing FedEx to potentially charge high oversize fees based on actual box size not accounted for.

2. Dimensional weight pricing depends on both size and weight, so ignoring dimensions can lead to underestimated shipping quotes that do not reflect true carrier charges.

3. Your items requiring boxes longer than certain thresholds (e.g., 24”+) incur additional handling and dimensional surcharges, which weight-only packing will miss.

4. PluginHive recommends configuring packaging boxes with accurate dimensions and using packing algorithms that consider volume and dimension (e.g., Stack First or Volume-Based Packing) for such scenarios.

In summary, **always use a dimension-aware packing method when shipping long or oversized products to accurately estimate DimWt charges and avoid unexpected carrier fees.**

Can I use the PluginHive FedEx plugin to generate shipping labels with a flat rate shipping setup without entering product shipping weights or dimensions in my store?

You can use the PluginHive FedEx plugin for label generation without enabling rate calculation. However, to generate shipping labels automatically, the plugin requires product weight to be configured because label generation depends on shipment weight. Since your box size is always the same and the flat rate cost is fixed, you should enter the product weight for your items (dimensions are not mandatory in this case) even if you do not wish to calculate shipping rates. Once product weights are configured, the plugin will automatically generate FedEx shipping labels that you can print for fulfillment, effectively supporting your flat rate shipping workflow without needing product dimensions or rate-based calculations. For detailed setup instructions, refer to this knowledge base article: https://www.pluginhive.com/knowledge-base/setting-woocommerce-fedex-shipping-plugin/#print_fedex_labels

Can I use the "Pack into boxes" option in the PluginHive FedEx plugin to define pallets (e.g., 48" x 42" x 42" with max weight 3000 lbs) and calculate freight rates based on the number of items ordered and their individual dimensions and weight?

  1. Define all possible pallet sizes and their max weights in the packaging settings (e.g., pallets with 48"x42"x42" dimensions and max weight 3000 lbs).
  2. Ensure each product has accurate dimensions and weight entered in its properties.
  3. The plugin calculates packaging based on these rules at checkout to determine how many pallets are needed and the corresponding freight rates.

Can I set the inner and outer box dimensions to be the same in PluginHive, and will it affect the packaging algorithm?

Yes, you can and should set the inner and outer dimensions to be the same if you want exact box selection in the plugin. Doing so will not negatively impact the packaging algorithm. It ensures consistency between the box dimension considered for rate calculation and the one displayed or used for shipment selection. This alignment helps avoid issues with unexpected box sizes appearing during order processing.

Can I set a custom priority order for packaging boxes in the PluginHive plugin to influence which box it chooses first?

Currently, the PluginHive plugin does not support setting a custom priority or preference order for packaging boxes. By design, it selects packaging based on efficiency rather than user-defined priority. Most clients using FedEx One Rate services rely solely on FedEx Standard boxes to consistently obtain those rates, avoiding the use of custom boxes that may not qualify. If you want the plugin to follow a prioritized packaging order, this is considered a unique customization and is not supported out-of-the-box.

Can I manually select the FedEx box or other package types from a predefined list on the order screen?

No, the plugin does not support retrieving and selecting from the configured box list directly on the Edit Order page. Instead, you can manually add and edit packages using the **Add Package** option available within the order screen. This allows you to specify package dimensions and types for shipments manually but not select from a predefined box dropdown.

Can I manually generate and customize FedEx shipping labels for orders where product weight varies?

Yes, the plugin allows manual generation of FedEx shipping labels. You can adjust package weight and dimensions manually before printing the labels to ensure accuracy for unique or variable products. To do this, navigate to your WooCommerce Dashboard > Orders, select the order you want to ship, and customize the package details before generating and printing the FedEx label. For detailed instructions, refer to the plugin knowledge base section on printing FedEx labels: https://www.pluginhive.com/knowledge-base/setting-woocommerce-fedex-shipping-plugin/#print_fedex_labels

Can I configure the plugin to ship pre-packed products in a small box when they are the only item in the cart, but pack all items together in a larger box if there are additional products in the cart?

Currently, the PluginHive plugin allows you to mark products as "Pre-pack," meaning those products are always packed individually with their own specified weight and dimensions, regardless of other items in the cart. However, the plugin does not support conditional packing logic where a pre-packed product ships alone in a small box but merges with other products into a larger box when combined in the cart. Additionally, the plugin does not provide functionality to assign specific products to particular packages. Custom coding to achieve this behavior is not feasible through the plugin at this time.

Can I add custom cost padding to live FedEx shipping rates based on product-specific attributes such as package size, rather than just by shipping method?

Currently, the PluginHive WooCommerce FedEx plugin allows adding additional costs only based on shipping methods, not on individual packages or product attributes like package size. This means you cannot set differential upcharges for small versus large packages directly through the plugin’s settings. Additional cost padding can be applied per shipping method, but not customized per product or package dimension.

Can I add a custom additional charge per package (box) in the checkout, for example, charging extra for each additional box required in the order?

The standard plugin's handling charges apply to each shipping method as a whole and do not provide a built-in option to add fees on a per-package basis. However, PluginHive offers custom development services to add this functionality as a paid addon. This addon can: – Add extra shipping fees or discounts per package within an order. To proceed, you need to provide detailed requirements so the feasibility, cost (starting at $400), and timeline can be assessed. Note that these customizations are non-refundable.

Can additional packaging dimensions or weights be added to the product size for shipping calculations when using PluginHive shipping plugins with Uni CPO Builder?

The current PluginHive custom solution captures weight and dimensions only from the product data provided at the time the customer adds the product to the cart (based on Uni CPO custom fields). Additional packaging dimensions or weights cannot be added directly as part of the product’s dynamic measurement input. However, you can configure packaging methods within the plugin settings which apply packaging rules to the product’s base dimensions and weight. Furthermore, during the shipment creation process via the WooCommerce order edit page, you have the option to manually modify package details to include any additional packaging considerations before generating shipping labels.

Between the two packing logic options for handling SKU exclusions across multiple products, which approach should I choose if I want to restrict products from certain boxes but retain flexible packing using all available boxes?

  • Each product is checked against its box exclusions individually.
  • A product will not be packed in a box it is excluded from, but other products without that exclusion can be packed in the same box.
  • This allows more efficient use of box space and greater packing flexibility, enabling mixed packing scenarios where different products have different box restrictions.

At what point does PluginHive’s custom solution retrieve the dynamic weight and dimensions for Uni CPO-based products?

The dynamic weight and dimensions are captured at the moment the product is added to the cart by the customer. This is the only stage where the plugin can reliably fetch the variable measurements provided via Uni CPO Builder fields. These captured values are then used for shipping calculations and packaging determinations until shipment creation.

Are there any issues or trade-offs I should be aware of when switching from volume based packing to stack first packing?

While "Volume based Packing" maximizes space efficiency by focusing on volume, it may overlook actual physical fit and cause unrealistic box configurations. Switching to "Stack First Packing" prioritizes physical arrangement and dimension constraints, making it more practical for fixed-dimension products but may sometimes result in using more boxes or less volume efficiency. It is advisable to monitor how your orders are packed after switching to confirm it meets your operational needs and adjust box sizes or product dimension data if necessary. There is no significant downside besides potentially more conservative box usage, which better reflects real-world packing constraints.

After configuring packaging dimensions, what is the necessary step to apply the changes to existing orders in PluginHive?

  1. Opening the specific order in WooCommerce.
  2. Clicking the "Regenerate Package" button located on the order edit page.

Looking for more details or ready to start using the plugin?
Visit the product page to explore all features and pricing.