這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Connector Woo Odoo By Tech-Receptives

外掛說明

This module implements several Web Services which are missing in core WooCommerce, as this methods are required to synchronize WooCommerce with Odoo ERP. As of now, there are no methods available just to get ids of the products, customers ,orders. This plug-in provides set of methods by which you can get list of ids of the products, customers, orders and also details of the categories for a specific product.

Requires WooCommerce 2.2+

Features

Here’s the list of methods which help you to get list of ids:

  • List of the Product Ids(/products/list)
  • List of the Order Ids(/orders/list)
  • List of the Coupons Ids(/coupons/list)
  • List of the Customers Ids(/customers/list)
  • List of the Categories Ids(/categories/list)
  • List of the Details of the Variation by id(/products/variations/)
  • List of the Details of the Categories of specific product(/products//category/details)
  • Gives the Details of the Parent of the specific Category of the product(/products/category//parent)
  • Gives the Details of the product having list of ids in categories and attribute details with its id(/products/details)
  • Gives the Details of the specific product having list of ids in categories and attribute details with its id(/products/details/)
  • Gives the Details of the attribute with the attribute_id of the specific product(/products//attributes)
  • Gives the General Settings of the Woocommerce(/settings/general)
  • Gives the General Settings of the Woocommerce by id(/settings/general/)
  • Gives the General Product Settings of the Woocommerce(/settings/product_general)
  • Gives the Display Product Settings of the Woocommerce(/settings/product_display)
  • Gives the Inventory Product Settings Of the Woocommerce(/settings/product_inventory)
  • Gives the Downloadable product Setings of the Woocommerce(/settings/product_downloadable)
  • Gives the Tax Options Settings of the Woocommerce(/settings/tax_options)
  • Gives the Checkout Options Settings of the Woocommerce(/settings/checkout_options)
  • Gives the list of Payment Methods of the Woocommerce(/settings/checkout_options/list)
  • Gives the details of the specific Payment Method of the Woocommerce(/settings/checkout_options/)
  • Gives the Shipping Options Settings of the Woocommerce(/settings/shipping_options)
  • Gives the list of Shipping Methods of the Woocommerce(/settings/shipping_options/list)
  • Gives the details of the specific Shipping Method of the Woocommerce(/settings/checkout_options/)
  • Gives the order details in which parent_id of the product is added in the details(orders/details)
  • Gives the order details of the specific productin which parent_id of the product is added in the details(/orders/details/)
  • Gives the list of the ids of the statuses(/orders/details/status/list)
  • Gives the details of the specific status(/orders/details/status/<status_id)>)
  • Gives the details of all the currencies included id(/currencies)
  • Gives the list of the ids of all the currencies(/currencies/list)
  • Gives the details of the currency of the specific id(/currencies/)

Support Details

We do support our free plugins and extensions, but please understand that support for premium products takes priority. We typically check the forums every few days (with a maximum delay of one week).

Minimum Requirements

  • WordPress 2.2 or greater
  • MySQL version 5.0 or greater

Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of Connector Woo Odoo, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.

In the search field type “Connector Woo Odoo By Tech-Receptives” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.

Manual installation

  1. Upload connector-woo-odoo folder to the /wp-content/plugins/ directory or upload the zip file via the “Plugins > Add New” menu
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Then you can use the custom functions.
  4. Start customizing!

螢幕擷圖

  • Enable the REST API Key before using the methods

常見問題集

Why can’t I able to call the methods?

Most likely because enable API key is not checked.

使用者評論

2022 年 8 月 11 日
This plugin has a lot of features which is very nice to me. At first, I didn't find a way to make my custom shop page on woocommerce and custom single product pages. but by using this plugin I made my custom single product page layout and used it. I thought I need to buy the Elementor pro version but right now this plugin did that job and met up my demand. Thanks a lot.
2016 年 9 月 3 日
There's definitely a great deal to find out about this topic. I love all of the points you've made.
2016 年 9 月 3 日 6 則留言
doesnt work.. developer doesn't answer any of the questions or messages
閱讀全部 5 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Connector Woo Odoo By Tech-Receptives〉的開發相關工作。

參與者

變更記錄

2.4.4

  • Initial release

2.4.5

  • Added the endpoint for getting the details of the parent of the category for the specific product
  • Added the endpoint for getting the details of the product in which it contains the categories having ids and attributes having all details with the attribute_id
  • Added the endpoint for getting the details of the specific product in which it contains the categories having ids and attributes having all details with the attribute_id
  • Added the endpoint for getting the details of the attribute with attribute_id of a specific product

2.4.6

  • Added the endpoint for getting the general settings of the woocommerce
  • Added the endpoint for getting the variation details by id
  • Added the endpoint for getting the product general settings of the woocommerce
  • Added the endpoint for getting the product display settings of the woocommerce
  • Added the endpoint for getting the product inventory settings of the woocommerce
  • Added the endpoint for getting the product downloadable settings of the woocommerce
  • Added the endpoint for getting the tax options settings of the woocommerce
  • Added the endpoint for getting the checkout options settings of the woocommerce
  • Added the endpoint for getting the shipping options settings of the woocommerce
  • Added the endpoint for getting the ids of all order stautuses
  • Added the endpoint for getting the details of the specific status

2.4.7

  • Added the endpoint for getting the currencies with their id
  • Added the endpoint for getting the ids of all the currencies
  • Added the endpoint for getting the details of the currency of specific id

2.4.8

  • Added the endpoint for getting the general settings with their id