hikashop joomla 3.0 idealcheckout

  • Posts: 2
  • Thank you received: 0
11 years 10 months ago #83980

I get an error ( 500 JHtmlBehavior::mootools not found. ) when i try to pay with idealcheckout-module (ideal = a dutch paymentsystem).

firebug:
Referer: www.mydomain.nl/component/hikashop/checkout/step/step-1

POST step-1


Has anyone a clue?

thanx in advance

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

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
11 years 10 months ago #84055

Hi,

IdealCheckout plugin is not compatible with Joomla 3.0
With Joomla 3.0, when a plugin wants to load "mootools", the way to import it, is different.
You should see with the team who developed the plugin ("Chill Creations" or "ideal-checkout")

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: bartslot

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

  • Posts: 2
  • Thank you received: 0
11 years 10 months ago #84086

ok I figured it out ( i think)

in the file: plugins/hikashoppayment/idealcheckoutideal/idealcheckoutideal.php

Change: JHTML::_('behavior.mootools');

to: JHTML::_('behavior.framework');

(line 177)

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

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
11 years 10 months ago #84102

Hi,

Yes, that's the right modification.
In order to be compatible with several joomla version, you should add a test like we do in HikaShop:

if(HIKASHOP_J3) {
  JHTML::_('behavior.framework');
} else {
  JHTML::_('behavior.mootools');
}

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.058 seconds
Powered by Kunena Forum