I can track customer data using
$this->customer->getFirstName();
$this->customer->getLastName();
$this->customer->getEmail();
this way,and is there any similar way to track store data like email, store name
eg: like this $this->store->getEmail();
(this is not working)
Use the following:
$this->config->get('config_name'); // store name
$this->config->get('config_title'); // store title
$this->config->get('config_owner'); // store owner name
$this->config->get('config_email'); // store email
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With