Top "Magento2.0.2" questions

Questions related to Magento 2.0.2 version of PHP eCommerce software and platform.

Get magento 2 custom variable in phtml file

I have created a custom variable from magento 2 admin (System > Custom Variables). My custom variable code is "test_var". …

magento magento2 magento-2.0 magento2.0.2
How to add Custom file upload function in magento 2

Am created file upload functionality through custom module in Magento 2 category tab.i don't know how to save the file …

magento magento2 magento-2.0 magento2.0.2
Magento 2 Modal Widget

I am trying to use Magento 2 Modal Widget like below but it was not working. It is not showing any …

jquery modal-dialog bootstrap-modal simplemodal magento2.0.2
How to get Filterable Attributes from category in magento 2

I have created category "Bag" in magento 2. having filter attribute: color Size I'm trying to get Filterable Attributes from category "…

magento2 magento2.0.2
Magento2 how to get token by rest api?

$adminUrl='http://localhost/magento/index.php/rest/V1/integration/admin/token'; $data = array("username" => "myname", "password" => "mypassword"); $data_…

magento2 magento-2.0 magento2.0.2
Magento 2 - Getting customerId and product id from order object in observer?

In an Observer I want to get the product id and customer id from order object...how can I get …

magento product observers customer magento2.0.2
how to get category collection using product id in product details page in magento 2?

How to get category collection in product details page. I've tried using below code but it's not getting the collection. …

magento2 magento-2.0 magento2.0.2