Pop-up window containing product information - FIXED

  • Posts: 427
  • Thank you received: 19
8 years 1 week ago #254967

Hi is it possible to derive a pop-up window containing this product information. My goal is to use in listing_img_title.


Is it possible to add the new version 3?

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

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

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
8 years 1 week ago #254968

Hi,

I am sorry but I don't understand your request.
I can see that in your screenshot, you have the HikaMarket order details with a popup for the product (the product page with the "component" context in Joomla). But, I don't see what is your goal, what you want to achieve (or the link with the listing img title view).

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: 427
  • Thank you received: 19
8 years 1 week ago #255029

Hi my goal is when a customer examine the list of products in Hikashop could see a quick review of the product. For example when a customer liked a product be possible before visiting the product page can click on a button leading to a popup window like this.
For example:

Attachments:
Last edit: 8 years 1 week ago by neo191987.

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
8 years 1 week ago #255032
The following user(s) said Thank You: neo191987

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

  • Posts: 427
  • Thank you received: 19
8 years 6 hours ago #255917

Hi I managed to do it but I have the following problem: when I log in to the site pop-up windows stops working and shows this:


And the title of the product leads to this link /product/name/tmpl-component that leads to that page that is pictured.

This is the code that I use:

<a class="modal" rel="{handler: 'iframe', size: {x: 950, y: 420}}" href="<?php echo $link = hikashop_completeLink('product&task=show&cid='.$this->row->product_id.'&tmpl=component&name='.$this->row->alias.$this->itemid.$this->category_pathway);?>" onhover="SqueezeBox.fromElement(this,{parse: 'rel'});return false;">
<i class="fa fa-search-plus"></i>
</a>

Attachments:
Last edit: 8 years 6 hours ago by neo191987.

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

  • Posts: 427
  • Thank you received: 19
8 years 6 hours ago #255919

This is a short video of the problem: youtu.be/6QOf2yxXnmc

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
7 years 11 months ago #255921

Hi,

This indicates that you have a javascript error on the page once logged in which prevents the Joomla popup library from initializing and thus the link works as if there was no popup.
You need to check the console error log of your browser on that page to get the error message which should help you locate the root of the problem. It's probably with something that only display on the page once you're logged in, like an extra module, or a system plugin, etc.

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

Time to create page: 0.083 seconds
Powered by Kunena Forum