Page 53 of 68

Magento 2 – How to Get All Active Payment Methods

In this post I am going to explain how to get all active payment methods in magento 2. 1. Using Dependency Injection Add below code snippet in Block class. protected $_paymentConfig; protected $_scopeConfigInterface; public function __construct( \Magento\Backend\Block\Template\Context $context, \Magento\Payment\Model\Config $paymentConfig, \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfigInterface, array $data = [] ) { $this->_paymentConfig = $paymentConfig; $this->_scopeConfigInterface = $scopeConfigInterface; parent::__construct($context,…

Magento 2 – How to Get All Payment Methods

In this post I am going to explain how to get all payment methods in magento 2. 1. Using Dependency Injection Add below code snippet in Block class. protected $_paymentHelper; public function __construct( \Magento\Backend\Block\Template\Context $context, \Magento\Payment\Helper\Data $paymentHelper, array $data = [] ) { $this->_paymentHelper = $paymentHelper; parent::__construct($context, $data); } public function getAllPaymentMethods() { $paymentMethods =…

Magento 2 – How to Get Customer Group Collection

In this post I am going to explain how to get customer group collection. 1. Using Dependency Injection Add below code snippet in Block class. protected $_customerGroupCollection; public function __construct( \Magento\Backend\Block\Template\Context $context, \Magento\Customer\Model\ResourceModel\Group\Collection $customerGroupCollection, array $data = [] ) { $this->_customerGroupCollection = $customerGroupCollection; parent::__construct($context, $data); } public function getCustomerGroupCollection() { $customerGroupsCollection = $this->_customerGroupCollection->toOptionArray(); return $customerGroupsCollection;…

Magento 2 – How to get Product Attribute Id, Name, Options from Attribute Code

In this post I am going to explain how to get the attribute information from attribute code in magento 2. 1. Using Dependency Injection Add below code snippet in Block class. protected $_entityAttribute; protected $_attributeOptionCollection; public function __construct( \Magento\Backend\Block\Template\Context $context, \Magento\Eav\Model\Entity\Attribute $entityAttribute, \Magento\Eav\Model\ResourceModel\Entity\Attribute\Option\Collection $attributeOptionCollection, array $data = [] ) { $this->_entityAttribute = $entityAttribute; $this->_attributeOptionCollection =…

Top 5 Free Fashion & Apparel Prestashop Themes for 2019

Wants to create Fashion & Apparel store? You are at the right place. Here we presenting a FREE Prestashop Themes that perfectly designed for the Fashion & Apparel store. Here’s they are! Following are the Best Free Fashion & Apparel Responsive PrestaShop 1.7 themes. 1.Etrend Lite – Free PrestaShop Theme Free Download Get Hosting Let’s…

How to Add Facebook Page Widget in PrestaShop

Putting your social profiles on your website is a must these days and having a Facebook like page will help your website visitors engage with you on your Facebook page as well. Facebook page widget allows you to show content from any public Facebook page. If you run a business page on Facebook you can…

PrestaShop 1.7.6.0 Released: What’s New in PrestaShop 1.7.6.0?

PrestaShop 1.7.6 release is one of biggest yet since the year for the PrestaShop community. The new version has promised to improve PrestaShop in multiple ways including a better highlight of the products, increase the engagement of the users and reach a wider audience. As a result, stores would be able to deliver a higher…

Boost Your Sales with Product Remaining Stock Magento 2 Extension

Let’s See the Unique Features and how to 📥 Download & Install this Magento Extension. Do you want to increase your sales? Every ecommerce business owner want to increase sales. You can increase sales for your Magento store by displaying low Stock remaining alerts on product page. This increase the SCARCITY about the product. Scarcity…

Top Free PrestaShop 1.7.6 Themes for 2019

PrestaShop is a free, open-source platform to build your e-store. Between picking your product category and actually launching your store, there’s one important step: deciding on the Best PrestaShop 1.7.6 theme for your store. Top Free PrestaShop 8 Themes for 2023 Following are the Best Free & Responsive PrestaShop 1.7 themes. 1.Etrend Lite – Free…

Top Free Magento 2.3.2 Themes for 2019

Today here we’re introducing some of the best Magento 2.3.2 themes available for FREE. That would be great for start up your online business. Following are the Top Free Magento 2.3.2 Themes. 1. Shopkart Lite – Free Multipurpose Responsive Magento 2 Theme Free Download Now Let’s See How to 📥 Download & Install this Free…

« Older posts Newer posts »