magento2-configurator icon indicating copy to clipboard operation
magento2-configurator copied to clipboard

Magento 2 Configurator

Results 32 magento2-configurator issues
Sort by recently updated
recently updated
newest added

Since the introduction to Magento 2.2, store groups now have a code which will require to be placed in the samples file of the websites.yaml file. https://github.com/ctidigital/magento2-configurator/blob/da62cee61592833b6314e76ea789c37c614b36ba/Samples/Components/websites.yaml#L4-L10

Magento version EE 2.3.5 Module version 3.3.1 I am trying to add website and multiple store on same website. But Its showing error **Group with the same code already exists.**...

Create a new option to run Configurator without needing a `master.yaml` file. The option should accept a location to look for the files. The files in the directory will need...

Any chance of getting some export functionality to generate the data YAML files automatically? Like in existing systems with 300 attributes I could just run `configurator:export attributes` which generates the...

Running a CSV of product data with fields containing new line characters fails. The same CSV file is formatted correctly in Apple's Numbers application and in Google Sheets, so I...

Bug

As for the class YamlComponentAbstract.php I added the absolute path for the class CsvComponentAbstract.php Currently when I load taxes from the csv this error is generated: ![path-bug-screen](https://user-images.githubusercontent.com/7668223/38570220-a037e696-3ced-11e8-833e-fef968f76d22.JPG)

Develop a checkout T&Cs configurator component.

Enhancement
Help Wanted
Good First Issue

If a cms page is defined as follows: ```yaml my-test-page: page: - source: app/configurator/common/pages/content/my-test-page.html title: My Test Page page_layout: 1column meta_keywords: meta_description: content_heading: is_active: 0 sort_order: 0 layout_update_xml: custom_theme: custom_root_template:...

When creating widgets I get the below error in Magento admin when trying to view the created widget: `Exception #0 (InvalidArgumentException): Unable to unserialize value. Error: Syntax error` This seems...