- Posts: 7926
Hikashop & syncing price/taxes
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
14 years 4 weeks ago #11
by Antonio Durán
Replied by Antonio Durán on topic Re: Hikashop & syncing price/taxes
Have you tried R0.8?
Which Hikashop version are you using?
I tried reloading a course, but price is set OK.
Which Hikashop version are you using?
I tried reloading a course, but price is set OK.
Please Log in or Create an account to join the conversation.
- LN
- Offline
- New Member
-
Less
More
- Posts: 4
14 years 3 weeks ago #12
by LN
Replied by LN on topic Re: Hikashop & syncing price/taxes
Hello Antonio,
Iám using Joomdle 0.81 and HikaShop Starter 1.5.7
L.
Iám using Joomdle 0.81 and HikaShop Starter 1.5.7
L.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7926
14 years 2 weeks ago #13
by Antonio Durán
Replied by Antonio Durán on topic Re: Hikashop & syncing price/taxes
Hi there.
I finally found the problem. This was the important part it seems I did not read carefully first time:
> After doing some testing it is quite strange - the first product in my list doesn't duplicate the price but the other two do
I tested reloading more than one course at once, and the problem appeared. I have now fixed it for next release (it seems).
If you want to apply the change in the meantime, just edit administrator/components/com_joomdle/helper/shop.php and add:
Before this line, in reload_courses_to_hikashop () function:
I finally found the problem. This was the important part it seems I did not read carefully first time:
> After doing some testing it is quite strange - the first product in my list doesn't duplicate the price but the other two do
I tested reloading more than one course at once, and the problem appeared. I have now fixed it for next release (it seems).
If you want to apply the change in the meantime, just edit administrator/components/com_joomdle/helper/shop.php and add:
Code:
$element->prices = array ();
Before this line, in reload_courses_to_hikashop () function:
Code:
$element->prices[0]->price_value = $cost;
Please Log in or Create an account to join the conversation.
- LN
- Offline
- New Member
-
Less
More
- Posts: 4
14 years 2 weeks ago #14
by LN
Replied by LN on topic Re: Hikashop & syncing price/taxes
Antonio,
thnx for fast reply and quick solution.
thnx for fast reply and quick solution.
Please Log in or Create an account to join the conversation.