News:

Support the VirtueMart project and become a member

Main Menu

module virtuemart product 3.0.6.2 issue [solved]

Started by salvocomplicazione, March 03, 2015, 14:09:24 PM

Previous topic - Next topic

salvocomplicazione

After updating vituemart aio to release 3.0.6.2, when loading the module virtuemart product inside an article, we obtain a blank page.
Before upgrading, the module worked correctly.
( JOOMLA 3.3.6; VM 3.0.6).

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

salvocomplicazione

no error....
please give a look at the html code of the displayed page.

Quote

<script id="jsVars_js" defer="defer"  type="text/javascript">//<![CDATA[
vmSiteurl = 'http://test.laserxxxxxxxxx.com/'; ;
vmLang = "";
Virtuemart.addtocart_popup = '1' ;
usefancy = true; //]]>
</script>

<script id="ready.vmprices_js" defer="defer"  type="text/javascript">//<![CDATA[
jQuery(document).ready(function($) {
   Virtuemart.product(jQuery("form.product"));

   /*$("form.js-recalculate").each(function(){
      if ($(this).find(".product-fields").length && !$(this).find(".no-vm-bind").length) {
         var id= $(this).find('input[name="virtuemart_product_id[]"]').val();
         Virtuemart.setproducttype($(this),id);

      }
   });*/
}); //]]>
</script>

GJC Web Design

Are u saying this raw html is displayed on the page?

Then it would seem the content plugin can't parse it

try removing the

/*$("form.js-recalculate").each(function(){
      if ($(this).find(".product-fields").length && !$(this).find(".no-vm-bind").length) {
         var id= $(this).find('input[name="virtuemart_product_id[]"]').val();
         Virtuemart.setproducttype($(this),id);

      }
   });*/
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

salvocomplicazione

Hi, it was a missing update to VM 3.0.6.2 that caused the issue. After completing the update, the module started working again.
Regards.   

jwb239

I have the same issue when I try to create a link to material. When I click on the link, I see blank page with following content:

<script id="jsVars_js" defer="defer"  type="text/javascript">//<![CDATA[
vmSiteurl = 'sitename here' ;
vmLang = "";
Virtuemart.addtocart_popup = '1' ;
usefancy = true; //]]>
</script>

<script id="ready.vmprices_js" defer="defer"  type="text/javascript">//<![CDATA[
jQuery(document).ready(function($) {
Virtuemart.product(jQuery("form.product"));

/*$("form.js-recalculate").each(function(){
if ($(this).find(".product-fields").length && !$(this).find(".no-vm-bind").length) {
var id= $(this).find('input[name="virtuemart_product_id[]"]').val();
Virtuemart.setproducttype($(this),id);

}
});*/
}); //]]>
</script>