All Projects → karliuka → m2.ShowAddressFields

karliuka / m2.ShowAddressFields

Licence: other
Magento2. Show Address Fields in Customer Registration Form.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to m2.ShowAddressFields

magento-2-sticky-cart
Magento 2 Sticky add to cart displayed as a sticky scroll bar summary of the product information, helps customers can quickly add products without going back to the top of the page.
Stars: ✭ 14 (-17.65%)
Mutual labels:  magento2, magento2-extension
m2.ShippingTweaks
Magento2. Extension hides any other shipping methods if free shipping is available.
Stars: ✭ 43 (+152.94%)
Mutual labels:  magento2, magento2-extension
m2.Price
Magento2. Rounding Price to Prettier Value for Multi-Currency Stores.
Stars: ✭ 60 (+252.94%)
Mutual labels:  magento2, magento2-extension
magento2-checkout-custom-form
Add a custom form to Magento 2 checkout.
Stars: ✭ 95 (+458.82%)
Mutual labels:  magento2, magento2-extension
module-login-as-customer
Allows admin to login as a customer (enter to customer account).
Stars: ✭ 104 (+511.76%)
Mutual labels:  magento2, magento2-extension
Magento-2-Module-Skeleton
This Module provides a basic Skeleton for further Magento 2 Modules.
Stars: ✭ 30 (+76.47%)
Mutual labels:  magento2, magento2-extension
Slider-M2
Slider extension for Magento 2.x
Stars: ✭ 17 (+0%)
Mutual labels:  magento2, magento2-extension
magento2
For any issues or questions please get in touch with us via [email protected]
Stars: ✭ 15 (-11.76%)
Mutual labels:  magento2, magento2-extension
magento2-language-tr tr
Magento2 Turkish Translation / Magento2 Türkçe Çevirisi
Stars: ✭ 28 (+64.71%)
Mutual labels:  magento2, magento2-extension
m2.ProductAvailable
Magento2. Extension allows the store owner to hide the product price and add to cart button from guests or certain customer groups.
Stars: ✭ 31 (+82.35%)
Mutual labels:  magento2, magento2-extension
module-dsu
No description or website provided.
Stars: ✭ 18 (+5.88%)
Mutual labels:  magento2, magento2-extension
magento2-module-url-data-integrity-checker
Magento 2 module which can find potential url related problems in your catalog data
Stars: ✭ 218 (+1182.35%)
Mutual labels:  magento2, magento2-extension
module-dsu-client
No description or website provided.
Stars: ✭ 17 (+0%)
Mutual labels:  magento2, magento2-extension
m2.TrackingLink
Magento2. Extension add Tracking Url in Shipment Email.
Stars: ✭ 35 (+105.88%)
Mutual labels:  magento2, magento2-extension
magento-2-reports
Magento 2 Reports extension Free from Mageplaza helps stores quickly access to advanced reports on Dashboard. As your shop grows, so is the amount of numbers you have to deal with everyday. Eventually, it would reach a point where you find yourself in dire need of a tool that can take care of the figures for you.
Stars: ✭ 39 (+129.41%)
Mutual labels:  magento2, magento2-extension
module-notifications
Notify the Magento 2 admin user about disabled caches or new customer reviews.
Stars: ✭ 20 (+17.65%)
Mutual labels:  magento2, magento2-extension
magento2-guest-to-customer
Guest to Customer for Magento2 - Quickly and easily convert existing guest checkout customers to registered customers.
Stars: ✭ 66 (+288.24%)
Mutual labels:  magento2, magento2-extension
module-blog-m22
Fixes for Blog on Magento 2.2.x
Stars: ✭ 21 (+23.53%)
Mutual labels:  magento2, magento2-extension
Brazilian-Solutions
Este repositório permite a discussão da comunidade brasileira Magento sobre módulos e soluções para o mercado brasileiro.
Stars: ✭ 19 (+11.76%)
Mutual labels:  magento2, magento2-extension
international-telephone-input
Integration to Magento 2 a jQuery plugin for entering and validating international telephone numbers.
Stars: ✭ 26 (+52.94%)
Mutual labels:  magento2, magento2-extension

Magento2 ShowAddressFields

Show Address Fields in Customer Registration Form.

Compatibility

Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x

Magento2 ShowAddressFields

Install with Composer as you go

  1. Go to Magento2 root folder

  2. Enter following commands to install module:

    composer require faonni/module-customer-create-address

    Wait while dependencies are updated.

  3. Enter following commands to enable module:

    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)

Uninstall

This works only with modules defined as Composer packages.

Remove database data

  1. Go to Magento2 root folder

  2. Enter following commands to remove database data:

    php bin/magento module:uninstall -r Faonni_ShowAddressFields
    

Remove Extension

  1. Go to Magento2 root folder

  2. Enter following commands to remove:

    composer remove faonni/module-customer-create-address

Completion of uninstall

  1. Go to Magento2 root folder

  2. Enter following commands:

    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].