it took couple days to figure this ‘shit’ out i assume you already understand how to create custom shipping method extension, for example on your…
Continue reading Magento : Change Shipping Price After Save Shipping Method
Comments closedIndonesian Magento Developer
it took couple days to figure this ‘shit’ out i assume you already understand how to create custom shipping method extension, for example on your…
Continue reading Magento : Change Shipping Price After Save Shipping Method
Comments closedhere we go <?php @mysql_connect(“you-db-host”,”username”,”password”); if(isset($_GET[‘kill’])): mysql_unbuffered_query(‘kill ‘.$_GET[‘kill’]); echo ‘<h1>Process Id : ‘.$_GET[‘kill’].’ has been terminated</h1>’; endif; $sql = ‘show full processlist’; echo ‘ <style>…
Continue reading Simple PHP Script to List & Kill Current Mysql Process
Comments closedhere my script get product collection who has tier price only!!!!!!!!!!!!!!!!!! of course also in stock :p $prefix = Mage::getConfig()->getTablePrefix(); $sql = ‘select distinct entity_id…
Continue reading Magento : Get product collection has tier price only
Comments closedTo filter Payment Method Options we can use observer, i assume you have knowledge of Magento module development, anyway let’s begin on config.xml, register an event…
Continue reading Filter Payment & Shipping Method on Checkout Page
Comments closed