Add to cart popup

  • Posts: 95
  • Thank you received: 1
  • Hikashop Business
9 years 8 months ago #214267

-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.4
-- PHP version -- : 5.5.12

Hi,
I have disabled the popup functionality because i did not want to have a popup in order to add my address in the checkout process but now the popup is lost from the add to cart button too. I propably disabled the add to cart popup when trying to find a solution for the address , but i dont remember what i did. Can you tell me how to enable it back? Thank you

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

  • Posts: 26251
  • Thank you received: 4040
  • MODERATOR
9 years 8 months ago #214268

Hi,

"After a product is added to cart".
www.hikashop.com/support/support/documen...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.

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

  • Posts: 95
  • Thank you received: 1
  • Hikashop Business
9 years 8 months ago #214414

Thank you, i have displayed the modal now but i have another problem.
When I add a product in the cart, the popup modal that appears is as shown in Sreenshot_1, which is fine. However in a smaller screen ( like mobile ) the popup modal looks like in Screenshot_2.
Is there a way to fix the modal's height and make it responsive?

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
9 years 8 months ago #214494

Hello,
Using some CSS code like media queries will probably help you to solve it, here is a thread where you'll find an example :

You can do the modifications in the frontend css file via the menu Configuration > Display > CSS
Use the @media tags to change the width of the columns when the width of the page is less than xx.

ex:
@media (max-width: 767px) {
.hikashop_products .row-fluid .span4 { width: 49% !important;}
}

Here is some documentation about the layout customization:
www.hikashop.com/support/documentation/1...ize-the-display.html

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

Time to create page: 0.061 seconds
Powered by Kunena Forum