Title: Smart Price Sync for Homey &amp; PriceLabs
Author: valeriodonfrancesco
Published: <strong>12 فوریه 2026</strong>
Last modified: 10 سپتامبر 2026

---

جستجوی افزونه‌ها

![](https://ps.w.org/smart-price-sync/assets/banner-772x250.jpg?rev=3460167)

![](https://ps.w.org/smart-price-sync/assets/icon-256x256.png?rev=3460167)

# Smart Price Sync for Homey & PriceLabs

 توسط [valeriodonfrancesco](https://profiles.wordpress.org/thor486/)

[دانلود](https://downloads.wordpress.org/plugin/smart-price-sync.1.1.0.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/smart-price-sync/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/smart-price-sync/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/smart-price-sync/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/smart-price-sync/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/smart-price-sync/)

## توضیحات

**Smart Price Sync** bridges the gap between the **Homey** WordPress theme and the**
PriceLabs** dynamic pricing engine.

Automatically update your listing prices and availability calendars without manual
intervention.

### Features

 * **Base Price Sync:** Updates the nightly price in Homey based on PriceLabs data.
 * **Calendar Sync:** Updates daily rates for the next 365 days.
 * **Automated Scheduling:** Choose from Hourly, Twice Daily, or Daily sync intervals.
 * **Manual Sync:** Trigger an immediate update directly from the listing edit page.
 * **Freemium Model:**
    - **Free:** Link and sync **1 listing**.
    - **PRO:** Upgrade to sync **unlimited listings**.

### How it Works

 1. Enter your PriceLabs API Key in the settings.
 2. Add the PriceLabs Listing ID to your Homey Listing.
 3. Select the listing in the “Active Listings” settings to enable sync.
 4. The plugin handles the rest, fetching data in the background via WP Cron.

## نصب

 1. Upload the plugin files to the `/wp-content/plugins/smart-price-sync` directory,
    or install the plugin through the WordPress plugins screen.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Navigate to **Smart Price Sync** in the admin menu to configure your API Key.

## سوالات متداول

### Where do I find my PriceLabs Listing ID?

Open your PriceLabs calendar for a specific listing. The ID is often found in the
URL (e.g., `.../calendar/12345___67890`) or displayed in the dashboard details.

### Does this work with other themes?

No. This plugin is specifically built for the **Homey** theme and relies on its 
specific data structure (meta keys).

### How often does it sync?

You can configure the sync interval in the settings page (Hourly, Twice Daily, or
Daily), or leave it on Manual Only and sync from the listing edit screen.

Scheduled syncs run through WP Cron, which is triggered by site traffic. If your
site has `DISABLE_WP_CRON` set, make sure `wp-cron.php` is called by a real system
cron job, otherwise the scheduled sync will not fire.

### Sync fails with “Sync prices toggle is OFF”. What does that mean?

PriceLabs only serves the day-by-day price calendar through its Customer API for
listings that are actively syncing. If a listing’s “Sync prices” toggle is OFF in
PriceLabs, the API answers with `LISTING_TOGGLE_OFF` and returns no rates, no matter
how the plugin is configured. Either turn the toggle ON in PriceLabs, or enable **
Base Price Only** in the plugin settings to import the listing base price instead
of the daily calendar.

### Sync fails with “Please add a payment method under Billing section”.

That message comes from PriceLabs, not from the plugin. The PriceLabs Customer API
is a paid add-on (currently $1 per syncing listing per month) and stays closed until
a payment method is on file, even when your API key is valid. Add one under Billing
in your PriceLabs account and the calls start working.

### Which PMS does the plugin send to PriceLabs?

The one PriceLabs reports for that listing. The plugin reads it automatically from
your account, so the “Default PMS” field is only a fallback for listings where PriceLabs
does not return a PMS.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“Smart Price Sync for Homey & PriceLabs” نرم افزار متن باز است. افراد زیر در این
افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ valeriodonfrancesco ](https://profiles.wordpress.org/thor486/)

[ترجمه “Smart Price Sync for Homey & PriceLabs” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/smart-price-sync)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/smart-price-sync/)،
[مخزن SVN](https://plugins.svn.wordpress.org/smart-price-sync/) را بررسی کنید، یا
از طریق [RSS](https://plugins.trac.wordpress.org/log/smart-price-sync/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/smart-price-sync/) مشترک
شوید.

## گزارش تغییرات

#### 1.1.0

 * Fixed: the PMS sent to PriceLabs was hardcoded to `lodgify`. It is now read from
   your PriceLabs account for each listing, with an optional manual fallback.
 * Fixed: the listings response was parsed at the wrong level, so the lookup that
   resolves each listing’s PMS never matched and the hardcoded value was always 
   used. Both the current `{"listings": [...]}` shape and the older bare array are
   now handled.
 * Added: `LISTING_SUBSCRIPTION_INACTIVE` is reported as an explicit message when
   the PriceLabs subscription is not active.
 * Fixed: the scheduled sync was never registered with WP Cron, so the “Sync Interval”
   setting had no effect and only manual syncs ran. The schedule is now created 
   on activation, updated when the interval is changed, and removed on deactivation.
   Existing installs pick it up on the next admin page load.
 * Added: **Base Price Only** mode, which imports the listing base price for listings
   whose “Sync prices” toggle is OFF in PriceLabs.
 * Improved: PriceLabs error states (`LISTING_TOGGLE_OFF`, `LISTING_NOT_PRESENT`,`
   LISTING_NO_DATA`) are now reported as readable messages instead of a raw API 
   dump.
 * Improved: authenticates with the documented `X-API-Key` header, and reports HTTP
   and API-key errors explicitly.
 * Improved: settings are sanitized on save.

#### 1.0.0

 * Initial release.
 * Implemented remote license validation for PRO upgrade.
 * Added automatic and manual sync capabilities.

## اطلاعات

 *  نگارش **1.1.0**
 *  آخرین به‌روزرسانی **2 هفته پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 5.0 یا بالاتر **
 *  آزمایش‌شده تا **6.9.9**
 *  نگارش PHP ** 7.4 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/smart-price-sync/)
 * برچسب
 * [booking](https://fa.wordpress.org/plugins/tags/booking/)[dynamic pricing](https://fa.wordpress.org/plugins/tags/dynamic-pricing/)
   [pricing](https://fa.wordpress.org/plugins/tags/pricing/)[real-estate](https://fa.wordpress.org/plugins/tags/real-estate/)
   [sync](https://fa.wordpress.org/plugins/tags/sync/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/smart-price-sync/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[بررسی شما](https://wordpress.org/support/plugin/smart-price-sync/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/smart-price-sync/reviews/)

## مشارکت کنندگان

 *   [ valeriodonfrancesco ](https://profiles.wordpress.org/thor486/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/smart-price-sync/)