Several problems in the new version 3

  • Posts: 410
  • Thank you received: 15
7 years 3 months ago #260024

-- HikaShop version -- : 3.0.0

Hi noticed several problems in version 3.
The first problem is when I try to Convert cart in wishlist displays the following error (legacy) : Access forbidden.
The second problem is the module contents example Related products - there are no buttons function recently reviewed.
The third problem is no longer displayed buttons on facebook for likes or sharing.

Last edit: 7 years 3 months ago by neo191987.

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
7 years 3 months ago #260037

Hi,

1 - Where are you converting a cart into a wishlist ?
That feature is no more available in the cart.

2 - You can re-download HikaShop 3 to get the patch

3 - I'm afraid that I don't understand what you're talking about

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: 410
  • Thank you received: 15
7 years 3 months ago #260060

Hi just specify whether talking about the same button
1 question -


3 question - Facebook button it does not appear.

Attachments:
Last edit: 7 years 3 months ago by neo191987.

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

  • Posts: 81513
  • Thank you received: 13068
  • MODERATOR
7 years 3 months ago #260075

Hi,

1. Thanks for the additional information. We were able to reproduce the issue and fix it. Download again the 3.0.0 install package on our website and install it on yours and that will add the patch for that.

2. Regarding the display of the facebook share interface, I'm not sure. We didn't change anything for that with HikaShop 3. It looks like an issue relative to the product page layout overrides of your template.
What if you switch to the default template of Joomla ? Does it display properly there ?

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

  • Posts: 410
  • Thank you received: 15
7 years 3 months ago #260114

1. Hi after the update gives me the following error: HTTP ERROR 500
2. I found where the problem.

In the new version code is (plugins/system/hikashopsocial/hikashopsocial.php):
if(empty($plugin->params)){
$plugin->params = 'fb-like';
}
$html .= '<div class="'.$plugin->params.'" data-href="'.$url.'" '.implode(' ', $url_options).'></div>';
}

if it replaces the code: $html .= '<div class="'.$plugin->params.'" data-href="'.$url.'" '.implode(' ', $url_options).'></div>';
with that of version 2.6.4: $html .= '<div class="fb-like" data-href="'.$url.'" '.implode(' ', $url_options).'></div>';

Buttons are available.

Last edit: 7 years 3 months ago by neo191987.

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
7 years 2 months ago #260127

Hi,

1 - An error 500 can be a fatal error.
Please provide more concrete details and please check your PHP error log.

2 - Please use the "code" tag to post source code.
Like that I'm afraid that I don't understand your modification ; please details.

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: 410
  • Thank you received: 15
7 years 2 months ago #260179

1. syntax error, unexpected ''showcart'' (T_CONSTANT_ENCAPSED_STRING), expecting ')'
2. I meant that if back button code from version 2.6.4 (plugins/system/hikashopsocial/hikashopsocial.php) - no problems with them.
(If you change lines from 365 to 369 of the new version:

if(empty($plugin->params['fb_type'])){
				$plugin->params['fb_type'] = 'fb-like';
			}
			$html .= '<div class="'.$plugin->params['fb_type'].'" data-href="'.$url.'" '.implode(' ', $url_options).'></div>';
		}
those of version 2.6.4:
$html .= '<div class="fb-like" data-href="'.$url.'" '.implode(' ', $url_options).'></div>';
- the problem is solved)

I think the new code does not generate button rather only:
<span class="hikashop_social_fb"><div class="5" data-href="https://andronika.net/index.php/games/product/1-anno-2070" data-layout="button_count" data-show-faces="false" data-font="arial" data-send="true"></div></span>

Last edit: 7 years 2 months ago by Jerome. Reason: [code] is nice

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

  • Posts: 81513
  • Thank you received: 13068
  • MODERATOR
7 years 2 months ago #260286

Hi,

1. We've added another patch for that.

2. Thanks for the additional details. We were able to reproduce the problem and added a patch for it.

The following user(s) said Thank You: neo191987

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

  • Posts: 410
  • Thank you received: 15
7 years 2 months ago #260295

Thank now everything is fine. I continue to test the new version and if I find something it will write.

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

Time to create page: 0.090 seconds
Powered by Kunena Forum