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

Post on 27-Jun-2020

1 views 0 download

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

composerrequireexperius/module-donationproduct"~1.0.0"

bin/magentosetup:upgrade

bin/magentoexperius_donationproduct:sampledata:deploy

bin/magentoexperius_donationproduct:sampledata:remove

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

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;?>

<?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;?>