Magento Expert Forum - Improve your Magento experience

Results 1 to 5 of 5

Magento2 Extension development Help

  1. #1
    New member
    Join Date
    Jun 2016
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Magento2 Extension development Help

    Hi

    I have a use case where i need read orders from magento2 and process it. To make sure i am not process that orders twice and reading that order ones. I tried to alter sales order table by adding new field to it. This field I am marking when complete processing the data from order. I have this working solution. Now, Magento Team which says that adding new field is prohibited and I need to work on new approach.

    So, Here are the questions I have and it would really helpful if some one can guide me. I am reading the orders from Magento2 using REST API. and I am new to Magento development with programming knowledge.

    1. I didn't find any help on how joins can be used in API. If I need to make sure I don't re-process an order when i pick then REST order search API. I need create a separate table and store that order number in this table when order is placed using magento events. To read complete order information if i can make a join on this separate table It make my life easy and maintainable as well. Hence, is there any way to run Default Rest api using join of separate table?
    if Yes, can you guide me with high level things to considered?
    2. if no, any other alternative way you thing i can do here?

    thanks,
    Srinivasa nithin

    View more threads in the same category:


  2. #2
    Junior Member Bizmagestore's Avatar
    Join Date
    Apr 2014
    Location
    India
    Posts
    494
    Thanks
    1
    Thanked 27 Times in 27 Posts

    Default

    You can contact us at https://store.biztechconsultancy.com...extensions.htm. We have best magento extension developer who will help you in every step.

  3. #3
    Junior Member Magento Nguyen's Avatar
    Join Date
    Jun 2015
    Posts
    958
    Thanks
    0
    Thanked 13 Times in 13 Posts

    Default

    Please contact Magesolution team. We are among the first to provide you with new extensions compatible with Magento 2 who will support you to solve your problem !

  4. #4
    Junior Member
    Join Date
    Aug 2016
    Posts
    72
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    If you are developed magento extensions before and installed them with composer then you'll be pretty familiar with what i'm about to go through as magento 2 modules can be developed in a similar way.People also use Modman to develop their magento 1 extensions, which keep everything nice and separate. Due to the way magento 2 modules are now packaged I no longer need Modman.

    1, Install magento 2
    2, Create local & remote repository
    3, Create module
    4, Create composer.json
    5, Install magento 2
    6, Edit composer.json
    7, Install module

  5. #5
    Junior Member
    Join Date
    Jun 2016
    Posts
    44
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    How to install module in Magento, would you please explain here, if possible.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •