propultech / magento2-retail-rocket
RetailRocket addon for magento2
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/propultech/magento2-retail-rocket
Requires
README
linets/module-retail-rocket
Main Functionalities
Retailrocket addon for magento2
This module integrates Adobe Commerce / Magento OS with retail-rocket
Tracking events
- Main tracking (included in every page)
- Product page tracker (simple and configurable products only)
- Category page tracker
- Add to cart tracker
- Transaction tracker
- Email tracking code
Product recommendations blocks
Move this blocks via layout if required
- Product page
- Category page
- Search with results
- Search without results
- Cart
- Empty cart
Installation using composer
This module requires linets/module-core:*
composer config repositories.gitlab-linets-package composer https://gitlab.com/api/v4/group/14234890/-/packages/composer/packages.jsoncomposer config -a gitlab-token.gitlab.com "<GITLAB-PERSONAL-ACCESS-TOKEN>"composer require linets/module-retail-rocket- Apply changes by running
php bin/magento setup:upgrade
Configuration
Go to Admin Main menu -> Linets -> Retail Rocket Configuration
- General
- Enabled
- Configuration
- Partner id
- Categories blacklist
- Image resize enabled
- Success page urls
- Email track forms urls
- Email track forms fields
- Blocks
- Exit intent bar
- Category
- Similar products
- Related products
- Related products cart
- Empty cart
- Search
- Empty search
Attribute Mapping
Map Product attributes to Retail Rocket attributes
e.g.: size, vendor, color, brand
To map new attributes:
Go to Admin Main menu -> Linets -> Retail Rocket - Product Attributes
Specifications
-
ViewModels
- Linets\RetailRocket\ViewModel\Datalayer\Product
- Linets\RetailRocket\ViewModel\Datalayer\Category
- Linets\RetailRocket\ViewModel\Datalayer\Search
- Linets\RetailRocket\ViewModel\Datalayer\Cart
- Linets\RetailRocket\ViewModel\Configuration
-
Product Builder
- \Linets\RetailRocket\Model\Builder\Request\Configurable\ProductConfigurableBuilder
- \Linets\RetailRocket\Model\Builder\Request\Simple\ProductSimpleBuilder
To create and assign a new "Product Builder" class for building the Retail Rocket request JSON, the new class needs to implement the related interface:
Linets\RetailRocket\Model\Builder\BuilderProductTypeInterface
It should also be set to a product type, which is specified by a string. These values can be specified in the etc/di.xml file as shown below:
Linets\RetailRocket\Model\Builder\Request\Simple\ProductSimpleBuilder Linets\RetailRocket\Model\Builder\Request\Configurable\ProductConfigurableBuilder Linets\RetailRocket\Model\Builder\BuilderProductTypeInterface Linets\RetailRocket\Model\Builder\BuilderProductTypeInterface Linets\RetailRocket\Model\Builder\BuilderProductTypeInterface Linets\RetailRocket\Model\Builder\BuilderProductTypeInterface Linets\RetailRocket\Model\Builder\BuilderProductTypeInterface Linets\RetailRocket\Model\Builder\BuilderProductTypeInterface