最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

plugins - WooCommerce: Building a page with user input which is used to query order status and external API and return a result

programmeradmin4浏览0评论

I don't know where to start in terms of building a plugin, some php or how to go about my project for my woocommerce store:

Feature overview:

  1. User inputs Order ID
  2. Order ID queries WooCommerce API to get order status as well as custom fields from that order
  3. Result from custom field is used to query external API
  4. Result of WooCommerce API query (Order Status) as well as external API based on return of custom fields is displayed on a page

What is my best approach? Frontend html for user input, php for queries and html again for display?

Thanks

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论