Replies: 2 comments 4 replies
-
Hi @holtkamp I think some extra work is needed to package it up well, but I'm tidying up the print job generator/document builder APi code a lot in the 2.1 branch of this plugin. It is also being documented as an API that can be used by WordPress/WooCommerce plugin developers to extend the print job. So at least we are making a start. In the mean-time, I suggest that you pull the Alternatively, for a super easy (but paid) option, Star also have a live cloudPRNT hosting service, which you can use. You just need to connect your printers to this service, instead of to your own, and then use our REST API to send print jobs. Printing in this case just requires an HTTP POST, with the correckt API key and the print job as HTML, Star Markup, PNG, Jpeg etc. So it is very easy, and requires no special dependencies or services to be hosted by you. This is currently only available in Europe, Middle East and African sales regions though. |
Beta Was this translation helpful? Give feedback.
-
Hi @Lozrus, first of al: thanks for taking the time to write such a detailed response! Great to see 😉
No need to be sorry at all, it seems you are already doing a great job on this subject.
Nice, I am willing to help on getting this "native" approach in the air by providing feedback, testing, etc. I know broad support for PHP versions is probably required, but from my experience being "strict" (such as using typed properties, available from PHP What PHP version are you thinking of as minimum requirement?
Good suggestion, will dive into this and use these files to give it a try.
Ah, good idea, I was not aware of this service yet. Maybe it is good to have https://docs.starprinter.online mentioned on a page like https://www.star-m.jp/products/s_print/CloudPRNTSDK/Documentation/en/index.html as well? Or is it still "under the radar" because of the beta status? To create an account, I read: "Please contact your regional Star Micronics office to request an account.", I will contact the EMEA office and try to see how smooth the onboarding process goes 😉 Looking forward working on this! |
Beta Was this translation helpful? Give feedback.
-
We are currently investigating the use of the Star CloudPRNT Protocol to have remote Star printers print orders that are placed using our in-house developed e-commerce platform.
Installing a tool like
cputil
can be a challenge on Cloud Application Platforms like Heroku. In search of a way to circumvent the use ofcputil
I encountered this plugin for WooCommerce which seems to be able to generate print jobs directly / without usingcputil
, right?Would it be an idea to isolate the functionality that generates print jobs in a separate package and publish it on Packagist.org to allow users to use Composer to include it in their projects?
Would this be something that can be considered? Or does it already exist?
I also noticed this thread which also covers this subject a bit: https://wordpress.org/support/topic/add-custom-images-2/
Beta Was this translation helpful? Give feedback.
All reactions