Change size of pop-up

  • Posts: 69
  • Thank you received: 4
  • Hikashop Business
11 years 5 months ago #105729

Hi,

I want to change the size of the pop-up notice that is shown after a product is added to the cart (continue shopping / go to cart) as I have added some text beneath the buttons. Where can I find that?

Thanks,
Niqui

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

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #105767

Hi,

You will have to create an override of the add to cart button: www.hikashop.com/fr/support/documentatio...tation.html#override
And use the code in the helper cart "administrator/components/com_hikashop/helper/cart.php" function "getJS()", to change the action of the button.

The popup size properties are in the code:

							'<a rel="{handler: \'iframe\',size: {x: 480, y: 140}}" id="hikashop_notice_box_trigger_link" href="'.hikashop_completeLink('checkout&task=notice'.$url_itemid,true).'"></a>'.
							'<a rel="{handler: \'iframe\',size: {x: 480, y: 140}}" id="hikashop_notice_wishlist_box_trigger_link" href="'.hikashop_completeLink('checkout&task=notice&cart_type=wishlist'.$url_itemid,true).'"></a>'.

The following user(s) said Thank You: niqui

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

Time to create page: 0.046 seconds
Powered by Kunena Forum