I have been getting the following error codes when putting something in my cart. The codes come up when Coupon Pro is published. They do not when I unpublish Coupon Pro.
Warning: Attempt to assign property of non-object in /home/schecks/public_html/fudgebydesign.com/administrator/components/com_hikashop/classes/currency.php on line 1804
Warning: Attempt to assign property of non-object in /home/schecks/public_html/fudgebydesign.com/administrator/components/com_hikashop/classes/currency.php on line 1805
Warning: Attempt to assign property of non-object in /home/schecks/public_html/fudgebydesign.com/administrator/components/com_hikashop/classes/currency.php on line 1804
Warning: Attempt to assign property of non-object in /home/schecks/public_html/fudgebydesign.com/administrator/components/com_hikashop/classes/currency.php on line 1805
I have upgraded to Hikashop 2.0, and just installed the latest version of Coupon Pro.
The lines referenced in the warnings above are:
1804 $usable_rates[$k]->shipping_price_with_tax = ($rate->shipping_price);
1805 $usable_rates[$k]->shipping_price_orig_with_tax = (@$usable_rates[$k]->shipping_price_orig);
I was not sure if this was a Hikashop issue or a Coupon Pro issue. But the fact that it does not appear when Coupon Pro is activated leads me to think there is something not transferring from Coupon Pro.
Thanks for all your help.
Warning: Attempt to assign property of non-object in /home/schecks/public_html/fudgebydesign.com/administrator/components/com_hikashop/classes/currency.php on line 1804
Warning: Attempt to assign property of non-object in /home/schecks/public_html/fudgebydesign.com/administrator/components/com_hikashop/classes/currency.php on line 1805
Warning: Attempt to assign property of non-object in /home/schecks/public_html/fudgebydesign.com/administrator/components/com_hikashop/classes/currency.php on line 1804
Warning: Attempt to assign property of non-object in /home/schecks/public_html/fudgebydesign.com/administrator/components/com_hikashop/classes/currency.php on line 1805
I have upgraded to Hikashop 2.0, and just installed the latest version of Coupon Pro.
The lines referenced in the warnings above are:
1804 $usable_rates[$k]->shipping_price_with_tax = ($rate->shipping_price);
1805 $usable_rates[$k]->shipping_price_orig_with_tax = (@$usable_rates[$k]->shipping_price_orig);
I was not sure if this was a Hikashop issue or a Coupon Pro issue. But the fact that it does not appear when Coupon Pro is activated leads me to think there is something not transferring from Coupon Pro.
Thanks for all your help.