backup.txt |
images/backup.txt |
|
… |
commerce-smart-importer-error-logger.html.twig |
templates/commerce-smart-importer-error-logger.html.twig |
|
{% macro printNumberOrder(number) %}
{% import _self as numberMacro %}
{% if number == 1 %}
1st
{% elseif number == 2 %}
2nd
{% elseif number == 3 %}
3rd
{% else %}
{{ number }}th
{% endif %}
{%… |
CommerceSmartImporerService.php |
src/Plugin/CommerceSmartImporerService.php |
Drupal\commerce_smart_importer\Plugin |
Main Commerce Smart Importer Service. |
CommerceSmartImporterConstants.php |
src/CommerceSmartImporterConstants.php |
Drupal\commerce_smart_importer |
|
commerce_smart_importer.info.yml |
commerce_smart_importer.info.yml |
|
commerce_smart_importer.info.yml |
commerce_smart_importer.libraries.yml |
commerce_smart_importer.libraries.yml |
|
commerce_smart_importer.libraries.yml |
commerce_smart_importer.links.menu.yml |
commerce_smart_importer.links.menu.yml |
|
commerce_smart_importer.links.menu.yml |
commerce_smart_importer.links.task.yml |
commerce_smart_importer.links.task.yml |
|
commerce_smart_importer.links.task.yml |
commerce_smart_importer.module |
commerce_smart_importer.module |
|
Commerce Smart Importer module file. |
commerce_smart_importer.permissions.yml |
commerce_smart_importer.permissions.yml |
|
commerce_smart_importer.permissions.yml |
commerce_smart_importer.routing.yml |
commerce_smart_importer.routing.yml |
|
commerce_smart_importer.routing.yml |
commerce_smart_importer.schema.yml |
config/schema/commerce_smart_importer.schema.yml |
|
config/schema/commerce_smart_importer.schema.yml |
commerce_smart_importer.services.yml |
commerce_smart_importer.services.yml |
|
commerce_smart_importer.services.yml |
commerce_smart_importer.settings.yml |
config/install/commerce_smart_importer.settings.yml |
|
config/install/commerce_smart_importer.settings.yml |
CSVExportForm.php |
src/Form/CSVExportForm.php |
Drupal\commerce_smart_importer\Form |
|
CSVImportForm.php |
src/Form/CSVImportForm.php |
Drupal\commerce_smart_importer\Form |
|
CSVIntroductionForm.php |
src/Form/CSVIntroductionForm.php |
Drupal\commerce_smart_importer\Form |
|
CSVUpdateForm.php |
src/Form/CSVUpdateForm.php |
Drupal\commerce_smart_importer\Form |
|
dropzone.css |
css/dropzone.css |
|
/*
* The MIT License
* Copyright (c) 2012 Matias Meno <m@tias.me>
*/
@-webkit-keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform:… |
import.css |
css/import.css |
|
#commercecsvimportform .button,#commercecsvimportform button,#commercecsvimportform input[type=submit]{display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;text-align:center;font-weight:700;-webkit-transition:.4s… |
ImportingParameters.php |
src/ImportingParameters.php |
Drupal\commerce_smart_importer |
|
introduction.css |
css/introduction.css |
|
#instructions {
font-size: 30px;
}
.li-element {
margin: 3px;
}
ul {
margin: 0;
}
#product-header {
border: solid 2px #ff0000;
}
.red {
color: #ff0000;
}
#variation-header {
border: solid 2px #00a651;
}
.green {
color:… |
OverrideController.php |
src/Controller/OverrideController.php |
Drupal\commerce_smart_importer\Controller |
|
SmartImporterConfigurationForm.php |
src/Form/SmartImporterConfigurationForm.php |
Drupal\commerce_smart_importer\Form |
|
SmartImporterFileUploadController.php |
src/Controller/SmartImporterFileUploadController.php |
Drupal\commerce_smart_importer\Controller |
|