composer require experius/module …...Y Filters 20 Default Add Product Simple Product Configurable...

7
composer require experius/module-donationproduct "~1.0.0" bin/magento setup:upgrade bin/magento experius_donationproduct:sampledata:deploy bin/magento experius_donationproduct:sampledata:remove

Transcript of composer require experius/module …...Y Filters 20 Default Add Product Simple Product Configurable...

Page 1: composer require experius/module …...Y Filters 20 Default Add Product Simple Product Configurable Product Donation Product per What's New Women Men Gear Training Sale Charities Price

composerrequireexperius/module-donationproduct"~1.0.0"

bin/magentosetup:upgrade

bin/magentoexperius_donationproduct:sampledata:deploy

bin/magentoexperius_donationproduct:sampledata:remove

Page 2: composer require experius/module …...Y Filters 20 Default Add Product Simple Product Configurable Product Donation Product per What's New Women Men Gear Training Sale Charities Price
Page 3: composer require experius/module …...Y Filters 20 Default Add Product Simple Product Configurable Product Donation Product per What's New Women Men Gear Training Sale Charities Price

<referenceContainername="content"><blockclass="Experius\DonationProduct\Block\Donation\ListProduct"name="donation.block"after="-"template="Experius_DonationProduct::donation.phtml"/></referenceContainer>

Page 4: composer require experius/module …...Y Filters 20 Default Add Product Simple Product Configurable Product Donation Product per What's New Women Men Gear Training Sale Charities Price
Page 5: composer require experius/module …...Y Filters 20 Default Add Product Simple Product Configurable Product Donation Product per What's New Women Men Gear Training Sale Charities Price
Page 6: composer require experius/module …...Y Filters 20 Default Add Product Simple Product Configurable Product Donation Product per What's New Women Men Gear Training Sale Charities Price

bin/magentomodule:uninstallExperius_DonationProduct

<?phpif(!$block->hasOptions()):?><?=$block->getChildHtml('product_info_form_content')?><?phpelse:?><?phpif($_product->isSaleable()&&$block->getOptionsContainer()=='container1'):?><?=$block->getChildChildHtml('options_container')?><?phpendif;?><?phpendif;?>

Page 7: composer require experius/module …...Y Filters 20 Default Add Product Simple Product Configurable Product Donation Product per What's New Women Men Gear Training Sale Charities Price

<?phpif(!$block->hasOptions()||$_product->getTypeId()=='donation'):?><?=$block->getChildHtml('product_info_form_content')?><?phpelse:?><?phpif($_product->isSaleable()&&$block->getOptionsContainer()=='container1'):?><?=$block->getChildChildHtml('options_container')?><?phpendif;?><?phpendif;?>