Download the PHP package ys-tools/default-theme-configuration-bundle without Composer

On this page you can find all versions of the php package ys-tools/default-theme-configuration-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package default-theme-configuration-bundle

OroCommerce Default Theme Configuration Bundle

The bundle allows configuring the default OroCommerce theme from the user interface without writing any code. It allows setting multiple theme options (logo, colors, font, styling) and customize visual representation of the storefront.

The bundle is compatible both with the Community Edition and Enterprise Edition of OroCommerce.

How To Install The Bundle

Open the OroCommerce application root and run the following command:

If the application is already installed, then cache has to be cleared manually, assets have to be rebuilt, and application has to be upgraded:

Where Is Configuration?

The default theme configuration has to be set in System Configuration. It can be found in the management console menu System > Configuration inside the Commerce > Design > Default Theme Configuration section.

What Options Can Be Configured?

There are many visual options split into several groups. Community Edition supports only global configuration, while Enterprise Edition supports both global and website level configuration.

Logo Configuration

Company Logo sets company logo in the application header. Logo is automatically resized to 50 pixels in height to fit the header

Company Name sets alternative text for the company logo

Favicon sets application favicon. The image is automatically resized to 64x64 size

Main Colors

Header And Footer Background Color sets the background color of both header and footer of the page

Header And Footer Text Color sets the color of text (both plain and links) in the header and footer of the page

Table Header Background Color sets the background color of standard table headers

Table Header Text Color sets the color of the text used in standard table headers

Secondary Colors

Icon Background Color sets the background color of icon and icon based elements

Icon Content Color sets the color of icon and icon based elements

Form Background Color sets the background color of the forms and similar elements

Link Color sets the color of links and interactive elements (radio buttons, checkboxes)

Menu Colors

Main Menu Background Color sets the background color of the main menu

Main Menu Text Color sets the text color of the main menu

Secondary Menu Background Color sets the background color of the secondary menus and similar elements

Secondary Menu Text Color sets the text color of the secondary menus and similar elements

Button Colors

Main Button Background Color sets the background color of main buttons (Submit, Yes, Confirm)

Main Button Text Color sets the text color of main buttons

Secondary Button Background Color sets the background color of secondary buttons (Cancel, No, Decline)

Secondary Button Text Color sets the text color of secondary buttons

Additional Styling

External Stylesheets adds multiple external stylesheets as link tags

Font Family sets the predefined font used all over the storefront

Custom Font Family sets the custom font used all over the storefront, overrides Font Family

CSS Styling

Global Styling adds custom CSS styles to all storefront pages

Home Page Styling, Product Listing Page Styling, Product Details Page Styling, Quick Order Form Styling, Shopping List Styling, Checkout Styling add custom CSS styles to appropriate pages, these styles put after the global styling and may override it

Email Templates

Enable Email Template Wrapper enables custom email template wrapper for all standard emails

Email Template Wrapper contains HTML content of the email wrapper. Please do not forget to verify that all links are static

How To Thank The Author

If this bundle helped you and you are feeling generous today, then you can thank the author and support this initiative using one of the following buttons.

Support


All versions of default-theme-configuration-bundle with dependencies

PHP Build Version
Package Version
Requires oro/commerce Version 6.0.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ys-tools/default-theme-configuration-bundle contains the following files

Loading the files please wait ....