schafferer/product-category-customer-service-bundle
You can mark product categories to support customer service. All products in this categories show customer service teaser
Requires
- schafferer/shcware-import-bundle: ~1.1.0
README
With this bundle you can mark products categories as to have customer service.
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require "product-category-customer-service-bundle": "~6.0"
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation. Be sure to adjust the version information "~6.0" to the actual version you need.
Step 2: Enable the Bundle
Then, enable the bundle by adding the following line in the app/AppKernel.php
file of your project:
<?php
// app/AppKernel.php
// ...
public function registerBundles()
{
$bundles = array(
// ...
new \Schafferer\ProductCategoryServiceBundle\SchaffererProductCategoryServiceBundle()
);
}
Step 3: Snippet Chain
The bundle has its own snippets. To use them add following directory to your theme snippet chain in CMS
../../../../vendor/schafferer/product-category-customer-service-bundle/Resources/views