Shop / e-Commerce Integration

[Solved] Hikashop enroll problem

  • Can Gökçay
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 3 months ago - 11 years 3 months ago #1 by Can Gökçay
[Solved] Hikashop enroll problem was created by Can Gökçay
Hi,
I use joomdle for joomla 3.3 and moodle 2.8. When I buy a moodle course. from Hikashop, user can not enroll to course. I did all integration tasks depends on your documentation and I can not solve the problem. Could you give me a Hikashop integration documentation which cover all steps.

Best Regards
Last edit: 11 years 3 months ago by Chris.

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

More
11 years 3 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Hikashop enroll problem
Hi.

I know documentation on shop plugins is a little outdated. I already started updating it, but it is not ready yet.

Did you install and enable Joomdle-hikashop plugins?
Did you configure the category, and kept products there once created?
Also, check you did not enable "buy courses for children".
Lastly: are orders being confirmed in shop?

If you can't make it work, you can send credentials to development@joomdle.com and I will take a look.

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

  • Can Gökçay
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 3 months ago #3 by Can Gökçay
Replied by Can Gökçay on topic Hikashop enroll problem
When I activate all plugins, I received
"Fatal error: Call to a member function get() on a non-object in /home/xxx/public_html/learning/plugins/system/joomdlehikashop/joomdlehikashop.php on line 41"

error.

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

More
11 years 3 months ago #4 by Antonio Durán
Replied by Antonio Durán on topic Hikashop enroll problem
Another user just warned us today about this problem, that we introduced in our last update of shop plugins :(
We will be uploading new versions this week (even tomorrow if I can find some time), but you can fix it easily if you edit the file:
/home/xxx/public_html/learning/plugins/system/joomdlehikashop/joomdlehikashop.php
And change line 41:
$send_enrol_emails = $comp_params->get( 'send_enrol_emails' );
By:
$send_enrol_emails = $params->get( 'send_enrol_emails' );

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

More
11 years 3 months ago #5 by Antonio Durán
Replied by Antonio Durán on topic Hikashop enroll problem
Finally I uploaded new version of the package, so you can download it and it should fix the error.

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