Notice: Undefined index: registration_guest in checkout page

  • Posts: 79
  • Thank you received: 0
3 years 10 months ago #318813

-- HikaShop version -- : Starter 4.3.0
-- Joomla version -- : 3.9.14
-- PHP version -- : 7.2

Hi,

my checkout page is showing the error as per attached screenshot. please guide me why is this error appeared.

Attachments:

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
3 years 10 months ago #318815

Hello,

Thank you for the report.
That message is just a notice and should not be displayed in a production website ; as you see it gave private information to users.
You can edit the corresponding file (checkout/login.php) and replace the line 422 :

if($params['registration_guest']) {
By
if(!empty($params['registration_guest'])) {
Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.069 seconds
Powered by Kunena Forum