Dear sir,
In file: templates\sj_market\html\com_virtuemart\sublayouts\askrecomjs.php and find:
$('a.ask-a-question, a.printModal, a.recommened-to-friend, a.manuModal').click(function(event){
=> Edit to:
$('a.question, a.printModal, a.recommened-to-friend, a.manuModal').click(function(event){
then go to the file:
templates\sj_market\html\com_virtuemart\productdetails\default.php
and find:
<a class="question" href="<?php echo $askquestion_url ?>" rel="nofollow" ><i class="fa fa-question-circle"></i><?php echo vmText::_('COM_VIRTUEMART_PRODUCT_ENQUIRY_LBL') ?></a>
=> Edit to:
<a class="question" href="<?php echo $askquestion_url ?>" rel="{handler: 'iframe', size: {x: 700, y: 850}}" ><i class="fa fa-question-circle"></i><?php echo vmText::_('COM_VIRTUEMART_PRODUCT_ENQUIRY_LBL') ?></a>
Thanks & regards!