Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • `Hello,

    I have managed to implement this recently. It has nothing to do with wePOS. But you will need a few things.

    First, <a href=”https://codecanyon.net/category/wordpress?term=printnode&#8221; rel=”noopener” target=”_blank”>this module </a>to connect to printnode’s cloud printing service.

    Second, register with printnode to get their API credentials and also download the client. This one you must install on the computer to which the printer will be connected (you can use almost any printer, but printnode has a compatibility section if you want to be sure).

    The module will do the job once you have configured it, it prints all incoming orders, including the orders generated through the POS.

    Thread Starter l3gotronik

    (@l3gotronik)

    Inside Sync.php I was able to find the function that sets the status to “Completed”.

    I see that Sync.php is called via Cron and it makes perfect sense since exactly every 15 minutes (custom cron job) the status of the orders are changed to “Completed” even if i manually change the status… it seems that the release date is failing or something like that since the function evaluates if the date has arrived or not to set the status…

    Reading in the support forum I founded a similar problem and the cause was a plugin to modify the checkout fields, in my case I am also using a similar module… Checkout Field Editor for WooCommerce, will this have to do?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)