skip to Main Content

Cron Job issue Magento

the issue I am facing is that order emails not working on my magento store. I installed AOE scheduler but I am getting this issue No heartbeat task found. Check if cron is configured correctly. Though I have set the…

VIEW QUESTION

How to filter json data and display it on html page? – Magento

var filtered_value = $(this).attr("filterset"); var filter_attribute = $(this).parent().parent().attr('data-facet'); var count = 0; var filtered_json = []; $.getJSON('<?php echo $jsonFileUrl;?>', function (json) { for (var i = 0; i < json.length; i++) { if(json[i][filter_attribute] == filtered_value){ count++; filtered_json.push(json[i]); } } //console.log(filtered_json);…

VIEW QUESTION
Back To Top
Search