Hi,
You can change the way the pop-up is shown by editing the ~/Themes/Fashion/Views/Catalog/ProductTemplate.SingleVariant.cshtml or
~/Themes/Fashion/Views/Catalog/ProductTemplate.VariantsInGrid.cshtml depending on which product template you use. You can can edit the following lines:
line 168: <li><a class="sizeConversion" onclick="javascript: window.open('/t-popup/SizeConversion',null, 'height=600,width=800,status=yes,toolbar=no,menubar=no,location=no,scrollbars=1');">@T("SevenSpikes.Themes.Fashion.Product.SizeConversion")</a>
This example is for the Single product variant. By adding the last parameter which is in bold the window will have scrollbars. You can also change the dimensions if you like.
Thanks!
Hi,
Thank you for pointing out this. The problem has been fixed and uploaded on our website. You can download the latest package from your My Account section.
In order to integrate the fix please replace the following files with the ones from the latest package:
1. ~/Themes/Fashion/Views/Catalog/_ProductVariantAddToCart.cshtml
2. ~/Themes/Fashion/Views/Common/HeaderLinks.cshtml
Best regards!