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
-
Cross = 12
-
Nett = 15
+
Gross = 12kg
+
Nett = 15kg
@@ -481,13 +510,13 @@ License: You must have a valid license purchased only from themeforest(the above
Unit
20
-
Height = 12
-
Widht = 15
-
Depth = 12
+
Height = 12cm
+
Widht = 15cm
+
Depth = 12cm
-
Cross = 12
-
Nett = 15
+
Gross = 12kg
+
Nett = 15kg
@@ -500,13 +529,13 @@ License: You must have a valid license purchased only from themeforest(the above
Unit
5
-
Height = 12
-
Widht = 15
-
Depth = 12
+
Height = 12cm
+
Widht = 15cm
+
Depth = 12cm
-
Cross = 12
-
Nett = 15
+
Gross = 12kg
+
Nett = 15kg
@@ -519,13 +548,13 @@ License: You must have a valid license purchased only from themeforest(the above
Unit
5
-
Height = 12
-
Widht = 15
-
Depth = 12
+
Height = 12cm
+
Widht = 15cm
+
Depth = 12cm
-
Cross = 12
-
Nett = 15
+
Gross = 12kg
+
Nett = 15kg
@@ -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
+
+ Gross
+ *
+
+
+
@@ -738,6 +857,23 @@ License: You must have a valid license purchased only from themeforest(the above
+
+ Upload Photo
+ *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -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