Hi,
I'm wanting to create a pop-up that appears when you hover over the checkout link wherebt it is only invoked if the cart value and cost is at zero.
If you hover over "BASKET" on this fashion website you'll see what I'm aiming to do: http://www.boxfresh.co.uk
I was basically going to write a BLOCK IF statement that would display the code I have written only if the cart values are of null value. However, I'm not sure if there are any variables in Actinic that would allow me to achieve this, consider the orderline is written using JavaScript.
I know how to do the pop-up, I just not sure if I can detect cart values in Actinic. Has anyone ever tried this? Or have any ides?
I'm wanting to create a pop-up that appears when you hover over the checkout link wherebt it is only invoked if the cart value and cost is at zero.
If you hover over "BASKET" on this fashion website you'll see what I'm aiming to do: http://www.boxfresh.co.uk
I was basically going to write a BLOCK IF statement that would display the code I have written only if the cart values are of null value. However, I'm not sure if there are any variables in Actinic that would allow me to achieve this, consider the orderline is written using JavaScript.
I know how to do the pop-up, I just not sure if I can detect cart values in Actinic. Has anyone ever tried this? Or have any ides?
Comment