Woocommerce REST API tutorial with Crocoblock JetEngine | Elementor

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024

ความคิดเห็น • 38

  • @rookiesmarts
    @rookiesmarts ปีที่แล้ว +1

    Amazing stuff Bro...
    I had a question if you could help it would be great...
    I need to expose a "custom sql joined query CCT data" as a REST API to other website in which there will be a "auth_code" query parameter (which will use used with CUSTOM AUTH table join).
    Any leads on how I can do this?
    Thanks in advance.

    • @MoxetKhanPK
      @MoxetKhanPK  ปีที่แล้ว

      CCT has REST API endpoints which you can use to access CCT data from outside without join SQL. If you need filteration it does provide that. For auth you can use wordpress user application password.

    • @rookiesmarts
      @rookiesmarts ปีที่แล้ว

      @@MoxetKhanPK ​ yes thats true CCT has its a REST API, but I plan to make a "custom sql joined data query" which will join 3 CCT.. similar to a stored procedure data output.. one table which will be joined will be a cct_AUTH table which will return data only if the @auth_code_param query variable param matches...
      Have you encountered such use cases?

    • @rookiesmarts
      @rookiesmarts ปีที่แล้ว

      ​@@MoxetKhanPK Ex. SELECT FROM tabl1, table2, authtable where tabl1.col1 = tabl2.col2 and authtable.codecolulm = auth_code_queryparamater

    • @MoxetKhanPK
      @MoxetKhanPK  ปีที่แล้ว

      @@rookiesmarts you want to make a listing over these queries? It yes it is possible.

    • @rookiesmarts
      @rookiesmarts ปีที่แล้ว

      @@MoxetKhanPK Currently in Jetengine there is only REST API url for one CCT table is possible..
      Hope I am able to explain it correctly but I am trying to convert this custom query output as a REST API url with auth_code query parameter as its basis for custom authentication.
      this will take the use case of REST API to the next level and may also eliminate the application passwords use.
      Any idea or video if could make will be of great help.
      Thanks. Have a nice day. Cheers

  • @harllos
    @harllos 15 ชั่วโมงที่ผ่านมา

    Thank you! This is a great tutorial! I want to display woocommerce orders based on user input. Example: user inputs order id plus email and it shows order details. What do you suggest? In the video, you show us you can't filter, but can't we just filter in another way? Thank you again!

    • @MoxetKhanPK
      @MoxetKhanPK  6 ชั่วโมงที่ผ่านมา

      There are two ways, either store the data from API to your site or use datatable to display data and apply JqueryDataTable for filteration.

  • @ahmedd.masoud6809
    @ahmedd.masoud6809 ปีที่แล้ว +1

    Amazing Abdul Moxet, keep going bro,

  • @kaisertushar7554
    @kaisertushar7554 6 หลายเดือนก่อน

    Thanks for the awesome tutorial. This is really informative. One question, if we want to paginate in REST API, how we can do it (like sending page number and limit)? Like in the example, you call 100 records at once and then use datatable to split data into 10 records per page. But can we pass something in REST API so that, REST API can understand how much data to send as a response and we can show it through Jet Dynamic table with pagination support? I couldn't find anything regarding pagination with REST API when we use Jet Engine tabe (with query builder).

  • @mohmdalazari5746
    @mohmdalazari5746 ปีที่แล้ว +1

    You are great bro. more videos about rest api and woocommerce. Thanke you🙏

  • @zakariaboulouarde4591
    @zakariaboulouarde4591 4 หลายเดือนก่อน

    Thank you so much for this tutorial, wanna just ask if we can add an image from a url to the table? Thank you

    • @MoxetKhanPK
      @MoxetKhanPK  4 หลายเดือนก่อน

      Yes you can show it through images,
      "images": [
      {
      "id": 795,
      "date_created": "2017-03-23T14:03:08",
      "date_created_gmt": "2017-03-23T20:03:08",
      "date_modified": "2017-03-23T14:03:08",
      "date_modified_gmt": "2017-03-23T20:03:08",
      "src": "example.com/wp-content/uploads/2017/03/T_4_front-11.jpg",
      "name": "",
      "alt": ""
      },

  • @jr.digital
    @jr.digital ปีที่แล้ว

    Hello! Great video, thank you for the explanation. Can we use the JetEngine to programmatically create a product in WooCommerce from another website (with the PUT)? Thanks

  • @momohezekieltrump6835
    @momohezekieltrump6835 ปีที่แล้ว

    Thanks for the tutorial MK. I don't know. But i'm learning this stuff. Can I use this idea possibly for posts and not products?

    • @MoxetKhanPK
      @MoxetKhanPK  ปีที่แล้ว

      REST API works with CPT and Products both, you can try on anything.

  • @JustinDouglas-j4m
    @JustinDouglas-j4m 7 หลายเดือนก่อน +1

    It should be ---> ?consumer_key=xxx&consumer_secret=xxx and not ?consumer_key=xxx&secret_key=xxx. For people who are facing the 400 errors.

  • @affiafridi
    @affiafridi ปีที่แล้ว +1

    Thanks for the great tut Guru!

  • @mohsinshakeel6482
    @mohsinshakeel6482 ปีที่แล้ว

    Thanks for the great Tutorial. Can We Filter these records using jetsmartfilters?

  • @Elsteck
    @Elsteck ปีที่แล้ว +1

    Magic! Thank you

  • @taufiksmp6816
    @taufiksmp6816 ปีที่แล้ว

    how to make cct single page without using REST API ? it is possible ?
    i try to make single page with cct and use feature "has a single page". but it's limited, and I only can add post title and content. i need to show dynamic table in every single page

  • @karl-knoop
    @karl-knoop ปีที่แล้ว

    Great tutorial! Is it also possible to integrate products into wordpress via the Shopify REST API?

    • @MoxetKhanPK
      @MoxetKhanPK  ปีที่แล้ว +1

      Yes why not!

    • @karl-knoop
      @karl-knoop ปีที่แล้ว

      @@MoxetKhanPK Thanks, for your reply Moxet. A tutorial with Shopify would be nice because Shopify is so much faster than Woocommerce but it´s pain in the ass to customize. A combination of Wordpress und Shopify sounds perfect.

    • @MoxetKhanPK
      @MoxetKhanPK  ปีที่แล้ว

      @@karl-knoop The integration you intend to build is not recommended, only for design you have to bring your data from shopify to wp? there are 100 of back & forth functions which you need to apply. My guess was to display the data & reports in your wp from Shopify which might bring some benifits.

  • @hart_studio
    @hart_studio ปีที่แล้ว

    Thanks Khan. I'm used this tutorial to display Woocommerce orders, but I would like to show in my listing just orders for the logged in user. As I can see the filter inside the Query builder is not working right? Can you suggest me another solution to do it?

    • @MoxetKhanPK
      @MoxetKhanPK  ปีที่แล้ว +1

      Yes filteration is not working as of now, we need to wait untill is fixed.

    • @harllos
      @harllos 15 ชั่วโมงที่ผ่านมา

      Hello! Did you manage to do this filtering?

  • @toni_jaay
    @toni_jaay ปีที่แล้ว

    With the read/write access, how would you "write" (I assume it means to update) the information?

    • @MoxetKhanPK
      @MoxetKhanPK  ปีที่แล้ว

      You need to use Jetform builder with POST action to target certain endpoints & send exactly the same information they require.

  • @mw1076
    @mw1076 3 หลายเดือนก่อน

    Can I use API on my localhost? I am working with xampp.

    • @MoxetKhanPK
      @MoxetKhanPK  3 หลายเดือนก่อน

      Yes you can use, you must have internet

    • @mw1076
      @mw1076 3 หลายเดือนก่อน

      @@MoxetKhanPK I am working with WordPress. And in WordPress its url in localhost is http, but API is actually sending in https. Therefore it generates an error. How can I overcome such issue?

  • @MoxetKhanPK
    @MoxetKhanPK  ปีที่แล้ว +1

    If you want to show images from the REST API request of woocommerce, please follow these settings.
    imgur.com/a/as1DqHn

    • @ufocatchers
      @ufocatchers 9 หลายเดือนก่อน

      Hi , May you tell me how to setting the API image clickable and link to Product ?