Skip to content

Instantly share code, notes, and snippets.

View maxout's full-sized avatar
🏠
Working from home

Heiko Bee maxout

🏠
Working from home
View GitHub Profile
@maxout
maxout / Bootstrap.php
Created November 21, 2016 08:11 — forked from vielhuber/Bootstrap.php
PHP: Shopware 4 - Disable variants for sold out articles
<?php
class Shopware_Plugins_Frontend_GlassesStockVariant_Bootstrap extends Shopware_Components_Plugin_Bootstrap {
public function getCapabilities() {
return array(
'install' => true,
'update' => true,
'enable' => true
);
}