Not receiving email after purchase

  • Posts: 83799
  • Thank you received: 13571
  • MODERATOR
8 years 11 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: 178
  • Thank you received: 5
8 years 11 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 11 months ago by alikon1.

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

  • Posts: 83799
  • Thank you received: 13571
  • MODERATOR
8 years 11 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.059 seconds
Powered by Kunena Forum