Hello jumbo
Thank you for your answer. I found an other manier to send my order to add an extern server cart in the wrapper but it doesn't work correctly, maybe can you helping me here.
This the button add to cart code : zie afbeelding
<p><a href="index.php?option=com_wrapper&view=wrapper&urldyn=1074721" target="_parent"><img src="images/bouton-ajouter-au-panier.jpg" alt="bouton-ajouter-au-panier" /></a></p>
This is the custom code to let extern url appear in de mod_wrapper:
<iframe <?php echo $this->wrapper->load; ?>
id="blockrandom"
name="iframe"
src = "<?php echo 'http://extern-server.com/add_basket.php?g7=3128632N&nr='.JRequest::getVar('urldyn', 0); ?>"
width="100%"
height="650px"
scrolling="<?php echo $this->escape($this->params->get('scrolling')); ?>"
frameborder="<?php echo $this->escape($this->params->get('frameborder', 0)); ?>"
class="wrapper<?php echo $this->pageclass_sfx; ?>">
<?php echo JText::_('COM_WRAPPER_NO_IFRAMES'); ?>
</iframe>
If i clik op to the first time it get the value [urldyn] and if i try with another article it didn't get the value [urldyn] and giving me an warning message.
Can you please helping me with this of any suggesttion !
thanks for advance
Marie