Forum Replies Created
- AuthorPosts
-
Based on the previous example that I wrote, if it makes any sence to you, how is the wright way to write it?
if($order_details['ordervars']['{some-order-value}']['value'] == 'BBB' && $printnode_id = 'default'){ $printnode_id= '222'; if($order_details['ordervars']['{some-order-value}']['value'] == 'CCC' && $printnode_id = 'default'){ $printnode_id= '111,333';
Is this wright? will it work?
Can you please help me further about this? If not, I can undertand.
The value I want this filter to work based on, is the “Label [post/zipcode or area]”, let’s say that i have 3 different areas, “AAA”,”BBB” & “CCC”. I have 3 different printers “111”, “222” & “333”.
I want when the order comes from “BBB” it should be printed on “222” and the default, when the orders comes from “CCC” it should be printed on “111” and “333” and the default.how should i write the code?
if($order_details['ordervars']['{some-order-value}']['value'] == 'some value' && $printnode_id = '123456'){ $printnode_id= '987654'; }
sorry for being anoying
Well, that was quick. Thank you very much for the quick respond. Althought I have no idea how to use filters-actions etc. (where to put them, what to write ….)
Hopefully I’ll find something on youtube-google, so I can understand. Again thank you.Great. I only said that because I have 3 stores and the only way I could thing of to print the specific order on the specific store, was based on that model (Delivery by Post/Zip-code). You know better how things work, so I look forward for the update. Thank you!
Hello there.
I was wondering if it is (or could be in the future) possible to print orders on different printers based on “Delivery by Post/Zip-Code”. e.g. there could be an extra field in “Delivery by Post/Zip-Code” plugin, like the e-mail field, where we could enter the printer id (based on printnode) so that every order would be printed based on that.?!Sorry for posting irrelevant topics.
1.) The reason i said that is because right now the only way to set items “non available” is the way you say. But to do that we have to give ACCESS to the (lets say) “EDITOR” to edit items etc. On the other hand, if there was just a check box for the availability, it would be much easier. In any case that was just a request if it is posible. Nothing more, nothing less.
2.) To me prices are not rounded, sure not after the discount.
e.g. if total price of the cart is 10,10$, and my discount on any order is 10%, then 10% of 10,10$ is 1,01$ which means 10,10-1,01=9,09$. I’d like to round it and automatically be 9,10$. Is this possible?Please add an option to round price after discount (or the total os discount) just like you have with taxes. e.g. 10.55$ => 10.60$
One more think, is it possible to (show) print map (client’s address) in the e-mail or “print order”?
- AuthorPosts