There are a lot of web hosting providers but we have scrutinize the industry and provides you a brief list of the top Magento 2 web hosting service providers:
- Nexcess
- Cloudways
- LuroConnect
- FastComet
- MageMojo
There have been 10 items by alex288 (Search limited from 06-December 23)
Posted by alex288 on 24 December 2020 - 10:01 AM in Magento general discussions
There are a lot of web hosting providers but we have scrutinize the industry and provides you a brief list of the top Magento 2 web hosting service providers:
Posted by alex288 on 20 November 2020 - 06:02 AM in Magento general discussions
Template path hints in Magento 2 can be enabled for either the storefront or the Admin. Most common methods to enable template path hints in Magento 2 are:
1. Enable Via Admin Panel
2. Enable Via Command Line
For detailed information, check this article:
Posted by alex288 on 19 October 2020 - 11:58 AM in Magento modules & themes
Posted by alex288 on 16 October 2020 - 10:08 AM in Magento modules & themes
To add customer attribute programmatically in Magento 2, there are 3 basic steps which are:
1: create the setup file InstallData.php
2: create the source file
3: upgrade
Visit the following article to check the detailed procedure of adding customer attribute programmatically in Magento 2.
Posted by alex288 on 14 October 2020 - 10:38 AM in Magento general discussions
Basic steps to programmatically add product attribute in Magento 2
1: Create the Setup File InstallData.php
File Path: app/code/Company/Mymodule/Setup/InstallData.php
2: Describe the install() Method
<?php
public function install(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
{
}
3: Develop Product Attribute
4: Upgrade
Get more details about these steps by clicking on the link below:
Posted by alex288 on 20 August 2020 - 11:34 AM in Magento general discussions
Posted by alex288 on 10 January 2020 - 06:31 AM in Magento settings and configuration
To check Magento 2 URL Rewrite Record.
Go to Admin Panel > Marketing > URL Rewrites
It will display a table with all details.
Checkout the Complete Article on Magento 2 URL Rewrite Here - https://www.fmeexten...2-url-rewrites/
Posted by alex288 on 31 December 2019 - 09:51 AM in Magento modules & themes
With Magento 2 Customer Group Pricing you can set special price for Customer on Products and Categories. You can remove the default price and set your own discount prices for quantity ranges to motivate customers to buy from your Store. You can utilize the following options for Price tier.
Powerful Key Features
More Features
Posted by alex288 on 30 December 2019 - 07:50 AM in Magento modules & themes
You can install this extension Buy Now Button for Magento 2 by FME. By using this extension you can increase your Store Sales up-to 50%. The extension allows you to add “Buy Now” button with each specific Products and make Checkout Process easy to Customers.
Customize the Buy Now button Color, Background and Text as per your need.
More Features
More
Posted by alex288 on 30 December 2019 - 06:58 AM in Magento general discussions
Empowering Customers to send request Order Cancellation Request from Front-End is a good idea.It will obviously saves time for both Customers and Store Owners. Moreover it will give a good User Experience to your Customers.