Hi! I'm trying to get all the links on my site to open with the _self target. I've added <base target="_self"> to the header HTML. I did it by adding the HTML to the head.php file in the blocks folder. Is that correct?
You can see the added <base target="_self"> on line 86 of the source code of my front page: http://floortracks.cloudaccess.net/
It doesn't seem to be working, so just wondering if there's something different I need to do for all links to open with _self.
This is mainly for an online store extension. I want to keep it in an iframe, so every step along the way stays in the iframe, especially the step that goes to PayPal. My main goal is to keep the PayPal payment process wrapped in my site and not take the customer away from my site to go through PayPal. Is there a way to do this?
Thank you!