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

Guest Checkout #47

Closed Zielgestalt closed 6 months ago

Zielgestalt commented 6 months ago

I have module in version 5.2.0 with Prestashop 8.1.4

I want to create a shop with a guest checkout. Guest checkout is enabled in Prestashop. When I make a request to the register endpoint without password (as suggested here: https://github.com/binshops/prestashop-rest/issues/32) I only get errors from Prestashops password policy. 'Password to weak' or 'Password to short' - depending on the settings in Prestashop.

Is there any way to make a guest checkout?

Thanks!

samberrry commented 6 months ago

Hi @Zielgestalt , yes currently if you do not set password it generates password error, but the new version of the module v5.2.2 supports the guest checkout,

please send us a ticket through the PrestaShop marketplace and we will give you the updated version.

many thanks.