Hi,
Everything works as it should during the order process. The system generates the correct next order number, which is included in both the email sent to the user and to the administrator. However, upon completing the order, the number is not stored in the MySQL database. The user will not see the order number in the frontend in 'view order history' (and therefore cannot access order details), the number is not visible in the order backend, and the MySQL hikashop_order table has a blank order number.
Oddly, even though the system doesn't store the new number in the hikashop_orders table, the 'correct' next order number is generated for the next order (and again no details stored in the MySQL table)..
Another issue that has poped up in conjunction with this is that the cron update rates task is triggered every 15 minutes even though is should only trigger once a week.
I tried upgrading to Joomla 3.3.4 and reinstall HikaShop, but it didn't work. Still same problem. No order number stored.
Any idea what could be happening?
Thanks for the support,
David