Receiving Multiple Spam Orders

  • Posts: 1
  • Thank you received: 0
4 years 8 months ago #309955

-- HikaShop version -- : 4.2.1
-- Joomla version -- : 3.9.11
-- PHP version -- : 7.3.8
-- Browser(s) name and version -- : Any
-- Error-message(debug-mod must be tuned on) -- : No Error

Hi,

We are receiving multiple spam orders every few minutes, all with a payment type of PayPal Express.

I have tried :-

Disabling the Paypal Express Plugin
Taking the Shop Offline
Disabling the Menu item
Taking the entire Site offline

But the orders are still coming in... see the attachment for an example, and to show that paypal express is disabled. Please help!

Caroline

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81504
  • Thank you received: 13063
  • MODERATOR
4 years 8 months ago #309979

Hi,

Change the line:
if(empty($this->plugin_params))
to:
if(empty($this->plugin_params) || empty($this->plugin_data->payment_published))
in the plugins/hikashoppayment/paypalexpress/paypalexpress.php file and that way the orders should only be created if the payment method is enabled in System>Payment methods.
Another way to avoid the issue is to rename the folder plugins/hikashoppayment/paypalexpress/
That will deactivate completely the plugin code, making it impossible to create orders through it.

Please Log in or Create an account to join the conversation.

Time to create page: 0.061 seconds
Powered by Kunena Forum