Hi,
It would have been great if the customer could have provided the "error message for a developer".
If there is a fatal error during the order creation process (which can come from a plugin, a mass action, some customization, etc), it could result in what is described and the error message would help understand what is going on.
I see two things:
- Supposing that it is a PHP fatal error during the order creation process, the error message can be logged in the PHP error log, provided that your hosting has your server configured for it (which is usually the case). So, checking the PHP error log for "fatal error" messages and providing that message to us should allow us to tell you what to do.
- It's possible that it isn't a PHP fatal error but just a blank popup. This is described in the PayPal Checkout documentation page:
www.hikashop.com/support/documentation/4...out-form.html#issues
Supposing that the buttons are displayed, if you click on the "PayPal" button and you don't get the PayPal payment popup, or you get a blank popup on top of the normal popup, it's likely you have a problem with the Cross Origin Opener Policy of your website. You need to configure your System - HTTP Headers plugin, via the Joomla plugins manager. In its Plugin tab, change its "Cross-Origin-Opener-Policy" setting to "same-origin-allow-popups"
So I would recommend checking the settings of this plugin.