binshops / prestashop-rest

PrestaShop REST API module to expose your PrestaShop website's REST endpoints
https://www.binshops.com/prestashop-api
Academic Free License v3.0
95 stars 33 forks source link

Attempted to call an undefined method named "ajaxRender" of class "BinshopsrestHelloModuleFrontController" #25

Closed mspinnler closed 2 years ago

mspinnler commented 2 years ago

On a Prestashop 1.7.4.0 i have this error when i call /rest url with Postman or in browser

mspinnler commented 2 years ago

Fixed with adding the function in controller class

`/**

samberrry commented 2 years ago

@mspinnler thanks for reporting. This module works with Ps 1.7.7.x and higher, and lower versions are not supported. You may face other issues with other endpoints, I recommend to upgrade your Ps. Thanks