tweakwise/magento2-attributelanding-tweakwise

Provides compatibility between Attribute landing module and Tweakwise module.

Maintainers

Package info

github.com/EmicoEcommerce/Magento2AttributeLandingTweakwise

Type:magento2-module

pkg:composer/tweakwise/magento2-attributelanding-tweakwise

Transparency log

Statistics

Installs: 160 720

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 4


README

This is a compatibility module for Magento2AttributeLanding and Magento2Tweakwise. It will install the following packages:

  1. tweakwise/tweakwise
  2. tweakwise/tweakwise-export
  3. tweakwise/magento2-attributelanding
  4. tweakwise/magento2-attributelanding-tweakwise (this package)

Packages tweakwise/tweakwise and tweakwise/tweakwise-export provides magento2 integration with the Tweakwise navigator (https://www.tweakwise.com/) Package tweakwise/magento2-attributelanding provides magento2 support for landingspages based on attributes and categories for example "red-pants", here category is "pants" and the attribute is color with value red. This package provides the integration between the navigator and the landingspages.

Installation

Install package using composer

composer require tweakwise/magento2-attributelanding-tweakwise

Run installers

php bin/magento setup:upgrade

A note on navigation.

It is possible to have your users navigate to a landingpage when the user happens to select a set of filters which matches a landingpage. In order to do this one has to enable "Allow crosslink" under Stores -> Configuration -> Emico Extensions -> Attribute landing pages -> General. It is also important to note that in order to achieve this the filter values configured in the landingpage match the tweakwise filter values (as known in the navigator) exactly, this is case sensitive!

Configuration

Configuration can be found under Stores -> Configuration -> Catalog -> Tweakwise -> Attribute Landing Pages.

  • Backend API Access Token (optional): Enter the backend API token if you want to use the Tweakwise backend API to retrieve attributes when creating attribute landing pages. Leave empty if you manage attribute landing page filters manually.

Contributors

If you want to create a pull request as a contributor, use the guidelines of semantic-release. semantic-release automates the whole package release workflow including: determining the next version number, generating the release notes, and publishing the package. By adhering to the commit message format, a release is automatically created with the commit messages as release notes. Follow the guidelines as described in: https://github.com/semantic-release/semantic-release?tab=readme-ov-file#commit-message-format.