Warning message on order page

  • Posts: 173
  • Thank you received: 4
  • Hikashop Business
5 years 7 months ago #296419

-- url of the page with the problem -- : morenadancewear.com.au
-- HikaShop version -- : 3.5.1
-- Joomla version -- : 3.8.11
-- PHP version -- : 7

Hi,
I am getting a warning message (php) on the order page as shown in the attached photo. Any suggestion?
Regards.


Attachments:

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

  • Posts: 81361
  • Thank you received: 13035
  • MODERATOR
5 years 7 months ago #296435

Hi,

Try changing the line:
$order_text .= "\r\n" . str_replace('<br/>', "\r\n", JText::sprintf('ACCESS_ORDER_WITH_LINK', $url));
to:
$order_text .= "\r\n" . str_replace('<br/>', "\r\n", JText::sprintf('ACCESS_ORDER_WITH_LINK', $url, $url));
in the file plugins/hikashoppayment/paypal/paypal.php

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

Time to create page: 0.064 seconds
Powered by Kunena Forum