4x Masonry Grid

Style & publish your blog list anywhere on your site using a bunch of Scalia's blog options!

FOR PRODUCTS SET FOREIGN_KEY_CHECKS = 0;TRUNCATE TABLE `catalog_product_bundle_option`;TRUNCATE TABLE `catalog_product_bundle_option_value`;TRUNCATE TABLE `catalog_product_bundle_selection`;TRUNCATE TABLE `catalog_product_entity_datetime`;TRUNCATE TABLE `catalog_product_entity_decimal`;TRUNCATE TABLE `catalog_product_entity_gallery`;TRUNCATE TABLE `catalog_product_entity_int`;TRUNCATE…

February 11, 2016 Read more

try {Mage::getConfig()->init()->loadEventObservers(‘crontab’);Mage::app()->addEventArea(‘crontab’);Mage::dispatchEvent(‘default’);$observ = Mage::getModel(‘catalogrule/observer’);$observ->dailyCatalogUpdate(“0 1 * * *”);} catch (Exception $e) { Mage::printException($e);}

December 31, 2015 Read more

Make copy /app/code/core/Mage/Core/Model/Email/Template.phpToapp/code/Local/Mage/Core/Model/Email/Template.php Make the condition false near about line number 407Current Code if ($this->hasQueue() && $this->getQueue() instanceof Mage_Core_Model_Email_Queue) {           …

August 7, 2015 Read more

<!– FOR THE ASSOCIATED PRODUCTS–><?php  $config_product_id = Mage::registry(‘current_product’)->getId();?><?php  //if ($_product->isSaleable() && count($_attributes)):?><?php  $product=Mage::getModel(‘catalog/product’)->load($config_product_id);  $productAttributeOptions = $product->getTypeInstance(true)->getConfigurableAttributesAsArray($product);   $attributeOptions = array();     $ids…

July 23, 2015 Read more

<?php $setup = new Mage_Eav_Model_Entity_Setup(‘core_setup’); $setup->removeAttribute(‘catalog_category’,’category_color’); $setup->addAttribute(‘catalog_category’, ‘category_color’, array(     ‘group’         => ‘General Information’,     ‘input’         => ‘select’,     ‘type’         …

June 17, 2015 Read more
1 2 14