Skip to content

Commit 0380787

Browse files
committed
u20230225
1 parent 6082d84 commit 0380787

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- [CubeCart to PrestaShop Migration](https://d2d-soft.com/prestashop-migration/70-272-cubecart-to-prestashop-migration-module.html#/72-entities-1000)
88
- [Drupal Commerce to PrestaShop Migration](https://d2d-soft.com/prestashop-migration/364-drupal-commerce-to-prestashop-migration-service.html)
99
- [HikaShop to PrestaShop Migration](https://d2d-soft.com/prestashop-migration/452-1857-hikashop-to-prestashop-migration-module.html#/72-entities-1000)
10+
- [J2Store to PrestaShop Migration](https://d2d-soft.com/prestashop-migration/495-2052-j2store-to-prestashop-migration-module.html#/72-entities-1000)
1011
- [Loaded Commerce to PrestaShop Migration](https://d2d-soft.com/prestashop-migration/71-277-loaded-to-prestashop-migration-module.html#/72-entities-1000)
1112
- [Magento to PrestaShop Migration](https://d2d-soft.com/prestashop-migration/72-282-magento-to-prestashop-migration-module.html#/72-entities-1000)
1213
- [OpenCart to PrestaShop Migration](https://d2d-soft.com/prestashop-migration/73-287-opencart-to-prestashop-migration-module.html#/72-entities-1000)
@@ -27,6 +28,7 @@
2728
- [CubeCart](https://www.cubecart.com/)
2829
- [Drupal Commerce](https://drupalcommerce.org/)
2930
- [HikaShop](https://www.hikashop.com/)
31+
- [J2Store](https://www.j2store.org/)
3032
- [Loaded Commerce](https://loadedcommerce.com/)
3133
- [Magento](https://magento.com/)
3234
- [OpenCart](https://www.opencart.com/)

assets/css/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#migration-page .width50{width: 50% !important;}
1515
#migration-page .width80{width: 80% !important;}
1616
#migration-page .width90{width: 90% !important;}
17+
#migration-page .width100{width: 100% !important;}
1718
#migration-page .icon-success-wrap{padding-left:30px;display: block;background: url("../img/icon-success.png") no-repeat bottom left;}
1819
#migration-page .icon-success{width:20px;height:20px;display: inline-block;background: url("../img/icon-success.png") no-repeat bottom left;vertical-align: middle;}
1920
#migration-page .icon-warning-wrap{padding-left:30px;display: block;background: url("../img/icon-warning.png") no-repeat bottom left;}
@@ -31,6 +32,8 @@
3132
#migration-page .top10{margin-top: 10px;}
3233
#migration-page .display-ib{display: inline-block !important;}
3334
#migration-page .cursor-pointer{cursor: pointer;}
35+
#migration-page .display-flex{display: flex;}
36+
#migration-page .list-style{display: list-item; list-style-type: disc; list-style-position: inside;}
3437

3538
/* TOOLTIP */
3639
#migration-page .tooltip-group {outline: none;cursor: help;text-decoration: none;position: relative;display: inline-block;text-align: left;vertical-align: middle;}
@@ -61,8 +64,10 @@
6164
#migration-page .checkbox-wrap .checkmark:after {left: 6px;top: 0;width: 7px;height: 15px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
6265

6366
/* MAPPING */
64-
#migration-page .section-map{margin-bottom: 20px;}
67+
#migration-page .sections-group{border: 1px solid #ccc; padding: 10px;}
68+
#migration-page .section-map, #migration-page .child-section-map{margin-bottom: 20px;}
6569
#migration-page .section-map .section-title{font-size: 18px;}
70+
#migration-page .child-section-map .section-title{font-size: 16px;}
6671
#migration-page .mapping-table{width: 100%;border: 1px solid #e5e5e5;box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);}
6772
#migration-page .mapping-table .form-group .mapping-label{width: 50%;float: left;position: relative;}
6873
#migration-page .mapping-table .form-group .mapping-label .mapping-label-content{width: calc(100% - 30px);display: inline-block;overflow: hidden}
@@ -208,6 +213,7 @@
208213
.platform-icon-base.platform-icon-hhg{background-image: url("../img/platform/icon-hhg.png");}
209214
.platform-icon-base.platform-icon-hikashop{background-image: url("../img/platform/icon-hikashop.png");}
210215
.platform-icon-base.platform-icon-interspire{background-image: url("../img/platform/icon-interspire.png");}
216+
.platform-icon-base.platform-icon-j2store{background-image: url("../img/platform/icon-j2store.png");}
211217
.platform-icon-base.platform-icon-jigoshop{background-image: url("../img/platform/icon-jigoshop.png");}
212218
.platform-icon-base.platform-icon-joocart{background-image: url("../img/platform/icon-joocart.png");}
213219
.platform-icon-base.platform-icon-jshop{background-image: url("../img/platform/icon-jshop.png");}

assets/img/platform/icon-j2store.png

3.46 KB
Loading

assets/js/jquery.migration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,7 @@
949949
hideLoading();
950950
if(response.status == 'success'){
951951
$(response.wrap).html(response.html);
952+
$('.select2', response.wrap).select2({width: '100%'});
952953
}
953954
}).fail(function(xhr, status, error){
954955
hideLoading();

0 commit comments

Comments
 (0)