hikashop_social does not work

  • Posts: 4
  • Thank you received: 0
11 years 4 months ago #81787

Thanks you Jerome,

You made my day
Undak

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

  • Posts: 89
  • Thank you received: 1
11 years 2 months ago #90158

Hi all

just installed new plugin version you posted, but it seems not to solve the problem for me.

In my experience, the plugin don't work only for unauthenticated user

how can I fix?

regards
Fabio


Configuration:
Joomla: 2.5.9
Hikashop: 2.1.1
Hikamarket: 1.1.2

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

  • Posts: 26025
  • Thank you received: 4005
  • MODERATOR
11 years 2 months ago #90174

Hi,

The plugin in HikaShop 2.1.0 is more recent than the plugin I posted 2 months ago.

You said that for authenticated users it works but not for unanthenticated one.
Do you have some cache activated in your website ?

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: 89
  • Thank you received: 1
11 years 2 months ago #90188

Hi Jerome

I re-installed the complete package of hikashop professional. The problem still persists.
For example: www.insegnalo.it/catalogo-corsi-online/c...a-professionista-2-0

Yes, I use joomla progressive cache

I also installed this plugin to chache control and disable com_hikashop cache
extensions.joomla.org/extensions/core-en...formance/cache/17783

The strange thing is that if you load the page the first time it works, if you refresh the page no longer see the plugin

Is that clear?

Regards
Fabio


Configuration:
Joomla: 2.5.9
Hikashop: 2.1.1
Hikamarket: 1.1.2

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

  • Posts: 26025
  • Thank you received: 4005
  • MODERATOR
11 years 2 months ago #90190

Hi Fabio,

I am sorry but I don't think that your cache system is really disabled for HikaShop pages.

The first time you see the right button, it was because the cache was not exists.
So the plugin was right called and it could change the tag by the html content.
The second time, the page was cached so, it render the cache page and does not call the system plugin.

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: insegnalo

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

  • Posts: 19
  • Thank you received: 0
10 years 1 month ago #149736

hello,
i hace similar problem but more strange.
sometimes plugin Works , most of them {hikashop_social} and sometimes display wrong image and bad description

www.bonsai-hobby.com is my site

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

  • Posts: 13201
  • Thank you received: 2322
10 years 1 month ago #149859

Hi,

Which version of HikaShop do you have ? The 2.3.0 ? If not, thanks to update.

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

  • Posts: 19
  • Thank you received: 0
10 years 1 month ago #149869

Hello again,
i am using the hikashop version : 2.2.3 and joomla 2.5.19 i will update the version to check if the problem still remain.thanks

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

  • Posts: 19
  • Thank you received: 0
10 years 1 month ago #149870

i just upgrafe the version of hikashop but unfortunatelly nothing happen!
check this link of my site:


bonsai-hobby.com/accesories_bonsai/product/64-accesories-2.html

after upgrade all of my photos have white border!!!!!!!!!!!!!!!!!!!! and the hikashop Social not work! :huh:

Last edit: 10 years 1 month ago by goforbet.

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

  • Posts: 26025
  • Thank you received: 4005
  • MODERATOR
10 years 1 month ago #149877

Hi,

The fist time I see the page, the social button were there.
The second time, I got the tag.

I think you have a cache system somewhere ; in your Joomla or in your template.

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: 19
  • Thank you received: 0
10 years 1 month ago #149956

and how i disable this cache , can you help me?

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

  • Posts: 13201
  • Thank you received: 2322
10 years 1 month ago #149959

Hi,

To disable the cache, you can go in the Joomla configuration options.
Disable the Joomla cache plugin, and potentially any other installed cahce plugin or component.
Sometimes there is cache too in the template.

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

  • Posts: 19
  • Thank you received: 0
10 years 1 month ago #150053

Xavier,thanks a lot!!!!!
i disabled the system cache plugin of joomla and now Works fine!!!!!
thanks a lot

well we have a little problem , i disable cache and i have NEW problem... Social plugin Works but
take a look

bonsai-hobby.com/pot.html

i have 4 pages in this hikashop catergory... if i will go to last page (4) and after that page go to tanuki(etc) and after tanuki go to pot catergory, i will go to last page , not to First page!!!!!!!


:unsure: :unsure: :unsure:

Last edit: 10 years 1 month ago by goforbet.

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

  • Posts: 13201
  • Thank you received: 2322
10 years 1 month ago #150247

Hi,

The best I think is to edit the file "listing" of the view "product" via the menu Display>Views and add such code at the beginning:

<?php
$suffix = $this->pagination->hikaSuffix;
$this->pagination = hikashop_get('helper.pagination', $this->pageInfo->elements->total, 0, $this->pageInfo->limit->value);
$this->pagination->hikaSuffix = $suffix;
?>
This will reset the pagination.

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

  • Posts: 19
  • Thank you received: 0
10 years 1 month ago #150314

in which file of hikashop i will add this code? i dont understand

i found this

components\com_hikashop\views\product\tmpl\listing.php

i put it First of all this code and after that i take an error...(can not display the page)

Last edit: 10 years 1 month ago by goforbet.

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

  • Posts: 13201
  • Thank you received: 2322
10 years 1 month ago #150335

Via the menu Display > Views, filter on "listing" and edit the listing view of the "product" type.
hikashop.com/support/support/documentati...ize-the-display.html

The line:

$this->pagination = hikashop_get('helper.pagination', $this->pageInfo->elements->total, 0, $this->pageInfo->limit->value);
should be enough in your case. The error come probably by an error when editing.
Probably due to the PHP tags, there must not be two following opening or ending tags.

Last edit: 10 years 1 month ago by Xavier.

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

  • Posts: 19
  • Thank you received: 0
10 years 1 month ago #150411

Good morning,
Finally i found the listing.php
I insert the code at the beggining of file but nothing happens.

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

  • Posts: 26025
  • Thank you received: 4005
  • MODERATOR
10 years 1 month ago #150589

Hi,

Are you sure you edited the view "product | listing" for the right template ?
In the views panel, you can use some filters (in the top right), the best is to select your front-end template so you will be sure to override the view for the right template.

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: 19
  • Thank you received: 0
10 years 1 month ago #150606

Hello,
take a look of these two images

Attachments:

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

  • Posts: 19
  • Thank you received: 0
10 years 1 month ago #151173

Good morning
Jerome,Xavier? did you find nothing?

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

Time to create page: 0.124 seconds
Powered by Kunena Forum