Problem with install

  • Posts: 1
  • Thank you received: 0
13 years 5 months ago #785

After install which went fine I added a link to the cart
to my home page. Once I click the like it tries to load
but I get the following:

Notice: Undefined property: price_orig_currency_id in /home/beach123/beachsidevapors-www/administrator/components/com_hikashop/classes/currency.php on line 469

Notice: Undefined index: in /home/beach123/beachsidevapors-www/administrator/components/com_hikashop/classes/currency.php on line 469

Warning: Division by zero in /home/beach123/beachsidevapors-www/administrator/components/com_hikashop/classes/currency.php on line 480

Warning: Division by zero in /home/beach123/beachsidevapors-www/administrator/components/com_hikashop/classes/currency.php on line 481

Ver 1.3.0
Joomla 1.5.21

Any Ideas?

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

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
13 years 5 months ago #788

Hi,

On the file mentioned in the error, on the line 469 you should find the code

$srcCurrency = $currencies[$price->price_orig_currency_id];
which you can replace by
$srcCurrency = $currencies[$prices[$k2]->price_orig_currency_id];
to fix the notices and warnings.

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

Time to create page: 0.051 seconds
Powered by Kunena Forum