Questions tagged [magento2-dev-beta]
Issues relating to the developer beta release of Magento 2.0.0. This formally is the the period from Dec 18th 2014 to around the end of Q1 2015.
138 questions
3 votes
2 answers
3k views
Magento 2: How to remove add to cart template from product detail page
I have to remove add to cart button from product detail page when product store has 0. How to achieve this
0 votes
3 answers
5k views
Magento 2 : How to send data from controller to block and display on front end
I have used the following code <?php namespace Inchoo\Helloworld\Controller\Index; use Magento\Framework\App\Action\Action; use Magento\Framework\App\Action\Context; use Inchoo\Helloworld\Model\...
0 votes
0 answers
208 views
Override TableRates if StoreView not Default
I want to override the TableRate values, if the StoreView is not the default one. So I wrote a plugin for Magento\OfflineShipping\Model\Carrier\Tablerate.php. The code is not working... class ...
1 vote
1 answer
614 views
Magento 2: Admin grid creation
What difference between magento 2-dev-beta grid creation and Magento 2 release. When i update magento to release version i saw this: Can someone explain to me what i need to delete or add? UPDATE: ...
2 votes
1 answer
3k views
Email template 'custom/mail/template' is not defined
I'm written code for sending mail from my custom module, but it's throwing error. But I have configured right way. I don't know where I went wrong. Could you please throw me right direction. Even ...
17 votes
3 answers
17k views
Email template 'custom_mail_template' is not defined
I'm trying to send mail from my custom module. For this I have created system.xml file, but it's returning error. Error: Email template 'custom_mail_template' is not defined. my code is: <?xml ...
0 votes
1 answer
1k views
extending product view page in Magento 2
I'm trying to extending product view page, But Unable to overriding. catalog_product_view.xml <?xml version="1.0"?> <page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-...
0 votes
1 answer
2k views
Unable to extend customer address edit page in Magento 2
I'm trying to extend customer address edit page, but it is throwing Error. For these I have written code as below. composer.json { "name": "learning/module-contact", "description": "Contact", "...