How to set up a Bank Transfer payment method in Magento 2?

With the Bank Transfer payment method, a store owner can accept the payment for customer’s purchase through the bank transfer in Magento 2. In this method, a customer transfers the payment for his purchase from his account to the merchant bank account. To set up the Bank Transfer as a payment method, follow the below… Continue reading How to set up a Bank Transfer payment method in Magento 2?

Published
Categorized as Magento

Using CheckBoxes for products in PLP Page -magento

Here we are trying to use checkboxes for the products and select a product individually from the list All the opertions are taking place at Magento_Catalog/product/list.phtml Here is script for making a single selection of the product: we also need to link a jqurey api of cloudflare for this functionality. it is linked using require.js… Continue reading Using CheckBoxes for products in PLP Page -magento

Steps to Add Terms And Conditions Checkbox in Magento 2

Step 1: Navigate to Stores>Configuration>Sales>Checkout and explore the Checkout Options. Enable Onepage Checkout: Select the “YES” option for enabling one-step checkout. Enable Terms and Conditions: Select the “YES” option for enabling Terms and Conditions. Step 2: Now, navigate to Stores>Terms and Conditions And tap on the “Add New Condition” option. Fill out all the following information: Condition Name: Add the name of the condition for your personal… Continue reading Steps to Add Terms And Conditions Checkbox in Magento 2

Published
Categorized as Magento

How to Add Product Attribute in Magento 2?

1. Go to Admin Panel > Stores > Attributes > Product. Press the Add New Attribute button. 3. Fill out the Attribute Properties section. Enter a Default Label of an attribute. It will be displayed on the admin panel. Choose a type of an attribute in the Catalog Input Type for Store Owner field. There are such available values here as: Text Field, Text Area, Date, Yes/No, Mutliple Select, Dropdown, Price, Media Image,… Continue reading How to Add Product Attribute in Magento 2?

Published
Categorized as Magento

How to Add EAV Attribute in Magento 2

Magento supports two types of attributes including EAV attributes and extension attributes that provide extra functionalities for your stores. In this post, you will get an overview about EAV attributes and detailed instruction in how to add EAV attribute in Magento 2. Construct function is must for EAV attribute add to controller Setting EAV attribute… Continue reading How to Add EAV Attribute in Magento 2

Customers Now Online

You can see people browsing your website under Customers -> Now Online. Control elements The Customers Now Online screen offers only several control elements. You don’t have either a standard search field on the top left above the grid or a dropdown with actions below.  However, the top right area above the Customers Now Online grid lets you apply filters, switch… Continue reading Customers Now Online

Published
Categorized as Magento

How to manage custom attribuets in magento2

To manage the custom attributes,Go to the magento stores->products section. There can add new attributes needed fro the product and will able to magento. The type of the attribute also able to manage from there Thank you.

Published
Categorized as Magento

Add featured product in magento2

Default Magento don’t have a featured product section so we will use the custom filed for the management of featured product. Using custom extension will create a featured field in the magento2 backend product section and using it value the feature list will be created. Thank you.

Published
Categorized as Magento