Page 1 of 1
Social Button
Posted: 20 Apr 2020, 02:25
by supportotecinf
hello, is there a plugin that allows you to put the buttons of the various social networks to share the detail of a product, eg facebook, instagram, linkedin etc?
Thank you
Re: Social Button
Posted: 20 Apr 2020, 13:14
by Jan
Hi, why not to use some module like:
https://www.phoca.cz/phoca-facebook-comments-module
You can display it standardly on module position or you can load such module as plugin in description.
Jan
Re: Social Button
Posted: 23 Apr 2020, 09:39
by supportotecinf
Hi, not good, I would like to put the keys under the image of the products detail.
Thank you
Re: Social Button
Posted: 23 Apr 2020, 17:22
by Jan
Then there are another options:
- to paste it into some text like description with help of content plugin (I don't think, this is the right way as the position is limited)
- to paste it with some specific Phoca Cart plugin - PCV (Phoca Cart View plugin) with following events:
PCVonItemBeforeHeader
PCVonItemAfterAddToCart
PCVonItemBeforeEndPricePanel
PCVonItemInsideTabPanel
PCVonItemAfterTabs
PCVonItemImage
PCVonItemsBeforeHeader
PCVonItemsItemAfterAddToCart
The event names say where the icons will be displayed. Such plugin needs to be created or some content plugin needs to be transformed to Phoca Cart View plugin.
- or to add own customized code directly to item (product) view template (layout) override

- or use some specific system plugin which will affect html output only in item (product) view
Jan