-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.7.2
I have an interesting issue where, when a user adds a number of items to their cart, they're prompted for a message at checkout saying there is not enough product in their cart to meet minimum order price ($15.00).
However, the cart price is well above this value, and we aren't configured to have a minimum order price anyway.
Here's the step to reproduce:
- Visit product URL:
Glow Sticks
- Add 15 to cart
- Checkout
- Login and try to go to shipping method
- Should get error at top
Here's what I've tried so far:
* Ensured all product has a valid weight
* Ensured product has a valid height, width, depth and unit of measure
* Checked for minimum order quantities on product
* Looked in code where $errors is set and can't seem to see where it'd cause a problem (I dont think any payment_params have anything but zero in them)
I'm very stumped. Not all products exhibit this behavior, but this is a very popular product.
Any help would be appreciated.