Top "Magento2" questions

Magento 2 is an eCommerce R&D project facilitating the improvement of Magento Core products.

Magento 2:How get price configurable in product list

How can get price product With simple product: $oldPrice= $_product->getPrice(); $newPrice= $_product->getSpecialPrice(); it returns the right …

attributes magento2 configurable-product price
Magento 2 How to customize Currency symbol and format based on locale

I want to change currency format pattern, currency symbol and currency symbol position programmatically. I found some data in folder …

php magento zend-framework magento2
How to add new custom field to billing address section in magento2

I have tried to add new field in magento2 billing address section. I have followed below link to add new …

magento2 billing
Magento 2 adminhtml multiselect and showing selected options after save

How do I get the Magento2 Adminhtml Form with a Multiselect to select the saved options? Here is my Adminhtml …

multi-select adminhtml magento2
Magento 2: How to add css class to body tag programmatically

I am trying to figure out how to add css class to body tag programmatically using Magento 2 framework

magento2 programmatically
Magento2: REST API : Save Product Detail per store view not working

Using Magento2.1.0-rc1 Branch With Sample Data Using REST API catalogProductRepositoryV1 REF: http://devdocs.magento.com/swagger/index.html Get …

api rest product magento2
Magento2: After delete pub/static folder and making deploy, no css files found

I searched the web, but found no answer that would work: I use Magento 2 custom theme and when I made …

css gruntjs magento2
Magento 2 - Go directly to the checkout page when adding a product to the cart

I am writing an extension which allows to go directly to the checkout page when clicking on the add-to-cart button …

magento magento2 magento-2.0
Third Party Permission Username Paypal API Magento

I need to use paypal credentials (username, password, signature) for my magento2 store. For credentials, I logged in to my …

api paypal magento2 credentials express-checkout
Magento 2: system.xml in custom module

Is it possible to add a system.xml file for module configurations in Magento 2? If so, how?

php magento module magento2