Hi
I want to show a Product detail view in Phoca Cart.
But the Field 'Select Product' is not stored, so whe i want to open the menu again, following message appeares:
Class 'PhocacartText' not found.
Thanks for Help
Product detail in Menu not selectable
-
- Phoca Member
- Posts: 28
- Joined: 06 Jan 2020, 11:35
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Product detail in Menu not selectable
Hi, which version of Phoca Cart do you use?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 28
- Joined: 06 Jan 2020, 11:35
Re: Product detail in Menu not selectable
I use Phoca Card V 3.4.0.
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Product detail in Menu not selectable
Hi, thank you for the info, confirmed, I will take a look at it for the next version.
For now, you can do a quick fix, just paste this code:
to file: administrator\components\com_phocacart\models\fields\phocaselectitem.php
on lince cca 19
Thank you, Jan
For now, you can do a quick fix, just paste this code:
Code: Select all
if (! class_exists('PhocacartText')) {
require_once( JPATH_ADMINISTRATOR.'/components/com_phocacart/libraries/phocacart/text/text.php');
}
on lince cca 19
Thank you, Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 28
- Joined: 06 Jan 2020, 11:35
Re: Product detail in Menu not selectable
Thank you for the patch, is ok now, great support!
Walter
Walter
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Product detail in Menu not selectable
Ok, great to hear it.
Jan
Jan
If you find Phoca extensions useful, please support the project