pop-up

  • Posts: 172
  • Thank you received: 2
11 years 3 months ago #119045

-- HikaShop version -- : 2.2.0
-- Joomla version -- : 3.1
-- PHP version -- : 5
-- Browser(s) name and version -- : google

When I click the button (to buy) - product is added to the cart but a pop-up window (to buy or continue shopping) does not appear.
What should I do ?
thx

Last edit: 11 years 3 months ago by rockettboost.

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 3 months ago #119048

Hi,

Change the popup mode in the HikaShop configuration.
www.hikashop.com/support/documentation/5...html#display_general

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: 172
  • Thank you received: 2
11 years 3 months ago #119057

hi , Jerome !
i tried different settings mootools, bootstrap , but after clicking 'buy' button pop-up does not appear .

also i don't use mootools on my site , but I turn on it to check the pop-up window . (nothing)
can i work normaly without mootools ?
and why you don't use jquery ?

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 3 months ago #119060

Hi,

We uses the official Joomla popup systems.
Your template should be compatible with at least, one of us.

It is possible that your CSS is not compatible with the Joomla popup, but it is possible that your configuration not right and HikaShop does not try to open your popup.

So, when you are in the checkout, can you edit an address in a popup ? If you click on the "modify" icon, a popup for the address will be open. At this moment we will be able to know what is exactly the problem (or, having a better direction to search).

The other good idea will be to provide a link to your website so we can take a look.

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: 172
  • Thank you received: 2
11 years 3 months ago #119062

i use local server *

yes when mootools is turn on - i can change the adresss in a pop-up , but buy button not work with pop-up .
but when i turn off mootools - i can't change nothing .
thx

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 3 months ago #119067

Hi,

So you have to use the "mootools" mode.
Please provide a screenshot of your HikaShop configuration, specially for the option about the popup when a product is added to the cart.
Do you have some javascript error in your product page ?

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: 172
  • Thank you received: 2
11 years 3 months ago #119090

after clicking on product i redirect to shopping cart

Last edit: 11 years 3 months ago by rockettboost.

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 3 months ago #119091

Hi,

I mean, the cart options (and if you can log-in in english, it could be cool for us)
www.hikashop.com/support/documentation/5...onfig.html#main_cart

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

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

  • Posts: 172
  • Thank you received: 2
11 years 3 months ago #119094

oh , thx ! works fine !

continue to study)
Thanks for a great product!
I hope soon everything will be on jquery)

Last edit: 11 years 3 months ago by rockettboost.

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

  • Posts: 172
  • Thank you received: 2
11 years 3 months ago #119151

Jerome , Is there a way to add a picture (icon) of purchased product in a pop-up window ?

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 3 months ago #119185

Hi,

I guess that it would be possible but I don't see what you want to do.

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: 172
  • Thank you received: 2
11 years 3 months ago #119190

something like this

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 3 months ago #119221

Hi,

You can customize the popup content by overriding the view "checkout | notice".
But the "checkout | notice" is not called with parameters so you can know easily what was the product added in the cart.
The best is to override the "hikashop_popup_js_render" in order to change the url dynamically and adding the product id in parameter of the "checkout | notice" url.
The id is already known so you can get the link element in the dom and change his "href" before calling the popup.
At this moment you will retrieve the product id in the popup view so you can load the HikaShop product and display what you want to display.

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: 172
  • Thank you received: 2
11 years 3 months ago #119227

a little unclear to me. I'll try it later.
and another question.

When a pop-up window is open the whole site a bit shifted. What's the problem?

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 3 months ago #119268

Hi,

I think that's because the popup library hide the scroll-bar temporally.

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

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

  • Posts: 172
  • Thank you received: 2
11 years 3 months ago #119282

oh sure !
thx

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

  • Posts: 172
  • Thank you received: 2
11 years 3 months ago #120610

hello , hika checkout pop-up add class to my "body" - body-overlayed .
where can i remove it ?

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

  • Posts: 2334
  • Thank you received: 403
11 years 3 months ago #120634

Hi there,

This is a class added either by joomla or your theme, it's related to bootstrap I think.
So sorry but it's not related to Hikashop :)

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

  • Posts: 172
  • Thank you received: 2
11 years 3 months ago #120665

it's modal.js
i think it's mootools

I implore you to do the Hika on Jquery :)

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

Time to create page: 0.107 seconds
Powered by Kunena Forum