Omtaler (296)
Raffiner
-
Etter vurdering
It pains me to leave this review but here's goes...
No search. No tax number. No branding. No layout. No respect - it's like we're in a minimum viable app experiment?
This feels like a higher-level strategy to favour app developers by moving basic functions to apps. But the app store soup is a Shopify downside, not a strength: less apps = better.
There's no question that print invoice should be next to print packing slip on the order page - unless that's moving to an app as well?
The best way to sum-up the overall strategy of moving basic functions to apps, is to quote Spinal Tap's album review; "**** sandwich".
We know you can do better Shopify, you just have to believe... "Inner Peace… Inner Peace… Dinner Please … Dinner with Peas..." :)
*EDIT*
The top bar searches orders but finding the order doesn't help print the receipt, as it doesn't appear under 'Print' on the order page. We had to manually click through 10,000 orders to find a receipt via the app page - no joke!
And after sifting through help results for email and POS receipt templates, we finally noticed a grey link on the far left. It's unnoticeable on large monitors but once you realise built-in features are moving to apps, you see it. Although, separating orders from receipts makes for a terrible experience - no?
Thank you for taking the time and sharing this review. While there isn't a search function at this time, you can always use the built-in search function on your device when editing the templates. You can also edit the templates to include the tax info, add branding, and adjust the layouts. If you need help with customizing the templates (https://shopify.link/KBxv), then this is something that our Theme Support team can help you with. Simply visit the Shopify Help Center (https://shopify.link/vRnL) and we'd be happy to submit a customization request on your behalf. Cheers. -Elias, Shopify Support
I jumped into this from the old version, and had to remake some things as the language had changed some.
But after some tweaking I made a better adress printout than before.
It could be nice with a tool to help you make a good looking printout, but this is very flexible, and weighing in that its free i think its ok!
Much better than writing name and adress manually as before.
So all and all i think its fine anyways!
suggest add "variation content" instead of "varation_title",
I need to know exact variation instead of product sku and title, i need to print label
So much better than the previous app. Includes everything that we wanted and then some i.e. auto-complete fields, code validity checks, flexibility, preview-before-save mode, select an order to check the output of first before saving.
Managed to add the order note, images (logo) custom attributes, a nice message to those that leave a tip, conditional items e.g. gift message, formatted with css - complete with flex, backgrounds, rounded corners and emojis.
Love it. Thanks Shopify.
Doesn't Work with Shopify POS GO... they really need to update the app to allow you to print the document. You get stuck at the print screen and it doesn't engage the print module.
Hi there, thank you for your review. We'd like to take a closer look at the issue you've cited so please reach out to our support team directly: https://shopify.link/vRnL. We can authenticate you on your account and take a look at this in more detail. -Victor, Shopify Support
ZERO STARS. This APP is showing some weird "Expected Delivery Date" for each order on our admin page. Three days from the time they place their order. We make customized items and even if we ship the same day (not possible) there is little chance customers will receive their order in 3 days. We can not find where to expunge this info. We have looked in every backend area, but to no avail. Very Frustrating!
Thank you for taking the time to leave a review. Please contact us via the Help Center so we can review the templates with you and assist you with removing the "Expected Delivery Date" information: https://shopify.link/1w5D. -Sophia, Shopify Support
Grâce aux codages j'ai réussi à mettre les infos légales en français, je trouve que l'application est parfait et en plus gratuite
This app is OK. What needs to be done is to add a column with the final price. For example, for a quantity of 2 at a price of $20 the righthand column should say $40, not $20. The former app did this and it was clear how the final total was calculated.
Thank you for taking the time and sharing this feedback. You can customize the Order Printer templates (https://shopify.link/p131) to display a final total. However, if you're not comfortable working with coding languages, then this is something that our Theme Support team can help you with. Simply visit the Shopify Help Center (https://shopify.link/WJna) and log into your account to create a support request. Cheers. -Elias, Shopify Support
Worked great for me! There were a few areas I had to fix but other than that, moving from legacy to this app was fairly easy.
This new version done not show the mobile number I used all sort of variables available but it is showing blank for mobile number but address is appearing. I am trying with below code, none is showing phone number for the order -
{% if order.shipping_address.phone %}{{ order.shipping_address.phone }}{% endif %}
{% if order.billing_address.phone %}{{ order.billing_address.phone }}{% endif %}
please resolve this issue. It is not working in this new version. In older version it was working and showing mobile number.
Another sample of template code which I tried is below, test it on any store because in preview it shows the dummy phone number but with actual order, it does not show the phone number.
{% if order.shipping_address %}
TO:
{{ order.shipping_address.name }}
{{ order.shipping_address | format_address }}
Mob: {{ order.shipping_address.phone }}
{% endif %}