Thank you for the detailed explanation — very helpful. Here is the concrete example you asked for, plus a follow-up question about upgrading.
Concrete order: Kolb (Order E2D1K94, 2026-05-10)
Product in cart:
- Name: Dad's Green Jalapeño Sauce Case - 12 bottles
- SKU: PBFR-12-SAU-GRN-R
- HikaShop stored dimensions: 16.000 × 12.000 × 9.000 in (volume = exactly 1,728 ci)
- HikaShop stored weight: 8.640 lb
- Quantity ordered: 1
Destination ZIP: 83702 (Boise, ID)
Origin ZIP: 81326 (Bayfield/Durango, CO)
HikaShop quote at checkout: $25.24 (USPS Ground Advantage)
Actual paid via Click-N-Ship Business Rate Card: $10.74 (USPS Ground Advantage)
Ratio: 2.35×
Plugin settings at time of order:
- Price Type: Commercial
- Group packages: Yes
- Packaging weight: 0 oz
- Weight approximation: 0%
- Has nonstandard characteristics: OFF
The edge-case question:
The product dimensions (16 × 12 × 9) produce a volume of exactly 1,728 ci — the precise USPS DIM weight threshold. When the plugin sends these dimensions to the USPS API, does USPS apply dimensional weight at exactly 1,728 ci (i.e., does it use ≥ 1,728 or > 1,728)? If DIM weight is triggered: 1,728 ÷ 166 = 10.41 lb billed weight vs 8.64 lb actual. That alone is a modest ~20% difference and would not explain the 2.35× overquote. So something else is inflating the rate further — possibly a zone or price-type discrepancy in what the API returns. The Debug output would presumably show this — happy to provide it if that helps.
Note: these product dimensions are the actual case dimensions (the product is sold as a 12-bottle case), so the stored dimensions already reflect what goes on the scale. The stacking logic for quantity=1 is irrelevant here.
Edit: I should clarify the plugin setup. I have two USPS plugins installed: the original built-in one (element: usps, ID 10093 in my installation) which is
disabled, and the new marketplace plugin (element: usps2, ID 10856) which is
active — purchased in February 2026. All quotes, including the Kolb example above, are coming from the new marketplace plugin running on the current USPS API.
---
Second question: safe HikaShop upgrade
We are currently on HikaShop Business 6.1.0 / Joomla 4.4.14. When we last updated HikaShop (some time ago), the update caused: all product image links to break (images had to be remapped one by one), currency reset from USD to EUR, default shipping address deleted, and CSS disruption to the storefront. This was on a live production site and it was a significant amount of recovery work — which is why we have not updated since.
We are planning to test the 6.1.0 → 6.4.1 update on a cloned subdirectory before touching the live site. Two questions:
- Is this kind of breakage (image relinking, currency/address reset) a known issue with certain HikaShop version jumps, or is it likely something specific to our installation? Knowing this would help us anticipate what to expect on the clone.
- Is there a recommended pre-update export or backup procedure — beyond a full database dump — that protects image assignments and configuration values specifically? We are aware of the Products CSV export but are not sure if that fully captures image file references in a way that makes reimport reliable.
Thank you again.