emico / m2-attributelanding
Attribute landing pages for Magento 2
Installs: 156 965
Dependents: 2
Suggesters: 0
Security: 0
Stars: 12
Watchers: 8
Forks: 10
Open Issues: 3
Type:magento2-module
Requires
- php: ^8.1
- magento/module-catalog: ^102.0||^103.0||^104.0
- magento/module-sitemap: ^100.2||^100.4
Requires (Dev)
- bitexpert/phpstan-magento: ^0.30.1
- phpstan/extension-installer: ^1.3
- symfony/finder: 6.4.0
- youwe/coding-standard-magento2: ^2.0.0
- youwe/testing-suite: ^2.18
Suggests
- emico/m2-attributelanding-tweakwise: Install to use attributelanding page in combination with Tweakwise
- dev-master
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v5.0.0-beta.2
- v5.0.0-beta.1
- v4.1.5-beta.1
- v4.1.4
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.3.0
- v3.2.0
- v3.1.1
- v3.1.0
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- v1.0.0-beta.7
- v1.0.0-beta.6
- v1.0.0-beta.5
- v1.0.0-beta.4
- v1.0.0-beta.3
- v1.0.0-beta.2
- v1.0.0-beta
- dev-fix-ALP-varnish
- dev-beta
- dev-fix-show-404
- dev-fix-bump-php-version
- dev-fix/TW-40-yes-no-attribute-save-issue
- dev-fix/constant-visibility
- dev-chore/removed-semantic-release-changelog
- dev-fix/TW-22-serialize-issue
- dev-perf/TW-22-grumphp-issues
- dev-chore/TW-20-testing-suite
- dev-chore/TW-21-semantic-release
- dev-bugfix-swagger
- dev-feature-facets-request
- dev-feature-attribute-filter-select
- dev-bug-fix-popup
- dev-bugfix-rootcategory-without-subcategories
- dev-compatablity-with-tweakwise
- dev-fix-syntax-error
- dev-feature/overviewpage-layout-handle
- dev-fix/canonical-url
- dev-fix/landingpage-filter-matching
- dev-feature/php-compatibility
- dev-fix/landingpage-attributes
- dev-fix/typing-issues
- dev-fix/overviewpage-hyva
- dev-fix/typehints
- dev-fix/last-breadcrumb
- dev-test
- dev-fix/remove-url-rewrites-when-replacing
- dev-bugfix/breadcrumbs-and-permissions
- dev-issue/18-meta-keywords-description
This package is auto-updated.
Last update: 2024-11-01 07:47:27 UTC
README
Create Landingpages based on predefined filters and categories. Example Category T-shirts and filter color = red.
Specify any url you would like for this page, for example red-shirts. Also you can define rich texts for SEO purposes on this landing pages.
Pages can be configured under Content > Manage pages and Manage overview pages. Overview pages are a list view of landingpages.
Landingpages will be published in the sitemap.
Installation
Install package using composer
composer require emico/m2-attributelanding
Run installers
php bin/magento setup:upgrade
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.