landed
The 'from' part which is missing in your case comes from Joomla configuration: $from = $config->get('mailfrom');
I cannot imagine that your configuration does not have set the email
Are you able to debug code? It would be interesting to know the value of the from variable, e.g. in file:
administrator/components/com_phocacart/libraries/phocacart/email/email.php on line cca 102, add some debug info:
e.g. var_dump($from);
to see what is the value of this variable.
Jan
Joomla 5 Compatability
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Joomla 5 Compatability
If you find Phoca extensions useful, please support the project
- landed
- Phoca Professional
- Posts: 121
- Joined: 15 Sep 2023, 10:51
Re: Joomla 5 Compatability
I have some error 500 on checkout page so cannot see the result of this. I dont have any email in my config file. Should I?
- landed
- Phoca Professional
- Posts: 121
- Joined: 15 Sep 2023, 10:51
Re: Joomla 5 Compatability
I compared this file in both instances and get very different files./components/com_phocacart/models/checkout.php
Not sure why as both are the same version of the install, confused as heck!
Not sure why as both are the same version of the install, confused as heck!
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Joomla 5 Compatability
Hmm, really hard to say what happened there.
Jan
Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Joomla 5 Compatability
Hi, I just reinstalled the component on your site and everything is OK there now. BTW try to test template which better suite the e-commerce website:
https://www.phoca.cz/joomla-templates/1 ... n-joomla-5
https://www.phoca.cz/joomla-templates/1 ... n-joomla-5
If you find Phoca extensions useful, please support the project