TrogloGeek / prestashop-tggatos-module

TggAtos Module for Prestashop (1.4 to 1.7), ATOS SIPS 6xx payment gateway
61 stars 34 forks source link

Tab doesn't works for basic,single, ... tabs #9

Closed ghost closed 11 years ago

ghost commented 11 years ago

because of this Uncaught TypeError: Object [object Object] has no method 'tooltip'



then it brokes the layout and some functionnalities, any idea how to fix it 
this is jquery ... and i 'm not comfortable with this; i figure this is just how to write quotes or something like this
TrogloGeek commented 11 years ago

Please read details about production environment configuration section before submitting support request. A little care formatting your request could be nice too, it is hardly readable.

The module uses a shipped jQuery UI for it's back office interface, your problem can be an incompatibility with a back office theme, if not using default, try with it. Also check that embeded jQuery UI is correctly included to the page and working.

emily-d commented 11 years ago

Seems to be a conflict with the new Prestashop's module Expertise/Gamification. If removed, the error disapears.

ghost commented 11 years ago

Yes, you're right, deactivating expertise/gamification module was in conflict, now tabs are ok, thx for the fix :-)

TrogloGeek commented 11 years ago

I did not know that Prestashop already embed a jQuery UI version which can be requested by modules, this is what does Expertise/Gamification and it results with a conflict between the two jQuery UI instances. The way Expertise/Gamification instantiates a jQuery UI is the right way, TggAtos should work the same way.