vldmr-k/sylius-what-in-box-plugin

What in the box plugin.


README

What In Box Plugin

This plugin helps to explain customers what inside the box of product which you sell.

Install

  1. Run composer require vldmr-k/sylius-what-in-box-plugin

  2. Run bin/console doctrine:migrations:diff and apply migrations

  3. Append next line to file config/routes/sylius_admin.yaml

vldmrk_what_in_box_admin:
    resource: "@VldmrkSyliusWhatInBoxPlugin/Resources/config/admin_routing.yml"
    prefix: '/%sylius_admin.path_name%'

Example

What In Box List

What In Box List

Create What In Box

Create What In Box

Edit What In Box

Edit What In Box

How it looks on product page

Edit What In Box