Page 1 of 1

Cancel popup and redirect parent page instead.

Posted: Wed Feb 22, 2017 5:27 pm
by RayYates
Highslide is great. Thanks for creating it.

To display products I want to upsell before proceeding to checkout, I am using this in a checkout link in the shopping cart page.

Code: Select all

onclick="return hs.htmlExpand(this, { objectType: 'ajax', width: '589' } )" 
However under some conditions the popup server side finds there is nothing to display.

How can I tell Highslide to stop and re-direct the shopping cart to the checkout page instead?