9 use Magento\Directory\Model\CountryFactory;
83 'name' =>
$store->getConfig(self::XML_PATH_STORE_INFO_NAME),
84 'phone' =>
$store->getConfig(self::XML_PATH_STORE_INFO_PHONE),
85 'hours' =>
$store->getConfig(self::XML_PATH_STORE_INFO_HOURS),
86 'street_line1' =>
$store->getConfig(self::XML_PATH_STORE_INFO_STREET_LINE1),
87 'street_line2' =>
$store->getConfig(self::XML_PATH_STORE_INFO_STREET_LINE2),
88 'city' =>
$store->getConfig(self::XML_PATH_STORE_INFO_CITY),
89 'postcode' =>
$store->getConfig(self::XML_PATH_STORE_INFO_POSTCODE),
90 'region_id' =>
$store->getConfig(self::XML_PATH_STORE_INFO_REGION_CODE),
91 'country_id' =>
$store->getConfig(self::XML_PATH_STORE_INFO_COUNTRY_CODE),
92 'vat_number' =>
$store->getConfig(self::XML_PATH_STORE_INFO_VAT_NUMBER),
95 if (
$info->getRegionId()) {
96 $info->setRegion($this->regionFactory->create()->load(
$info->getRegionId())->getName());
99 if (
$info->getCountryId()) {
100 $info->setCountry($this->countryFactory->create()->loadByCode(
$info->getCountryId())->getName());
foreach( $_productCollection as $_product)() ?>" class $info