Fatal Error: UPS Shipping Module Handling Fee
14 years 4 months ago #48493
by lancert
Lance Thompson
CEO, Blue Sky Web Worx
Web Design, Web Marketing, Search Rankings, Graphic Design
www.BlueSkyWebWorx.com
Fatal Error: UPS Shipping Module Handling Fee was created by lancert
Hi,
When I enter a "Handling fees percent" in the UPS shipping module, a fatal error occurs on the front end. Here's the error message I receive:
Fatal error: __clone method called on non-object in /home/xxxxxxxxx/public_html/administrator/components/com_hikashop/classes/currency.php on line 1484
(I removed the account name in the error message)
I'm using Hika 1.5.7
Any ideas on how to resolve this?
Thanks!
When I enter a "Handling fees percent" in the UPS shipping module, a fatal error occurs on the front end. Here's the error message I receive:
Fatal error: __clone method called on non-object in /home/xxxxxxxxx/public_html/administrator/components/com_hikashop/classes/currency.php on line 1484
(I removed the account name in the error message)
I'm using Hika 1.5.7
Any ideas on how to resolve this?
Thanks!
Lance Thompson
CEO, Blue Sky Web Worx
Web Design, Web Marketing, Search Rankings, Graphic Design
www.BlueSkyWebWorx.com
Please Log in or Create an account to join the conversation.
14 years 4 months ago #48496
by nicolas
Replied by nicolas on topic Re: Fatal Error: UPS Shipping Module Handling Fee
Try to add :
if(is_object($tax))
before that line in that file.
if(is_object($tax))
before that line in that file.
The following user(s) said Thank You: lancert
Please Log in or Create an account to join the conversation.
14 years 4 months ago #48499
by lancert
Lance Thompson
CEO, Blue Sky Web Worx
Web Design, Web Marketing, Search Rankings, Graphic Design
www.BlueSkyWebWorx.com
Replied by lancert on topic Re: Fatal Error: UPS Shipping Module Handling Fee
Nicolas, that seemed to fix it! Thanks so much for an amazing program and support!
Lance Thompson
CEO, Blue Sky Web Worx
Web Design, Web Marketing, Search Rankings, Graphic Design
www.BlueSkyWebWorx.com
Please Log in or Create an account to join the conversation.
Time to create page: 0.162 seconds