Title: Croatrip Booking
Author: digitalnipuls
Published: <strong>2026 年 6 月 18 日</strong>
Last modified: 2026 年 6 月 19 日

---

搜尋外掛

![](https://ps.w.org/croatrip-booking/assets/banner-772x250.png?rev=3577968)

![](https://ps.w.org/croatrip-booking/assets/icon-256x256.png?rev=3577565)

# Croatrip Booking

 由 [digitalnipuls](https://profiles.wordpress.org/digitalnipuls/) 開發

[下載](https://downloads.wordpress.org/plugin/croatrip-booking.1.5.6.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/croatrip-booking/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/croatrip-booking/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/croatrip-booking/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/croatrip-booking/#developers)

 [技術支援](https://wordpress.org/support/plugin/croatrip-booking/)

## 外掛說明

Croatrip Booking is a Croatian booking plugin for tours and excursions, made for
travel agencies, boat operators and excursion organizers in Croatia and the wider
region. The interface, the booking form and the customer emails are in Croatian,
and the plugin generates the Croatian HUB-3 2D payment barcode that international
booking plugins do not have. An English front-end is also available.

Na hrvatskom: Croatrip Booking je hrvatski dodatak za rezervacije izleta i tura.
Sučelje, forma i e-mailovi su na hrvatskom, a naplata ide uplatom na račun s HUB-
3 2D barkodom ili karticom preko Stripea. Radi na svakoj WordPress stranici, bez
WooCommercea.

Features:

 * Tour catalog with description, image, prices (adult and child), duration and 
   departure point
 * Departure schedules with seat counts and automatic counting of free seats
 * A booking form that is shown automatically on the single tour page
 * Payment by bank transfer with a generated HUB-3 2D barcode (scannable in mobile
   banking)
 * Card payment through Stripe Checkout (Visa, Mastercard, Maestro, Apple/Google
   Pay)
 * Reservations overview in the admin with statuses and CSV export
 * Automatic email to the customer and the organizer
 * Croatian and English front-end

Shortcodes:

 * [crtb_izleti] displays the tour catalog
 * [crtb_rezervacija id=”123″] displays the booking form for a specific tour (it
   also appears automatically on the single tour page)

This plugin sends data to Stripe (https://stripe.com) only when the visitor chooses
to pay by card. See Stripe’s Terms (https://stripe.com/legal) and Privacy Policy(
https://stripe.com/privacy).

### Third party / bundled libraries

This plugin bundles the PDF417 encoder from the TCPDF library (file lib/pdf417.php),

by Nicola Asuni (Tecnick.com), licensed under GNU LGPL v3. Source: https://github.
com/tecnickcom/TCPDF

## 安裝方式

 1. Install from Plugins > Add New by searching for “Croatrip Booking”, or upload croatrip-
    booking.zip via Plugins > Add New > Upload Plugin.
 2. Activate the plugin.
 3. Open Tours > Payment settings and enter your data (IBAN, recipient, and optionally
    Stripe keys).
 4. Add tours (Tours > Add tour) and their schedules.
 5. Place the catalog on a page with the shortcode [crtb_izleti].

## 常見問題集

### Is it in Croatian?

Yes. The admin, the booking form and the customer emails are in Croatian. An English
front-end is also available.

### Is card payment required?

No. If you leave the Stripe keys empty, the plugin works with bank transfer and 
the HUB-3 barcode only.

### How is the 2D barcode generated?

The barcode is generated according to the Croatian HUB-3 standard (PDF417) from 
the reservation data and the recipient data in the settings. The GD extension is
required on the server to render the barcode image.

### What do I need for Stripe?

The Secret and Publishable keys from your Stripe Dashboard (Developers > API keys).
Use test keys for testing. To confirm card payments reliably, add the webhook URL
shown on the settings page to your Stripe Dashboard (event: checkout.session.completed)
and paste the webhook signing secret into the settings.

## 使用者評論

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

## 參與者及開發者

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

參與者

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

[將〈Croatrip Booking〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/croatrip-booking)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/croatrip-booking/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/croatrip-booking/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/croatrip-booking/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/croatrip-booking/)。

## 變更記錄

#### 1.5.6

 * The admin schedule script is now enqueued instead of being printed inline
 * Added a nonce to the CSV export action
 * Removed a redundant the_content filter; the single tour template renders the 
   booking form

#### 1.5.5

 * Croatrip brand applied: default accent color and a branded admin dashboard header
 * Fixed the default accent color for fresh installs

#### 1.5.0

 * Single tour page template with tabbed content (highlights, what is included, 
   what to bring, itinerary, good to know)
 * Admin fields for all tour content and for multiple departure points
 * Departure point selection in the booking form
 * Front-end language switch (Croatian / English) and an accent color setting

#### 1.2.2

 * Coding standards and security hardening (output escaping, input unslashing) for
   WordPress.org guidelines
 * English readme

#### 1.2.1

 * Unique prefix (crtb_) for all functions, settings and data

#### 1.2.0

 * Added Stripe webhook (checkout.session.completed) with signature verification

#### 1.1.1

 * The booking form now appears automatically on the single tour page

#### 1.1.0

 * Added HUB-3 2D barcode (PDF417) on the payment slip and in the email
 * Added card payment through Stripe Checkout

#### 1.0.0

 * First version: tour catalog, schedules and capacities, reservations, bank transfer,
   CSV export

## 中繼資料

 *  版本 **1.5.6**
 *  最後更新 **1 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/croatrip-booking/)
 * 標籤:
 * [booking](https://tw.wordpress.org/plugins/tags/booking/)[hub3](https://tw.wordpress.org/plugins/tags/hub3/)
   [reservations](https://tw.wordpress.org/plugins/tags/reservations/)[Tours](https://tw.wordpress.org/plugins/tags/tours/)
 *  [進階檢視](https://tw.wordpress.org/plugins/croatrip-booking/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/croatrip-booking/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/croatrip-booking/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/croatrip-booking/)