Hi,
This is usually because you were already using your PayPal account with another ecommerce solution on your website, or another website, which used or uses the same order ids.
You have two solutions:
- The complex one is to modify the auto_increment of the order_id column in the hikashop_order table of HikaShop via your PHPMyAdmin in order to start with a big number, in order to not conflict with the order ids already used.
- The simple solution is for you to navigate to
www.paypal.com/businessmanage/preferences/payments
of your PayPal account and under "Block accidental payments" select "No, allow multiple payments per invoice ID".