Skip to content
View Nolwennig's full-sized avatar
🐘
Focusing
🐘
Focusing

Organizations

@magento

Block or report Nolwennig

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Nolwennig/README.md

✨ Hello World 👋

  • 🔭 I’m freelance Enthusiast Senior Magento Developer

  • 🔭 I'm currently working on several Magento projects at same time
  • 💬 Ask me about Magento1.x || Magento2.x
  • 📫 How to reach me: Call me 📞 336 61 92 42 54 (UTC+2) || nolwennig.net
  • 😄 Pronouns: nɔl‿wɛn‿iɡ

  • Fun fact: I'm web developer since PHP 4.4.9

Pinned Loading

  1. magento2-pickupInStore magento2-pickupInStore Public

    An extension to add Shipping carrier. This extension add "In-Store Pickup" shipping carrier. Several pickup locations can be configured with this shipping carrier.

    PHP 1

  2. magento2.1-addcellphone magento2.1-addcellphone Public

    Add Cell Phone in Magento 2.1.* Customer Entity

    PHP

  3. Magento-{1.{7-9}|2} simpleCategoryTr... Magento-{1.{7-9}|2} simpleCategoryTree sql request > .csv
    1
    # Magento simpleCategoryTree.csv
    2
    
                  
    3
    ## command from cli
    4
    
                  
    5
    ```sh
  4. Cannot gather stats! Warning!stat():... Cannot gather stats! Warning!stat(): stat failed for pub/media/catalog/product/i/m/image.jpg
    1
    *Please run below sql code*
    2
    
                  
    3
        SET @file = '/i/m/image.jpg';
    4
        START TRANSACTION;
    5
        DELETE FROM catalog_product_entity_media_gallery WHERE value = @file;