Page 1 of 1

Customizing Tabs

Posted: 13 Jan 2021, 11:41
by Lv@tasco.be
I use phoca cart and Joomforest (JF_Sirena)

In what way/how is it possible to customize the tabs in Phoca cart

things I would like to do:

1. Have multiple video's under the video tab
2. Hide the specification tab (use it for filtering but the important specs I put under Features)
3. Create a new tab and put the 1 or even multiple downloads there.

Re: Customizing Tabs

Posted: 16 Jan 2021, 15:05
by Jan
Hi, there are more ways to do.

3. You can add new tab per plugin - you can see examples of the events for this purpose in view default plugin:
plugins\pcv\default\default.php

1.2.3. You can override the item output with template override method:
components\com_phocacart\views\item\tmpl\default.php

See: https://www.phoca.cz/documents/116-phoc ... -overrides

Jan