Taxcloud error in checkout

  • Posts: 176
  • Thank you received: 5
  • Hikashop Business
5 years 6 months ago #298796

-- HikaShop version -- : 4.0
-- Joomla version -- : 3.8.10
-- PHP version -- : 7.0.32

Receiving a taxcloud error when adding the product at the attached URL to the cart. Once you proceed to checkout an undescriptive error appears:

Error
Taxcloud error:

I will send you the login information via the contact form.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81509
  • Thank you received: 13064
  • MODERATOR
5 years 6 months ago #298808

Hi,

I see that the product price is "free". So maybe that's why ?
Try to add the code:

if($price<=0.0)
				continue;
before the code:
$cart_items[] = array(
				'Index' => $i,
				'ItemID' => $product->product_code,
				'TIC' => $tic,
				'Price' => $price,
				'Qty' => $product->cart_product_quantity
			);
and that should hopefully do the trick.

Please Log in or Create an account to join the conversation.

  • Posts: 176
  • Thank you received: 5
  • Hikashop Business
5 years 6 months ago #298842

That appears to have fixed it. Thank you.

Please Log in or Create an account to join the conversation.

  • Posts: 176
  • Thank you received: 5
  • Hikashop Business
5 years 6 months ago #298843

Will this patch be included in future releases?

Please Log in or Create an account to join the conversation.

  • Posts: 81509
  • Thank you received: 13064
  • MODERATOR
5 years 6 months ago #298848

Hi,

Since you confirmed it fixed the issue, it will be included ;)

Please Log in or Create an account to join the conversation.

Time to create page: 0.061 seconds
Powered by Kunena Forum