Not receiving email after purchase

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
8 years 5 months ago #242859

Hi,

Sorry for the delay, we didn't had the time to debug the problem last week.
We've done some tests on our end and were able to reproduce the issue and fix it.
If you download the install package on our website and install it on yours, that will add the patch and it will work.

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

  • Posts: 177
  • Thank you received: 5
8 years 5 months ago #242973

Can I replace only /administrator/components/com_hikashop/classes/order.php?

Upd
I see modofied line. Iinstead

if(empty($order->customer) || @$order->customer->user_id != $order->order_user_id) {
now
if(empty($order->customer) || (int)@$order->customer->user_id != (int)$order->order_user_id) {

Is it enough?

Last edit: 8 years 5 months ago by alikon1.

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
8 years 5 months ago #242999

Yes. That's the change that was done to fix that.

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

Time to create page: 0.058 seconds
Powered by Kunena Forum