
外掛標籤
開發者團隊
原文外掛簡介
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.
