I want to create a custom popup window that explains the CVV code. In early version of 2.0.x, I had this working, but the 2.0.8 upgrade has broken it. Can anyone tell me how to do this with 2.0.8?
Here’s the code I was using before to call in my custom cvv.tpl template:
Why aren’t you just using a link (anchor tag) with target=“_parent”?
I must be missing what you’re trying to do. As I understand it you don’t need access to any of the cart files or data, you simply want to show an html page in a pop-up window. Me thinks if that’s all you want to do, the anchor tag would be best suited.