Nov 27, 2020
This is about the message queue of the orders from Shopify to our ERP-system. With other connected services, after reading the data of a specific order (as part of a data set with several orders),&n...
No content to show
User Activity
07-18-2023
did you fix your issues? I want to know how you did it.
Hi, hoping someone can shed some light here. My merchant have an issue right now on how the print labels are printed. We want to know if is there any way we can edit the system to print out the shipping labels in the order we are inputing the order n...
It looks like you haven't setup shipping correct rates. Can you send screenshots of your Shipping settings page?
you can try converting the variables into integer, you can defined this by doing{% liquid assign cartPrice = cart_price | plus: 0 assign shippingPrice = shipping_price | plus: 0assign total_price = cartPrice + shippingPrice%}
04-01-2020
Any one please help me on this?
Howdy! I need help in creating Shopify Flow. What I did1. Add custom code that allows the customer to add a custom Gift Note on Checkout pages. I did use the cart.attributes feature, it's working perfectly right now. 2. Here's the results in Order...