Jump to content

Prestashop 1.7.3.2


anubhavbhatnagar

Recommended Posts

Hi all,

I downloaded the Prestashop 1.7.3.2 to make an ecommerce website for my business.

When I was testing it the complete flow of the default template. I found out an issue at checkout.

When I enable the debug mode. I found error details.

 

Property Address->id_country is empty.
at line 954 in file classes/ObjectModel.php

949.             }
950. 
951.             $message = $this->validateField($field, $this->$field);
952.             if ($message !== true) {
953.                 if ($die) {
954.                     throw new PrestaShopException($message);
955.                 }
956.                 return $error_return ? $message : false;
957.             }
958.         }
959. 

 

My domain is www.bnbdelight.com.

 

Need immediate Help!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...