Hey Everyone,
i am just setting up a "Shop" or catalogue with joomla.
It would be pretty important, that clients can search for the Product Serial Numbers.
I added a product, entered a serial number, went to Joomla Dashboard, Cponents - Search and indicated the page. The Phoca menu point was not indicated and i can not find the products serial number.
Anyone an idea how i can get that ?
Joomla Search & Phoca Products
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Joomla Search & Phoca Products
Hi, which search do you mean? In admin or in frontend?
In admin, items can be searched by SKU or EAN.
To search even by serial number, the model in administration needs to be customized:
administrator/components/com_phocacart/models/phocacartitems.php
Jan
In admin, items can be searched by SKU or EAN.
To search even by serial number, the model in administration needs to be customized:
administrator/components/com_phocacart/models/phocacartitems.php
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 15
- Joined: 12 May 2023, 12:10
Re: Joomla Search & Phoca Products
Hi Jan,
thanks for the fast reply.
it´s about the search in frontend. Clients should have the option to search for the product number, or for any other content, written into the shop. So - it would be great, if all things i write into the Phoca - Component could be found in the search in frontend (yootheme & Joomla combined)
Is that possible? For me it would make sense.
thanks for the fast reply.
it´s about the search in frontend. Clients should have the option to search for the product number, or for any other content, written into the shop. So - it would be great, if all things i write into the Phoca - Component could be found in the search in frontend (yootheme & Joomla combined)
Is that possible? For me it would make sense.
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Joomla Search & Phoca Products
Hi, as default, there is no such option because you cannot search each possible item - to save memory resources and have some standard loading time. We are always limited by resources.
So in frontend, the situation is similar, only the file is different:
administrator/components/com_phocacart/libraries/phocacart/search/search.php line cca 391, there you can see searching of SKU or EAN, so you can add serial_number too.
Jan
So in frontend, the situation is similar, only the file is different:
administrator/components/com_phocacart/libraries/phocacart/search/search.php line cca 391, there you can see searching of SKU or EAN, so you can add serial_number too.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 33
- Joined: 29 Sep 2022, 00:28
Re: Joomla Search & Phoca Products
Hiya,
i just installed fresh joomla4 and phoca cart.
I am trying to help my friends get organized and to have one place where they would have old spare parts sorted(basically 20year old junk).
I was thinking putting all these parts in phoca cart, which i started doing, so they can internaly use this combination for keeping parts indexed, and when they use it, to shop it, then the stock would go down as they take the parts.
However, when i created few products/parts, i was simulating how they would find needed part, this is where i am a bit lost.......how do i setup search on the frontside? I am not a programer ¯\_(ツ)_/¯
i just installed fresh joomla4 and phoca cart.
I am trying to help my friends get organized and to have one place where they would have old spare parts sorted(basically 20year old junk).
I was thinking putting all these parts in phoca cart, which i started doing, so they can internaly use this combination for keeping parts indexed, and when they use it, to shop it, then the stock would go down as they take the parts.
However, when i created few products/parts, i was simulating how they would find needed part, this is where i am a bit lost.......how do i setup search on the frontside? I am not a programer ¯\_(ツ)_/¯
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Joomla Search & Phoca Products
Hi, it depends on you and Joomla. There are a lot of possible options:
Standard Phoca Cart search:
https://www.phoca.cz/phoca-cart-search-module
Smart Search plugin for Phoca Cart (if you prefere smart search):
https://www.phoca.cz/phocacart-extensio ... uct-plugin
https://www.phoca.cz/phocacart-extensio ... ory-plugin
or you can use AJAX search:
https://n3t.bitbucket.io/extension/n3t- ... rt-search/
Jan
Standard Phoca Cart search:
https://www.phoca.cz/phoca-cart-search-module
Smart Search plugin for Phoca Cart (if you prefere smart search):
https://www.phoca.cz/phocacart-extensio ... uct-plugin
https://www.phoca.cz/phocacart-extensio ... ory-plugin
or you can use AJAX search:
https://n3t.bitbucket.io/extension/n3t- ... rt-search/
Jan
If you find Phoca extensions useful, please support the project
- Benno
- Phoca Hero
- Posts: 9435
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Joomla Search & Phoca Products
Hi,
see image:
Kind regards,
Benno
@Jan: You were faster again....
see image:
Kind regards,
Benno
@Jan: You were faster again....
-
- Phoca Member
- Posts: 33
- Joined: 29 Sep 2022, 00:28
Re: Joomla Search & Phoca Products
Hi folks,Jan wrote: ↑15 Aug 2023, 15:49 Hi, it depends on you and Joomla. There are a lot of possible options:
Standard Phoca Cart search:
https://www.phoca.cz/phoca-cart-search-module
Smart Search plugin for Phoca Cart (if you prefere smart search):
https://www.phoca.cz/phocacart-extensio ... uct-plugin
https://www.phoca.cz/phocacart-extensio ... ory-plugin
or you can use AJAX search:
https://n3t.bitbucket.io/extension/n3t- ... rt-search/
Jan
i tried first suggested option: Standard Phoca Cart search
https://www.phoca.cz/phoca-cart-search-module
Not sure if there are any advantages using other option tho, but this works 👍
@Benno maybe you could share some feedback if you used other search options for phoca cart
Thank you so much
- Benno
- Phoca Hero
- Posts: 9435
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Joomla Search & Phoca Products
Hi,
I also know only these three modules. You have to try out for yourself which of them meets your requirements the most. All three work.
Kind regards,
Benno
I also know only these three modules. You have to try out for yourself which of them meets your requirements the most. All three work.
Kind regards,
Benno
- Nidzo
- Phoca Professional
- Posts: 387
- Joined: 07 Nov 2018, 14:55
Re: Joomla Search & Phoca Products
@Net you can try n3t PhocaCart Search
https://extensions.joomla.org/extension ... rt-search/
I use it in my current project. Like Benno said you should try all possibilities
https://extensions.joomla.org/extension ... rt-search/
I use it in my current project. Like Benno said you should try all possibilities