1
I use Xubuntu and found that I can update packages by using apt and apt-get . But I have heard that programmers use usually git in their project to manage different version. So why Xubuntu do not use git to handle different versions of software?
apt software-installation git version-control
share | improve this question
edited Jan 14 at 18:51
Rui F Ribeiro
39.5k 14 79 132
asked Jan 14 at 18:43
Verybeginner Verybeginner
17 2
...
1
I want to add my custom template on product page just like $this->getChildHtml('custom_product_info') . As in magento1.9 to use $this->getChildHtml('custom_product_info') we add layout xml like below : <catalog_product_view> <reference name="product.info"> <block type="core/template" name="custom_product_info" template="custom.phtml"/> </reference> </catalog_product_view> What is the xml and process to add custom template in Magento2.1?
product magento-2.1.7
share | improve this question
asked Mar 26 '18 at 6:15
...