Integration for Artbiz

外掛說明

Artbiz Overview

Artbiz offers a comprehensive software solution tailored for galleries and art rental businesses. This package ensures that your gallery or art rental operations are always accessible, no matter where you are. It’s available online 24/7, compatible with desktops, tablets, and mobile devices. Designed for simplicity, speed, and reliability, Artbiz streamlines your business processes. It elevates your art business into the cloud, significantly reducing time spent on administrative tasks through its smart automation features. This efficiency allows you to dedicate more time to what’s essential: selling art.

Plugin Details

The Integration for Artbiz plugin seamlessly links Artbiz software with your Woocommerce store. It enhances your online shop by importing art pieces and artist details directly through the Artbiz RestAPI.

Account and Pricing Information

To utilize this plugin, an active paid Artbiz license and an API-key are required. For further details about Artbiz, its licensing, and how to get started, please reach out to us.

Requirements

  • PHP 8.0 or later
  • WordPress 6.0 or later
  • Woocommerce 7.0 or later
  • Advanced Custom Fields

螢幕擷圖

  • Plugin settings

安裝方式

Option 1: Install using the WordPress Admin Panel:

  1. From your WordPress site’s Admin Panel go to Plugins -> Add New.
  2. Enter ‘artbiz’ in the Search Plugins text field and hit Enter.
  3. Your search results will include a plugin named Integration for Artbiz.
  4. Click the Install Now button to install the Integration for Artbiz plugin.
  5. Upon successful installation, the Integration for Artbiz plugin will appear in Plugins -> Installed Plugins.
  6. Finally, click Activate Plugin to activate your new plugin.

Option 2: Install manually:

  1. Download the plugin zip file by clicking on the Download button on this page.
  2. Unzip the plugin zip file into your WordPress plugins directory (usually wp-content/plugins)
  3. In the WordPress Admin Panel, go to the Plugins page. In the list, you should see your new Integration for Artbiz plugin.
  4. Click Activate to activate your new plugin.

Upon successful activation, Integration for Artbiz will appear on the Settings menu in the WordPress Admin Panel. Click on Settings -> Integration for Artbiz Settings to open the plugin configuration page and complete setup.

常見問題集

Using ACF PRO? Add following code to the website to change plugin dependency:

add_filter( ‘wp_plugin_dependencies_slug’, ‘convert_dependency_acf_to_acf_pro’ );
function convert_dependency_acf_to_acf_pro( $slug ) {
if ( ‘advanced-custom-fields’ === $slug ) {
$slug = ‘advanced-custom-fields-pro’;
}
return $slug;
}

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Integration for Artbiz〉的開發相關工作。

參與者

〈Integration for Artbiz〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Integration for Artbiz〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1.5

  • Check compatibility WordPress 6.9 + Woocommerce 10.4
  • New: Add filter hooks to categorize Articles

1.1.4

  • Fix: Artwork images are no longer overwritten
  • Fix: Correct settings link on plugins-page
  • New: Add possibility to add multiple images to artists
  • New: Add option to force update artworks / articles

1.1.3.4

  • Fix: Minor fixes

1.1.3.3

  • Fix: Incorrect processing of images in specific cases

1.1.3.2

  • New: Add Field “Status” to products

1.1.3.1

  • Fix: Extended art codes

1.1.3

  • New: Multilingual Artwork & Artist descriptions
  • Fix: Incorrect translations of Taxonomy Terms

1.1.2

  • Add additional hooks and settings

1.1.1

  • General fixes and improvements

1.1.0

  • Refactored code for queued processing of Woocommerce products

1.0.0

  • Initial release