Unkategorisiert

image_pdfimage_print

Shopware 6 Storefront-Templates

Shopware 6 Storefront-Templates [expand title=“mehr lesen…“] Templates The storefront theme is using Boostrap. Therefore the template structure is a derivative of the bootstrap starter template. The templating engine used is Twig. For styling SASS is used as CSS preprocessor. The bundling and transpiling of the javascript is done with Webpack. The templates can be found

Shopware 6 Storefront-Templates Mehr erfahren »

Sales channel – Verkaufskanäle – Forum-slack – 23-10-2020

Shopware 6 Sales channel – Verkaufskanäle – Forum-slack – 23-10-2020 [expand title=“mehr lesen…“] Hendrik11:20 Uhr What is the best way to create a SalesChannelContext, eg. when using a CLI command? I loaded a SalesChannelEntity and used SalesChannelContext::createFrom($loadedSalesChannelEntity), but the SalesChannelContext generated this way is missing the generic Context and doesn’t contain a setter to add

Sales channel – Verkaufskanäle – Forum-slack – 23-10-2020 Mehr erfahren »

Shopware 6 Theme entwickeln – Community store/Compile a theme

Shopware 6 Theme entwickeln – Community store/Compile a theme [expand title=“mehr lesen…“] Community store To publish your plugins in the Shopware Community Store, you need to register your own developer prefix in your Shopware account. After that process you can compile your created theme, then create a zip file of the folder and upload your

Shopware 6 Theme entwickeln – Community store/Compile a theme Mehr erfahren »

Shopware 6 Theme entwickeln – JavaScript

Shopware 6 Theme entwickeln – Shopware 6 Theme entwickeln – JavaScript [expand title=“mehr lesen…“] You can add JavaScript to theme to interact with the DOM, make some API calls or change the behavior of the storefront. By default, Shopware 6 look inside the <plugin root>/src/Resources/app/storefront/src folder of your plugin to load a main.js file. You can simple put your

Shopware 6 Theme entwickeln – JavaScript Mehr erfahren »

Shopware 6 Theme entwickeln – SCSS and Styling

Shopware 6 Theme entwickeln – SCSS and Styling [expand title=“mehr lesen…“] The stylesheets are written in SASS. The folder structure is inspired by the 7-1 pattern structure. Shopware 6 looks inside your theme.json file to find a „style“ array which contains all SCSS files which should be loaded by your theme. By default you get the Shopware Storefront SCSS plus

Shopware 6 Theme entwickeln – SCSS and Styling Mehr erfahren »

Nach oben scrollen