mage2pro/logo 1.0.7

A product logotype chooser for Magento 2

Type

magento2-module

License

proprietary

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

A product logotype chooser for Magento 2.

How to install

composer require mage2pro/logo:*
bin/magento setup:upgrade
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US <additional locales, e.g.: de_DE>
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile

If you have some problems while executing these commands, then check the detailed instruction.

Frontend

Backend

You can set logotypes for a product in the «Customizable Options» section of the product's backend page.
If you use configurable products, then set logotypes for the parent product only, not for children.

To control the logotypes appearance you should create 3 product attributes with the following codes:

  • dfe_logo_offset_left
  • dfe_logo_offset_top
  • dfe_logo_scale

These attributes should be text fields:

You should add these attributes to your attribute set:

Then the attributes will be should on your backend product page.
The dfe_logo_offset_left and dfe_logo_offset_top attributes specify the chosen logotype's offset relative the top left corner of the main product image.
The dfe_logo_scale attibutes specifies the scale factor of the chosen logotype. E.g. the 0.4 value means that the chosen logotype will have 40% of its initial size.