Tell a friend

  • Posts: 40
  • Thank you received: 0
12 years 1 month ago #69980

Hello,

Is it possible to use a "tell a friend" function on the productsites ? And when it is possible, How do i do that ?

Wih friendly regards,

Fred

Please Log in or Create an account to join the conversation.

  • Posts: 1053
  • Thank you received: 11
  • Hikashop Business
12 years 1 month ago #69988

I m interested too.
There are modules for joomla websites generally, but I need it too to work per product

Please Log in or Create an account to join the conversation.

  • Posts: 49
  • Thank you received: 2
12 years 1 month ago #69992

As am I. Great request.

Please Log in or Create an account to join the conversation.

  • Posts: 96
  • Thank you received: 14
12 years 1 month ago #69993

Is not possibly, at least by now, to incorporate the "send by mail" function you find in common joomla articles?
As i understand, the description of the products rely on the standard joomla component and when you use the mail function over there it simply sends the link of the page to the recipient.
I know this is not as fancy as having a full featured social share bar but at least you can have an instrument to share your products and i don't think it is too much difficult to implement.

Please Log in or Create an account to join the conversation.

  • Posts: 82818
  • Thank you received: 13361
  • MODERATOR
12 years 1 month ago #70136

The JED is not available at the moment, but Im sure that you could add one of the étell a friend" plugins of Joomla on your product page:
extensions.joomla.org/extensions/social-...are/social-recommend
extensions.joomla.org/extensions/social-...ocial-recommend/6010

Please Log in or Create an account to join the conversation.

  • Posts: 1053
  • Thank you received: 11
  • Hikashop Business
12 years 1 month ago #70154

Nice recomendation.
I suppose I edit file show_default since I use this one and I do the same you did


<?php
$pluginsClass = hikashop_get('class.plugins');
$plugin = $pluginsClass->getByName('content', 'hikashopsocial');
if (@ $plugin->published || @ $plugin->enabled) {
echo '{hikashop_social}';
}
?>

But since its a module, and its not a hika plugin, please tell me the code to include it.

Thanks!

Please Log in or Create an account to join the conversation.

  • Posts: 82818
  • Thank you received: 13361
  • MODERATOR
12 years 1 month ago #70246

You can use the modules anywhere extension extensions.joomla.org/extensions/core-en...embed-a-include/6402 in order to load that "tell a friend" module on the product page.
Just add the modules anywhere tag after the piece of code you posted.

Please Log in or Create an account to join the conversation.

Time to create page: 0.099 seconds
Powered by Kunena Forum