
內容簡介
Loopz Gift Cards 外掛讓商家能夠提供數位和實體的禮品卡,這些禮品卡可在網上和實體店內使用,提升銷售並吸引新客戶。此外掛無縫整合 WooCommerce 和各大 POS 系統,提供品牌化的禮品卡體驗。
【主要功能】
• 支援數位與實體禮品卡銷售
• 與 WooCommerce、Clover、Square 和 Shopify 整合
• 提供禮品卡購買與自訂功能
• 在控制台顯示禮品卡資訊
• 支援訂單詳情頁面發放商店信用
外掛標籤
開發者團隊
原文外掛簡介
Increase sales and attract new customers by offering digital and physical gift cards for your business that can be redeem online and in-store on your POS. Create a branded gift card experience that works seamless on your WooCommerce store and your Point of Sale.
Integrates with WooCommerce, Clover, Square and Shopify. Enables gift cards to be sold and redeemed on all your connected merchant accounts.
External services
This plugin connects to the Loopz API to obtain gift card information of the store’s gift card program. It’s needed to enable gift card redemption on your store, enable gift card purchases and customization on your store, issue store credit from the order detail page and to show gift cards on the plugin’s dashboard.
This service is provided by “Loopz Technologies Inc.”: terms of use, terms of service, privacy policy.
Source Code and Development
The non-compiled source code for all compressed JavaScript and CSS assets in this plugin is included in the plugin itself, under the following directories:
assets/js/ — source JavaScript for admin settings, gift button, refund UI, and cart form
assets/css/ — source CSS for admin settings and button group styles
blocks/js/ — source JavaScript and SCSS for the Loopz Gift Card checkout block (React)
The compiled/minified output is located in the build/ directory.
Build instructions
This plugin uses @wordpress/scripts (webpack-based) to compile the JavaScript and CSS. To build the assets from source:
Make sure you have Node.js 16 or later and npm installed.
From the plugin root directory, install the build dependencies:
npm install
Build the compiled assets:
npm run build
For development with live reloading, use:
npm run start
The npm run build command will compile all sources in assets/js/ and blocks/js/ into the build/ directory.
