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

Скриншоты

Установка

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» переведён на 2 языка. Благодарим переводчиков за их работу.

Перевести «Integration for Artbiz» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.1.9.1

  • New: Add functionality to use artist alias instead of name

1.1.9

  • Check compatibility WordPress 7.1
  • Fix: Extra check for post-status of translation objects at end of import

1.1.8.1

  • Fix: Minor fixes and optimizations
  • New: Make hour of day adjustable for 24-hours scheduler

1.1.8

  • New: Enable use of multiple tax rates

1.1.7.1

  • Check compatibility WordPress 7.0
  • Fix: Minor fixes and optimizations

1.1.7

  • Fix: Inconsistency in translation of custom taxonomy slugs when using Polylang or WPML

1.1.6

  • Fix: Artworks / Articles re-introduced to the API incorrectly flagged as «Draft»
  • New: Mapping of Extra Article Fields to Taxonomies
  • New: Setting to toggle update of Website URL in Artbiz
  • Check compatibility Woocommerce 10.7

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