Shipments progress. Not finished yet
This commit is contained in:
parent
93c0b1ad78
commit
62ff111e38
|
|
@ -1,5 +1,17 @@
|
|||
<div class="shipments index">
|
||||
<h2><?php __('Shipments');?></h2>
|
||||
|
||||
<div id="alphaMessage">
|
||||
<h3>This is Alpha version of this functionality</h3>
|
||||
<pre>
|
||||
You're welcome to look around. Don't start relying on anything in it just yet though.
|
||||
|
||||
Validation still needs to be finished. Also, Box weights/dimensions and Invoice details.
|
||||
|
||||
Will hopefully be finished tomorrow (Friday Apr 29) - Karl</pre>
|
||||
</div>
|
||||
|
||||
|
||||
<?php echo $javascript->link('shipment_index');?>
|
||||
<p>
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in a new issue