No. (I had already tried that

)
I don't Think the url is important for the popup to work.
The link is.
To show articles I decided to use Articles Anywhere.
In tos.php and tos2.php I changed lines 49-50 from
<h2><?php echo vmText::_ ('COM_VIRTUEMART_CART_TOS') ?></h2>
<?php echo $cart->vendor->vendor_terms_of_service ?>
to
{article id="123"}[text]{/article}
For tos.php my issue is now solved.However tos2.php still does not popup.And I believe that (part of) the issue lies in line 48 in tos2.php
<div id="full-tos">
1. When both tos and tos2 are displayed on the same page there are 2 id="full-tos", which is incorrect. (ids need to be unique)
2. When I change that line to id="full-tos2" the container is no longer hidden. (#full-tos has an inline style="display:none;", #full-tos2 does not).
I feel that there is some code missing for tos2...
Regards,
Wim
PS...
When tos2.php is displayed in account maintenance (view-user taak-editaddresscart) #full-tos is not hidden either...
I do get a popup, but it displays the message
The requested content cannot be loaded.
Please try again later.
PS2...
When tos.php is displayed in account maintenance #full-tos (of tos2)
is (also) hidden...