• Resolved ipman91

    (@ipman91)


    Hello,

    i also use my woocommerce pizzeria shop via ios and android, but if i make a order via the apps the printer dont work, it works only if i order via the woocommerce website.
    If its possible that the printer only look if any order are new to processing then start to print ?

    The printer also dont print the topping from the pizza.

    Thanks for your support 😉

    • This topic was modified 3 years, 5 months ago by ipman91.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 31 total)
  • Plugin Contributor lawrenceowen

    (@lawrenceowen)

    @ipman91
    The most likely reason that orders don’t print when generated through your app is that the Star plugin relies on the WooCommerce “ThankYou” hook, which is used to generate the thank you message displayed to users when they make an order through your website.

    You can test this beta version https://vault.star-emea.com/s/WFEiKggj7sS3w39 which uses a different WooCommerce hook. This sample version instead relies on the order receiving teh “processing” status. So as long as your side uses the “processing” status for new orders then it should print correctly from both the app and web site.

    I’m not sure what the topic of the pizza is, I guess topping, or some extra order information. Probably this has been added via a third party plugin. It is tough for us to provide compatibility with every plugin, however most of these store their data in metadata associated with the order. The beta version may help with that too.

    Thread Starter ipman91

    (@ipman91)

    Hello Lawrenceeowen,

    i have to say respect, i download the beta plugin and the toppings from the pizza and the processing printing also works great work i have to say thank you for a really fast and good support 😉
    keep it up!

    its also possbile to make a print button if the printer dont print to click to print manual =?

    Plugin Contributor lawrenceowen

    (@lawrenceowen)

    Hi @ipman91 I wish I could say that we are always this fast, but the timing was good in this case. I’m happy to hear that the bets resolved both issues 🙂

    Yes, if you edit the Order via the WooCommerce Orders page, then you should find that with the beta version there is now a “Print via Star CloudPRNT” option under “Order actions” which can be used to trigger a manual reprint.

    Thread Starter ipman91

    (@ipman91)

    Hello,

    thank you but it is also possible to add this in status ? because if you download WooCommerce app you can also manage the status not the Order actions.

    Plugin Contributor lawrenceowen

    (@lawrenceowen)

    @ipman91 Honestly don’t know if that’s possible. But I will add it to the feature request list and hopefully that’s something we can look into as a future enhancement.

    Thread Starter ipman91

    (@ipman91)

    Hi,

    i find a problem, if I get a order the printer print this on the left side, but if I print via the order actions then it prints perfect the toppings ?

    https://paste.pics/553b267c3182e37e51a2fdf1457cd28c

    Plugin Contributor lawrenceowen

    (@lawrenceowen)

    @ipman91 that’s strange, the “kr” is being provided as html syntax usually reserved for special characters not plain text.

    My current workload is too high to be able to fix this correctly this week, but as a very quick fix, if you are comfortable with modifying the php code directly, then please edit the “order-handler.php” file, and look for the function named filterHTML($data).

    Then, add these two lines to this function, just above the return $data;:

    $data = str_replace('k', 'k', $data);
    $data = str_replace('r', 'r', $data);
    • This reply was modified 3 years, 5 months ago by lawrenceowen.
    Thread Starter ipman91

    (@ipman91)

    Hello,

    okay thank you I will try.

    Plugin Contributor lawrenceowen

    (@lawrenceowen)

    @ipman91 please note that due to similar html markup issues, I just needed to edit the above code slightly, so please use the edited version.

    Thread Starter ipman91

    (@ipman91)

    Hello,

    Wocommerce dont find my Printer what can be the issue ?

    Website: onlinepizza24.se

    @ipman91

    Have a look at the FAQ
    https://github.com/star-micronics/star-cloudprnt-for-woocommerce/blob/master/common_issues.md#printer-is-not-detected-by-the-plugin

    Perhaps you will find your solution there.

    • This reply was modified 2 years, 12 months ago by gendai.
    Plugin Contributor Guillermo Cubero

    (@gcubero)

    @ipman91 what printer are you using? If you’re using the mC-Print series then you should update the printer first. Otherwise, the Readme that @gendai linked to is a great place to start.

    Thread Starter ipman91

    (@ipman91)

    Hello,

    i have the Versio.
    Main F/W : 1.4
    Boot F/W : 1.4

    where ican update the Printer.

    Thread Starter ipman91

    (@ipman91)

    Hello,

    i have the mc-print2 and i have no update the firmware to the last version, i cant still connect to my printer via woocommerce plugin.

    WEbsite. onlinepizza24.se

    I need help guys, this support was much better!

    Plugin Contributor lawrenceowen

    (@lawrenceowen)

    @ipman91
    My best guess is that your hosting provider has changed their web server configuration, and is now only accepting connections from the most recent web browsers, with support for the strongest level of https encryption. This means that your site will also no longer accept connections from older generation Android and iOS devices.

    Updating your printer to 3.0 or later will add much stronger https security support to the printer too, and therefore should resolve your problem.

    The easiest way to update your printer firmware is with the “mC-Print Utility” app that you can install on to any Android or Apple phone/tablet. It is available from the usual Google Play, or Apple App stores. If you have trouble with the update, then please contact the usual Star technical support (in EMEA region, that is done here) as they should be able to walk you through the process.

Viewing 15 replies - 1 through 15 (of 31 total)
  • The topic ‘Topping not print and via APP’ is closed to new replies.