We have the custom field in the sales_flat_order_item table named "call1", we have given this field to capture the "raised" values. For use.
According to our order our process is basically ordered> Invoice> detected> has been sent. What do we want to be able to ship only "select" items? On the loading page, I have added the selected value as soon as:
Using the example above, we can see that the tab was ordered in 1 and 0 is selected. So I want to consider the price of "ship to exchange" as 0 rather than 1.
Inside / App / Design / Admin HTML / Default / Default / Template / Sales / Order / Shipment / Creating / Item Phtml I can see that the following lines create "Volume to Ship" field:
& lt ;? Php echo $ this- & gt; GetItemHtml ($ _ items)? & Gt; & Lt ;? Php echo $ this- & gt; GetItemExtraInfoHtml ($ _- item-> GetOrderItem ())? & Gt;
How can I read this from our custom "Column 1" field instead?
Thank you! Let me know if you need more information.
I have now come to know where it can be done and it is working.
The file you want to change is really:
/ app / design / admin html / default / default / templates / cell / order / shipment / create / item / Renderer
Line 34 has the code for the input box. "Value" can be changed here.
Comments
Post a Comment