diff --git a/public/Importer/shippingorder.html b/public/Importer/shippingorder.html index d88bce7..f6063b5 100644 --- a/public/Importer/shippingorder.html +++ b/public/Importer/shippingorder.html @@ -72,6 +72,10 @@ License: You must have a valid license purchased only from themeforest(the above background: transparent; border: none !important; } + .pllt { + width:50% + height:50% + } @@ -257,7 +261,6 @@ License: You must have a valid license purchased only from themeforest(the above -

SHIPPING ORDER

@@ -373,6 +376,19 @@ License: You must have a valid license purchased only from themeforest(the above
+
+ +
+ +
+
@@ -412,8 +428,21 @@ License: You must have a valid license purchased only from themeforest(the above
+
+ +
+
+
+
- +
@@ -467,8 +496,8 @@ License: You must have a valid license purchased only from themeforest(the above
  • Depth = 12
  • - +
    @@ -481,13 +510,13 @@ License: You must have a valid license purchased only from themeforest(the above Unit 20
    - +
    - +
    @@ -500,13 +529,13 @@ License: You must have a valid license purchased only from themeforest(the above Unit 5
    - +
    - +
    @@ -519,13 +548,13 @@ License: You must have a valid license purchased only from themeforest(the above Unit 5
    - +
    - +
    @@ -693,6 +722,90 @@ License: You must have a valid license purchased only from themeforest(the above

    Packing Details

    +
    +
    Packing
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    + + + +
    +
    +
    +
    +
    + + * +
    + +
    +
    + + + + + +
    Measurement
    @@ -719,15 +832,21 @@ License: You must have a valid license purchased only from themeforest(the above
    -
    -
    -
    Weight
    -
    +
    Weight
    +
    + +
    +
    @@ -738,6 +857,23 @@ License: You must have a valid license purchased only from themeforest(the above
    +
    + +
    +
    +
    + +
    +
    + + + +
    +
    +
    +
    @@ -749,7 +885,7 @@ License: You must have a valid license purchased only from themeforest(the above Next - Finish + Finish @@ -862,6 +998,32 @@ License: You must have a valid license purchased only from themeforest(the above $("#issue1").hide(); } }); + + $( "#folder2" ).change(function() { + var select_value = $(this).val(); + if(select_value == "ctn"){ + $("#carton").show(); + $("#pallet").hide(); + $("#sacks").hide(); + $("#addnw").hide(); + }else if(select_value == "plt"){ + $("#carton").hide(); + $("#pallet").show(); + $("#sacks").hide(); + $("#addnw").hide(); + }else if(select_value == "sck"){ + $("#carton").hide(); + $("#pallet").hide(); + $("#sacks").show(); + $("#addnw").hide(); + }else if(select_value == "add"){ + $("#carton").hide(); + $("#pallet").hide(); + $("#sacks").hide(); + $("#addnw").show(); + } + }); + var FormWizard = function () { diff --git a/public/Importer/shippingorderstatus.html b/public/Importer/shippingorderstatus.html index 16f505d..73f7ead 100644 --- a/public/Importer/shippingorderstatus.html +++ b/public/Importer/shippingorderstatus.html @@ -424,7 +424,7 @@ License: You must have a valid license purchased only from themeforest(the above 14
    -

    diff --git a/public/assets/global/img/carton.jpg b/public/assets/global/img/carton.jpg new file mode 100644 index 0000000..5b894a3 Binary files /dev/null and b/public/assets/global/img/carton.jpg differ diff --git a/public/assets/global/img/hwd.jpg b/public/assets/global/img/hwd.jpg new file mode 100644 index 0000000..2b35c12 Binary files /dev/null and b/public/assets/global/img/hwd.jpg differ diff --git a/public/assets/global/img/pallet.png b/public/assets/global/img/pallet.png new file mode 100644 index 0000000..56660f2 Binary files /dev/null and b/public/assets/global/img/pallet.png differ diff --git a/public/assets/global/img/sack.jpg b/public/assets/global/img/sack.jpg new file mode 100644 index 0000000..a0db464 Binary files /dev/null and b/public/assets/global/img/sack.jpg differ