Skip to content

Instantly share code, notes, and snippets.

View alistairstead's full-sized avatar

Alistair Stead alistairstead

View GitHub Profile
[xdebug]
xdebug.profiler_enable_trigger=on
xdebug.remote_autostart=off
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.idekey=ECLIPSE_XDEBUG
xdebug.collect_vars=on
xdebug.collect_params=4
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./TestHelper.php"
colors="true"
backupGlobals="false"
backupStaticAttributes="false"
convertErrorsToExceptions="false"
convertNoticesToExceptions="false"
convertWarningsToExceptions="false"
processIsolation="false"
stopOnFailure="true"
<?php
$installer = $this;
$installer->startSetup();
$setup = new Mage_Eav_Model_Entity_Setup('core_setup');
$entityTypeId = Mage::getModel('catalog/product')->getResource()->getTypeId();
$setup->addAttribute($orderEntityTypeId, 'remove_from_back_order', array(
'group' => 'Fulfillment API',
'label' => 'Remove from back order upon fullfiller API update',