함께 작동하는 방식
하나의 매장을 중심으로. 모든 계산대가 동기화됩니다.
- 설정은 플러그인 하나면 충분합니다무료 플러그인은 WooCommerce 매장에 안전한 REST API를 추가합니다. 설치는 이것으로 끝입니다 — 기기마다 호스팅하거나 설정할 것이 없습니다.
- 모든 앱이 같은 매장을 읽고 씁니다데스크톱에서 판매를 처리하고 휴대폰에서 환불하세요 — 제품, 주문, 고객이 하나의 세트로 실시간 업데이트됩니다.
- 오프라인 우선, 계산대가 멈추지 않도록각 기기는 연결이 없어도 계속 작동하며, 다시 온라인이 되는 순간 재동기화됩니다.
동기화되는 항목
- 제품 및 가격
- 재고 수준
- 주문
- 고객
- 세금 및 영수증
시작하기
첫 판매까지 세 단계
처음부터 끝까지 약 2분이면 됩니다.
- 1
무료 플러그인 설치
모든 것이 연결되는 기반입니다. 대시보드에서 플러그인 → 새로 추가로 이동한 뒤 “WCPOS”를 검색하세요.
WCPOS무료 · GPL
최신 1.9.13 · WordPress 5.6+ · WooCommerce 5.3+ · PHP 7.4+
- 2
기기 선택
모두 무료이며 모두 동기화됩니다. 위에서 감지된 항목을 받거나, 아래 중 하나를 선택하세요.
iOS & iPad베타
Android베타
- 3
더 많은 기능이 필요하신가요? Pro로 업그레이드하세요
터미널 결제, 환불, 재고 관리를 같은 기반 위에 추가하는 라이선스 플러그인입니다.
릴리스 기록
새로운 기능
최근 변경 사항 — 모든 앱은 하나의 버전 라인을 공유합니다.
릴리스 노트는 GitHub에서 가져오며 영어로 표시될 수 있습니다.
1.9.13최신2026년 7월 26일
Fixed
- Garbled prints on Star CloudPRNT printers. After 1.9.12, receipts sent to Star CloudPRNT printers (the TSP100 line) could print the plain text lines followed by a metre of garbage characters, because cashier-initiated prints were still rendered as ESC/POS — which no Star CloudPRNT printer can decode. WCPOS now serves these printers native StarPRNT for cashier prints too, and automatically corrects the stored printer language on existing installs on the next settings sync (no reconfiguration needed). Other cloud printers are unaffected.
This is the print-path follow-up to 1.9.12's TSP100 StarPRNT fix.
1.9.122026년 7월 24일
Patch release fixing Cloud Print on Star TSP100 printers and making customer receipt downloads opt-in.
- Fixed cloud printing to Star TSP100 printers — StarPRNT-native Star printers (the TSP100/TSP100IV line) rejected Cloud Print jobs with a "510 Incompatible Media Type" error and never printed, because WCPOS sent them ESC/POS. WCPOS now serves these printers native StarPRNT, so Cloud Print works on the whole TSP100 family. Other cloud printers are unaffected.
- Customer receipt downloads are now opt-in — the Receipt button on My Account → Orders (added in 1.9.11) is now off by default and turned on under Settings → General → Customers, with an optional picker to choose which template customers get. Stores that want it must enable it; the
[wcpos_receipt]shortcode is unaffected. - Fixed the Cloud Print printer name being squeezed — a long or translated status label (eg: French "En attente de l'imprimante") no longer shrinks the editable printer-name field to a few characters; the status now sits on its own row.
- Fixed receipt template selection for downloaded receipts — gallery templates now resolve correctly for customer receipt links, and the storefront receipt uses the template you selected.
- Updated translations.
1.9.112026년 7월 24일
✨ New Features
- WCPOS Cloud Print relay — if your hosting or firewall blocks a cloud printer's direct connection (a permanent "Waiting for printer"), WCPOS now routes Star CloudPRNT and Epson Server Direct Print polling through the WCPOS Cloud Print relay automatically, and print jobs start on the printer's next poll instead of waiting for the next heartbeat. Printer cards tell you when a security layer is blocking cloud print. When the relay is used, print jobs (receipt contents) pass through
cloudprint.wcpos.com— see the privacy FAQ. Site owners can opt out in code. - Cloud Print queue — the Cloud Print settings screen now shows a live queue of your print jobs and their status, so you can see what has printed, retry a failed job, and clear the backlog. Completed job payloads are stripped and old jobs are purged automatically.
- Receipts on your online store — customers can download their order receipt as a PDF, rendered with your WCPOS receipt template, from a new Receipt button on My Account → Orders. A
[wcpos_receipt]shortcode is also available for the order-received or custom pages.
🐞 Bug Fixes
- Cloud printers that mangle the poll URL — printer credentials now travel in the URL path, so printer firmware that URL-encodes the query string (eg: Star TSP100IV) can authenticate. Existing configured printer URLs keep working.
- WCPOS Pro license image — the Pro panel now loads its image correctly.
🧰 Maintenance
- Updated translations (
2026.7.6); CI merge-gate hardening and dev-dependency housekeeping.
1.9.102026년 7월 21일
🐞 Bug Fixes
- Stale prices on products converted from simple to variable — variable products now show the lowest price of their current visible variations in the POS, instead of a leftover price left behind by the conversion.
- Fatal error in the receipt template editor on translated stores — receipt previews no longer crash when a translated label contains a literal percent sign (reported on Czech stores).
- Cloud printer polling — Star CloudPRNT and Epson Server Direct Print polling URLs now include the marker WCPOS requires, so the URL you copy from the settings screen works as-is. Star results in the
2xxfamily (eg:211 Paper Low) now count as printed rather than failed, and polling problems are recorded in the WCPOS logs with enough detail to act on. - Missing POS favicon — POS browser tabs and home-screen shortcuts show the WCPOS icon again.
✨ Improvements
- Refresh button on the Extensions screen — re-check the extensions catalogue on demand instead of waiting for the hourly cache to expire.
🧰 Maintenance
- Updated translations (
2026.7.2); dev-dependency and CI housekeeping.
1.9.92026년 7월 18일
🔒 Security
- Hardened receipt/report template file resolution — the templates REST endpoint now validates the requested template
typeand confirms that resolved template files stay inside the plugin's trusted template directories, closing a path-traversal issue. All stores should update.
🐞 Bug Fixes
- POS checkout, receipt and login URLs now follow your site's permalink trailing-slash style, so rewrite rules that force a trailing slash no longer redirect these links to an
httptarget and get blocked as mixed content.
🧰 Maintenance
- Updated translations; CI / test-matrix housekeeping.
Stores updating from 1.9.7 also receive the 1.9.8 changes in this release (checkout/receipt/login links respect the Force SSL setting; Force SSL toggle restored under Advanced settings).
1.9.72026년 7월 15일
Receipts can now show savings
Receipt templates can display regular prices, per-line savings and a Total Saved line (Receipt Data v1.1). Right-to-left (RTL) previews render savings totals correctly with localized labels.
Other changes
- Better black & white printing — gallery receipt templates now print safely on B&W receipt printers, while PDF receipts keep their colours.
- Resizable template editor panel — drag to resize the fields panel in the receipt template editor.
- Improved welcome-screen analytics — consented admin landing payloads now include hostname-only site and admin domains, so WCPOS can understand where opted-in stores come from without sending full URLs or paths.
- Fixes — order version stamping now only happens when the POS creates an order; safer file-permission fallback when WCPOS writes files.
- Updated translations.