petroni417

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Auto print – add how many pages to print #53404
    petroni417
    Participant

      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?

      in reply to: Auto print – add how many pages to print #53381
      petroni417
      Participant

        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

        in reply to: Auto print – add how many pages to print #53358
        petroni417
        Participant

          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.

          in reply to: Auto print – add how many pages to print #53290
          petroni417
          Participant

            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!

            in reply to: Auto print – add how many pages to print #53277
            petroni417
            Participant

              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.?!

              in reply to: available – not available items #31930
              petroni417
              Participant

                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?

                in reply to: available – not available items #31912
                petroni417
                Participant

                  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”?

                Viewing 7 posts - 1 through 7 (of 7 total)