-
Forum
-
Main Forum
-
English Section
-
Virtuemart
-
One Page check out fix after optimization
One Page check out fix after optimization
Λιγότερα
Περισσότερα
-
Δημοσιεύσεις: 292
-
Ληφθείσες Ευχαριστίες 0
-
-
-
-
-
3 Χρόνια 1 Εβδομάδα πριν #212
από infogate
Open - components/com_virtuemart/assets/js/vmprices.js
Scroll down to the bottom of the file and carefully find and remove the following codes between lines 322 to 332:
/*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);
}
});*/
//});
The error is generated by the above wrongly commented out codes.
Save the file. Now clear cache of your browser and also of your site. Reload/refresh the page to see the change.
Παρακαλούμε Σύνδεση ή Δημιουργία λογαριασμού για να συμμετάσχετε στη συζήτηση.
-
Forum
-
Main Forum
-
English Section
-
Virtuemart
-
One Page check out fix after optimization
Χρόνος δημιουργίας σελίδας: 0.034 δευτερόλεπτα