v1.7-v8x Help-Desk Online Customer Support by Webkul Modified for PS8.1.x

ricrey

Member
XNullUser
Joined
Feb 8, 2022
Messages
64
Reaction score
73
Points
18
NullCash
646
Unfortunately here in the forum there is a previous version of this extremely useful module but it was only compatible up to PrestaShop 1.7.x so I have modified it by updating some parts of the code that prevented it from working with PrestaShop 8 such as tools::jsonencode and tools::jsondecode ...

With this modification I have it working in Prestashop 8.1.5 with PHP 7.4 but it should work fine with Prestashop 8.1

If you are interested, I give you the module with this modification so you can use it in your stores with Prestashop 8.x.

Now if someone uploads the actual updated version, welcome, but I've seen the demo of the current version and it's exactly the same so I guess the developer just updated certain deprecated features like I did.


Version 4.2.1 modified by RicRey for Prestashop 8.x
Link Module: https://addons.prestashop.com/en/support-online-chat/22848-help-desk-online-customer-support.html
Link Forum Original Max PS1.7: https://www.nulledfrm.com/threads/help-desk-support-ticket-module-for-prestashop.65650/

Changelog RicRey:

I updated the deprecated function of: Tools:jsonEncode and Tools:jsonDecode
 

Attachments

  • wkhelpdesk.zip
    3.7 MB · Views: 9

hxcode

Well-known member
Master
Diamond
Elite
Joined
Aug 16, 2020
Messages
3,267
Reaction score
358
Points
83
NullCash
47
thank you for sharing this module. i will try it.
 

amitecosini

Member
XNullUser
Joined
Oct 11, 2023
Messages
99
Reaction score
4
Points
8
Location
US
NullCash
56
thank you ,but 4.2.1 was 2022' ,anyone can test with ps 8.1.5?
 

ricrey

Member
XNullUser
Joined
Feb 8, 2022
Messages
64
Reaction score
73
Points
18
NullCash
646
thank you ,but 4.2.1 was 2022' ,anyone can test with ps 8.1.5?
Please read the post... you have to learn to read and interpret what it says...

There I indicate that I did not find another version because it is the only one in the forum but I modified the module so that it works with PrestaShop 8.x and changed some obsolete things that it used.
 

freiserk

Well-known member
Pro
Master
Diamond
Elite
Joined
Jan 24, 2019
Messages
3,455
Reaction score
6,443
Points
113
NullCash
35,206
Unfortunately here in the forum there is a previous version of this extremely useful module but it was only compatible up to PrestaShop 1.7.x so I have modified it by updating some parts of the code that prevented it from working with PrestaShop 8 such as tools::jsonencode and tools::jsondecode ...

With this modification I have it working in Prestashop 8.1.5 with PHP 7.4 but it should work fine with Prestashop 8.1

If you are interested, I give you the module with this modification so you can use it in your stores with Prestashop 8.x.

Now if someone uploads the actual updated version, welcome, but I've seen the demo of the current version and it's exactly the same so I guess the developer just updated certain deprecated features like I did.


Version 4.2.1 modified by RicRey for Prestashop 8.x
Link Module: https://addons.prestashop.com/en/support-online-chat/22848-help-desk-online-customer-support.html
Link Forum Original Max PS1.7: https://www.nulledfrm.com/threads/help-desk-support-ticket-module-for-prestashop.65650/

Changelog RicRey:

I updated the deprecated function of: Tools:jsonEncode and Tools:jsonDecode

It does not work on PS 8.1.5 neither with php 7.4 nor with php 8.1

In the installation, you have to modify the code to swim several hooks.

The file extension selector does not load the values.

Several code corrections to avoid compatibility errors with php tip if...

Only the /wkhelpdesk/classes/WkHdTicket file has been corrected.php for the json fix?

If you can specify how you have it working...

Because with that file it is just like the original except for the correction of the json calls.

Thanks, champ.

[SPANISH]

No funciona en PS 8.1.5 ni con php 7.4 ni con php 8.1

En la instalación hay que modificar código para añadir varios hooks.
El selector de extensiones de fichero no carga los valores.
Varias correciones de código para evitar errores de compatibilidad con php tip if...

Sólamente se ha corregido el fichero /wkhelpdesk/classes/WkHdTicket.php para el fix de json ?

Si puedes especificar cómo la tienes funcionando...
Porque con ese fichero está como la original salvo la corrección de las llamadas json.

