Skip to content

Instantly share code, notes, and snippets.

@peterpenguw
peterpenguw / receipt.php
Created March 13, 2019 15:06 — forked from kilbot/receipt.php
WooCommerce POS Pro Receipt Template
<html>
<head>
<meta charset="utf-8">
<title><?php _e( 'Receipt', 'woocommerce-pos' ); ?></title>
<style>
/* Reset */
* {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;