how to publish hikashop products on social network

  • Posts: 159
  • Thank you received: 0
11 years 2 months ago #122975

-- url of the page with the problem -- : marthut.com
-- HikaShop version -- : 2.2.1
-- Joomla version -- : 3.0
-- PHP version -- : 5.3.27
-- Browser(s) name and version -- : FireFox 23.0.1
-- Error-message(debug-mod must be tuned on) -- : Error_message

Hi. i have installed AutoTweetNG in my website. it is publishing Articles to social network websites like facebook, tweeter, linkedIn etc..
but not the hikashop products i add.

how to publish hikashop products to social networks ? is there any plugin/module from hikashop or i have to edit AutoTweetNG ?

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 2 months ago #122977

Hi,

You can take a look at the list of "integrations" in our documentation
www.hikashop.com/support.html

There are several "social network" plugins which are compatible with HikaShop (and maybe more).
You can also take a look in the joomla extension directory, using a search or looking in the HikaShop dedicated section
extensions.joomla.org/extensions/extensi.../hikashop-extensions

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: Shafan Hameed

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

  • Posts: 159
  • Thank you received: 0
11 years 2 months ago #123015

One more question please.

when we go to checkout page it shows mywebsite.com//index.php/checkout/step/step-1#hikashop_payment_methods

how to make it mywebsite.com//index.php/checkout/step/step-1#payment_methods
i am using Hikashop starter edition

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

  • Posts: 2334
  • Thank you received: 403
11 years 2 months ago #123016

Hi there,

The two addresses you posted are the same :)

The following user(s) said Thank You: Shafan Hameed

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

  • Posts: 159
  • Thank you received: 0
11 years 2 months ago #123034

Nope Dear :)
mywebsite.com//index.php/checkout/step/step-1#hikashop_payment_methods
mywebsite.com//index.php/checkout/step/step-1#payment_methods

there is little difference in it . the name HikaShop :P

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

  • Posts: 159
  • Thank you received: 0
11 years 2 months ago #123035

kindly also let us know how to make different variations in colors with price
means
one product required 3 colors Red ($10), green($15), black($18)
and other required 3 other colors blue($5), yellow($15), white$(8)

do we have to make one variation in it or go for 2 variations ?

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

  • Posts: 12953
  • Thank you received: 1778
11 years 2 months ago #123058

Hi,

1. The #hikashop_payment_methods will be used to automatically scroll to you payment method selection through your checkout workflow when you'll select a payment method.
So you should :
- Go to "Hikashop->Display->Views"
- Edit the "Payment" file of your "checkout" view of your front-end template
- Change this line :

<div id="hikashop_payment_methods" class="hikashop_payment_methods">
By :
<div id="payment_methods" class="hikashop_payment_methods">
- this line :
$checked.=' onclick="this.form.action=this.form.action+\'#hikashop_payment_methods\';this.form.submit(); return false;"';
By : code]$checked.=' onclick="this.form.action=this.form.action+\'#payment_methods\';this.form.submit(); return false;"';[/code]

2. The best solution will probaby be to create one COLOR characteristic with these 6 values, add this characteristic to your 2 products through the "characteristic" tab of their product page, and then un-publish the variants that you don"t want for your products by using the "Manage variant" button of the "characteristic" tab.

Hope this will help you :).

Last edit: 11 years 2 months ago by Mohamed Thelji.
The following user(s) said Thank You: Shafan Hameed

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

  • Posts: 159
  • Thank you received: 0
11 years 2 months ago #123148

hi it gives me an error
"Parse error: syntax error, unexpected '[' in /home/marthut/public_html/templates/mart_hut/html/com_hikashop/checkout/payment.php on line 35"

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

  • Posts: 159
  • Thank you received: 0
11 years 2 months ago #123150

Sorry it was my mistake .. i placed

and
with it :P now its completely fine when removing this code thing :)

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

  • Posts: 159
  • Thank you received: 0
11 years 2 months ago #123166

By the way you didnt tell me how to add variations with price :S
i understand about the Variations but i cannot see any options to add the price on each variation

Secondly is there any way to publish Hikashop products on facebook, twitter free ?

Last edit: 11 years 2 months ago by Shafan Hameed.

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

  • Posts: 2334
  • Thank you received: 403
11 years 2 months ago #123196

Hi there,

If you mean variants instead of variations, it's quite easy. Just edit your product, click on the "edit variants" button and you should then be able to edit each variant separately, including the price.
Publishing your products on social network is also easy, just enable the hikashop social network plugin in Joomla, that will add a bar in your product page to share your product ;)

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

  • Posts: 159
  • Thank you received: 0
11 years 2 months ago #123300

well i already did this but what i am asking is ..

Is it possible that i add product in hikashop and it automatically publishes on facebook and twitter without clicking any other thing.

there should be any plugin or module for that. i added one plugin called AutoTweetNG it publishes on facebook and twitter .. i just added facebook channel in it.

But the main issue is it publishes only joomla articles not hikashop products. so is there anything which works on hikashop products same like this one ?

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 2 months ago #123327

Hi,

Is it possible that i add product in hikashop and it automatically publishes on facebook and twitter without clicking any other thing.

Yes. Please see my first post in this thread.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: Shafan Hameed

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

  • Posts: 159
  • Thank you received: 0
11 years 2 months ago #123354

i read the HikaSocial but isn't it for the users/visitors coupon only if they share ?

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 2 months ago #123379

Hi,

HikaSocial is not the only one listed...
There is "SocialBacklinks" too : www.joomunited.com/

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 159
  • Thank you received: 0
11 years 2 months ago #123425

hi i try to install SocialBacklinks and i am getting this error.

" Whooohoo! Social Backlinks component has been successfully updated
and ready to send even more your content to social networks!

Catchable fatal error: Argument 1 passed to SBInstaller::__construct() must be an instance of JInstallerComponent, instance of JInstallerAdapterComponent given, called in /home/marthut/public_html/tmp/install_523325b8da085/socialbacklinks_1.1.1_j25a/install/script.php on line 219 and defined in /home/marthut/public_html/tmp/install_523325b8da085/socialbacklinks_1.1.1_j25a/install/script.php on line 435"


Any idea about this ?

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 2 months ago #123437

Hi,

For the support of Social Backlinks, I am sorry but we can't help you.
www.joomunited.com/support/ticket-support

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.127 seconds
Powered by Kunena Forum