Gracias campeón.
 

webto

Well-known member
Diamond
Elite
Joined
Oct 14, 2018
Messages
422
Reaction score
315
Points
63
NullCash
26
thank you for sharing this module. i will try it.
 

ricrey

Member
XNullUser
Joined
Feb 8, 2022
Messages
64
Reaction score
73
Points
18
NullCash
646
It does not work on PS 8.1.5 neither with php 7.4 nor with php 8.1

In the installation, you have to modify the code to swim several hooks.

The file extension selector does not load the values.

Several code corrections to avoid compatibility errors with php tip if...

Only the /wkhelpdesk/classes/WkHdTicket file has been corrected.php for the json fix?

If you can specify how you have it working...

Because with that file it is just like the original except for the correction of the json calls.

Thanks, champ.

[SPANISH]

No funciona en PS 8.1.5 ni con php 7.4 ni con php 8.1

En la instalación hay que modificar código para añadir varios hooks.
El selector de extensiones de fichero no carga los valores.
Varias correciones de código para evitar errores de compatibilidad con php tip if...

Sólamente se ha corregido el fichero /wkhelpdesk/classes/WkHdTicket.php para el fix de json ?

Si puedes especificar cómo la tienes funcionando...
Porque con ese fichero está como la original salvo la corrección de las llamadas json.

Gracias campeón.

Sorry for the number of images but it is to show that it works well, not only did I change the tools::jsonencode and decode, I made other updates that should work very well, I don't know what problems you have installing it because I have already installed it in 4 Prestashops without some problems...

If you have any problem please let me know so I can help you solve it.

Screenshot_624.png

Screenshot_625.pngScreenshot_626.png
Screenshot_627.png
Screenshot_628.png
Screenshot_629.pngScreenshot_630.pngScreenshot_631.pngScreenshot_632.pngScreenshot_633.pngScreenshot_634.pngScreenshot_635.pngScreenshot_636.png
 

freiserk

Well-known member
Pro
Master
Diamond
Elite
Joined
Jan 24, 2019
Messages
3,455
Reaction score
6,443
Points
113
NullCash
35,206
Sorry for the number of images but it is to show that it works well, not only did I change the tools::jsonencode and decode, I made other updates that should work very well, I don't know what problems you have installing it because I have already installed it in 4 Prestashops without some problems...

If you have any problem please let me know so I can help you solve it.

View attachment 118741

View attachment 118742View attachment 118743
View attachment 118744
View attachment 118745
View attachment 118746View attachment 118747View attachment 118748View attachment 118749View attachment 118750View attachment 118751View attachment 118752View attachment 118753

That's right!!!

The module does not work well in debug mode.

In normal mode, it works perfectly.
 

benef4u

Active member
Elite
XNullUser
Joined
Jul 28, 2019
Messages
363
Reaction score
161
Points
43
NullCash
11
thanks you for this module and the job !
 

unique

Well-known member
Diamond
Elite
XNullUser
Joined
Dec 12, 2020
Messages
1,763
Reaction score
407
Points
83
NullCash
613
very old

Version 5.0.2 - 2/1/2024​

Minor
PrestaShop compatibility: 1.7.0.0 - 8.1.3
  • Minor bug fixed
 

ricrey

Member
XNullUser
Joined
Feb 8, 2022
Messages
64
Reaction score
73
Points
18
NullCash
646
very old

Version 5.0.2 - 2/1/2024​

Minor
PrestaShop compatibility: 1.7.0.0 - 8.1.3
  • Minor bug fixed
Thanks for your message... we already know it is an older version.

Maybe you read the initial message? In the forum there is only that version and just to help the community I decided to update what was preventing it from working in PrestaShop 8.1.5 and I updated it, from there I published it here to help the community, I even said that if anyone has the Updated version welcome.
 

hogo20

Member
XNullUser
Joined
Jan 21, 2022
Messages
74
Reaction score
0
Points
6
NullCash
26
webkul module not good. just ets from prestahero.com 😍
 

webto

Well-known member
Diamond
Elite
Joined
Oct 14, 2018
Messages
422
Reaction score
315
Points
63
NullCash
26
Thanks alot nice module nice share it.
 

hatc

Member
XNullUser
Joined
May 13, 2021
Messages
250
Reaction score
1
Points
18
NullCash
148
Great, thanks for the module, I will try it out
 
Top