Hi Jan
I know, this might be an exotic question. A company donates us 10% of their revenues when selling certain products. To promote this company, I would like to add a category for these products. Only, the category button should not link to the local Phoca products but to the external shop. Is there a way I can do that in Phoca? Or any other way to place such an "Ad" on the category page with Phoca Cart? Alternative would be to add my own little module but the alignment and integration in Categories view would not look nice.
Thank you für any ideas
Alexander
Category link to external site possible
-
- Phoca Enthusiast
- Posts: 79
- Joined: 15 Jan 2020, 17:36
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Category link to external site possible
Hi, see options for parameter: Add to Cart (Category, Items View)
But the problem is, this then works for all products, not only for selected so if you have only some products to link to external site, this needs to be customized directly in the code - to make override and add some conditions
All buttons can be overrided by template output, they are located here:
components/com_phocacart/layouts/
Jan
But the problem is, this then works for all products, not only for selected so if you have only some products to link to external site, this needs to be customized directly in the code - to make override and add some conditions
All buttons can be overrided by template output, they are located here:
components/com_phocacart/layouts/
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 79
- Joined: 15 Jan 2020, 17:36
Re: Category link to external site possible
Hi Jan
Thank you very much. That's all the info I need, I hope
Alexander
Thank you very much. That's all the info I need, I hope
Alexander
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Category link to external site possible
Ok
If you find Phoca extensions useful, please support the project