Looking for help?
Getting Started
- API Documentation
- Automatically print orders
- Build an app with AppInstitute's app builder & PrinterCo's receipt printer
- Can I print orders from WooCommerce?
- Change subscription plan
- Connect your GloriaFood store to printerco order printer- NO CODING IS REQUIRED!Â
- Dispatch Orders & Send SMS Alerts To Customers
- How do I automatically print WooCommerce orders?
- How do I print a customer order in WooCommerce?
- How do I print a WooCommerce order?
- How to add or register a printer to MyPanel
- How to build an order status page for customers in woocommerce
- How to Buy SMS Credit from MyPanel Dashboard?
- How to connect a thermal printer with the PrinterCo app?
- How to install Printerco app to TPS900 printer?
- How to install the PrinterCo app?
- How to Login & Connect my POS Printer?
- How to Place a test order?
- How to print a logo on the receipt?
- How to register with MyPanel?
- How to remove HTML from printed receipts?
- Integration with SquareSpace
- List of printers that work with PrinterCo app.
- List of woocommerce plugins that are compatible with PrinterCo printing plugin
- Locating your plugin license key For WooCommerce, Shopify, Wp-Pizaa, Etc
- Print 'EAT IN' orders to a WooCommerce POS printer for a table ordering
- Print 'EAT IN' orders to a WooCommerce POS printer for a table ordering
- Print Additional Fees on wooCommerce
- Printer Functions
- Recommended Fonts setting for the nice looking layout
- Shopify order printer. Integration with Shopify
- SMS Order Notifications Setting
- Step-by-step guide to set up your printer.
- Troubleshooting with WatchDog
- What are the woocommerce email placeholders?
- WooCommerce Email notifications are not sending
- Woocommerce order status not changing
- WooCommerce POS Order Printer (plugin installation guide)
- Woocommerce troubleshooting (Step-by-step)
- WP-Pizza Order Printer (plugin installation guide)
- Show all articles (25) Collapse Articles
FAQs
- Can I print orders from WooCommerce?
- Change subscription plan
- How do I automatically print WooCommerce orders?
- How do I print a customer order in WooCommerce?
- How do I print a WooCommerce order?
- How do print the customer's Name, Address, and phone number on the receipt?
- How to Buy SMS Credit from MyPanel Dashboard?
- How to install Printerco app to TPS900 printer?
- How to install the PrinterCo app?
- How to Login & Connect my POS Printer?
- How to Place a test order?
- How to print a logo on the receipt?
- How to register with MyPanel?
- List of printers that work with PrinterCo app.
- My printer is not printing!
- Step-by-step guide to set up your printer.
- Why my printer is not registered with printerco?
- Show all articles (2) Collapse Articles
Website Integration
- API Documentation
- Build an app with AppInstitute's app builder & PrinterCo's receipt printer
- Connect your GloriaFood store to printerco order printer- NO CODING IS REQUIRED!Â
- How to build an order status page for customers in woocommerce
- How to remove HTML from printed receipts?
- Integration with SquareSpace
- Locating your plugin license key For WooCommerce, Shopify, Wp-Pizaa, Etc
- Print 'EAT IN' orders to a WooCommerce POS printer for a table ordering
- Print 'EAT IN' orders to a WooCommerce POS printer for a table ordering
- Print Additional Fees on wooCommerce
- Shopify order printer. Integration with Shopify
- What are the woocommerce email placeholders?
- WooCommerce Email notifications are not sending
- WooCommerce POS Order Printer (plugin installation guide)
- WP-Pizza Order Printer (plugin installation guide)
API Documentation
WooCommerce Integration
- Can I print orders from WooCommerce?
- How do I automatically print WooCommerce orders?
- How do I print a customer order in WooCommerce?
- How do I print a WooCommerce order?
- How to build an order status page for customers in woocommerce
- How to remove HTML from printed receipts?
- List of woocommerce plugins that are compatible with PrinterCo printing plugin
- Locating your plugin license key For WooCommerce, Shopify, Wp-Pizaa, Etc
- Print 'EAT IN' orders to a WooCommerce POS printer for a table ordering
- Print 'EAT IN' orders to a WooCommerce POS printer for a table ordering
- Print Additional Fees on wooCommerce
- What are the woocommerce email placeholders?
- WooCommerce Email notifications are not sending
- Woocommerce order status not changing
- WooCommerce POS Order Printer (plugin installation guide)
- Woocommerce troubleshooting (Step-by-step)
- Show all articles (1) Collapse Articles
Shopify Integration
Gloriafood Integration
Wp-pizza Integration
MyPanel Settings
- Automatically print orders
- Change subscription plan
- How to add or register a printer to MyPanel
- How to Buy SMS Credit from MyPanel Dashboard?
- How to connect a thermal printer with the PrinterCo app?
- How to print a logo on the receipt?
- How to register with MyPanel?
- My printer is not printing!
- Step-by-step guide to set up your printer.
- Troubleshooting with WatchDog
Printer Functions and Setup
- Automatically print orders
- Dispatch Orders & Send SMS Alerts To Customers
- How do print the customer's Name, Address, and phone number on the receipt?
- How to add or register a printer to MyPanel
- How to connect a thermal printer with the PrinterCo app?
- How to Login & Connect my POS Printer?
- How to print a logo on the receipt?
- My printer is not printing!
- Recommended Fonts setting for the nice looking layout
- SMS Order Notifications Setting
- Step-by-step guide to set up your printer.
- Troubleshooting with WatchDog
Squarespace Integration
AppInstitute app Integration
Account and Billing
< All Topics
Print
How to remove HTML from printed receipts?
PostedAugust 16, 2022
UpdatedAugust 16, 2022
ByPrinterCo System
Woocommerce order printing HTML code. How to resolve this?
If your order items are printed with a mixture of HTML tags, then you will need to remove them. To do this, you must implement a hook for the before_send_order_to_iconnect filter. In that filter, you simply access it as follows:
$order->item[.....]->Description - for description
$order->item[.....]->Item - for item name
This is assuming that the order object is in a variable called $order. But you can call this whatever you like.
Table of Contents