Forum Replies Created
- AuthorPosts
-
Ok, I am thinking a other option without Google Cloud Print.
I set up a rule on my mail box with a script to automatically print new email from my email address.
But is it possible to send by E-mailfrom WP Pizza, the standard template (HTML Print Templates, same than Cloud print) ? and How ?
This reply has been marked as private.Hi Olly,
Ok thank you, I will test it.
(But for the moment I have a size problem on the second printer.
The order is printed too small, impossible to read…)But to summarize, I had to put that in the funcions.php
and replace “$printerid” by the real printer id ?function myprefix_wppizza_gcp_filter_copies( $printerid, $cp ) {
if($cp == 1){
return ‘some other printer id’;
}else{
return $printerid;
}
}
add_filter( ‘wppizza_gcp_filter_copies’, ‘myprefix_wppizza_gcp_filter_copies’. 10, 2 );One more thing,
How to add several printer ID on Cloud Print to have for exemple the same order print on each printer?
(One print in the office and one in the Kitchen)
Thank you
Ok and a other question,
Is the WPP 2 or 3 available with Webservice to run with an Mobile App ?(developed by ourself on IOS and Android )
Thank you.
Hi Olly,
Ok you right, It was a php setup on the server who has been changed.
when we installed a other website.
Now its working fine again 😉
Thank you, for your quick help.
Best
Lorent
Ok perfect !
Thank you very much.
Just perfect!
Its much more easier to summ up.
Thank you very much !Best
LorentOk Perfect!
I will check it.
Thanks you, you re the best 😉Ok Sorry, I Feel confused. You re right 😉
I think I am too Tired…
Thank you
Yes “all prices are entered including tax” is enabled.
But the calculation of the system is wrong.
For exemple 8% of 42 ( Bottle of Jack Daniels / Alcool page ) is 3.36 but system calculate 3.12
This is a calculating issue no ?
I just restored the old version and now its working well.
Actually the order has been sent but the customer didn’t enter his card number.
We got the order with the Status Payment by: ” Paid by card “.Actually he never paid and never entered his card details.
In the History Manager the order was like any other order paid by card with only a small difference about the Stripe Number.
So it never happened again it was just to warn you about this trouble.
Thank you
And I just tried on My Laptop with Safari” and there is the same issue when clicking on “OK” = ERROR
( Tried with samsung, Android = No problem)And I tried with many iPhone… Still same issue… When click on ” OK ” after PostCode entered
Actually the message errors is only on phone. ( iPhone Safari)
There is 2 points:
If you enter “1203” and you click on the choice in the list, it works well
But if you enter “1203” and you dont click on the list BUT YOU CLICK ON ” OK”
So there is the message ERRORI just tried with my iPhone with the “1203” post code.
Check on this links, there is a screen shot..
Hi,
I resolve the problem of cloud print by add the ID printer.
Cause I dont know why but all order was sending on the google drive on pdf by default in PDF.Strange…
About the Post Zip code there is still the message ” Error: ” when you choose the zip code “1203” for exemple… but it works…
Now you can check, the shop is open..
And do you have an idea about the CloudPrint Google ?
Until the 31.12.2016 every document is on Print and today only on Saved.
You can have a look on the screenshot here:
Thanks
The shop is open from 6pm to 11pm
- AuthorPosts