User Tools

Site Tools


magento2:extensions:magento-2-resource-center

Magento 2 Resource Center Extension User Guide

For a shopper-friendly overview of features and setup, see the Magento 2 Resource Center User Guide - Educational Library on the storefront. This wiki page remains the full technical documentation.

Extension context

This is a Toweringmedia Magento 2 extension guide for the current admin extension catalog.

Product page

Overview

The Resource Center adds a Magento-native educational content library to the storefront. Resources are organised into hierarchical categories, can carry downloadable assets and FAQs, and can be linked to related products so that guides, how-tos, and buying advice sit alongside the catalog instead of on a separate platform.

What this extension does

  • Hierarchical resource categories with an SEO-oriented storefront library.
  • Downloadable assets attached to resources.
  • FAQs attached to resources.
  • Related product links from resources back into the catalog.

Requirements

  • Magento 2.4.x (Open Source or Adobe Commerce).
  • PHP: ^8.1 || ^8.2 || ^8.3 || ^8.4 (as declared by the published package).
  • A current Toweringmedia license and Composer credentials for https://composer.toweringmedia.com/.
  • Composer resolves toweringmedia/module-base automatically.

Installation

Install and validate in a staging environment before production rollout.

cd /path/to/magento
composer require toweringmedia/module-resource-center
 
bin/magento module:enable Toweringmedia_ResourceCenter
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento cache:flush

Currently published versions at the time of writing:

  • toweringmedia/module-resource-center — 0.3.5

Toweringmedia packages are served from the licensed Composer repository https://composer.toweringmedia.com/. If Composer reports that the package could not be found, your credentials are missing or the license does not cover this package yet. Retrieve your keys from My Account on toweringmedia.com, or contact support@toweringmedia.com.

General installation notes that apply to every Toweringmedia extension are in the installation guide.

Configuration

  • Stores > Configuration > Towering Media > Resource Center (config section toweringmedia_resourcecenter).
  • Admin screens: Content > Resource Center > Resources, Categories, and Configuration.

Basic usage and what to expect

  1. Create your category tree first under Content > Resource Center > Categories.
  2. Add resources into those categories, then attach any assets, FAQs, and related products.
  3. Flush cache and visit the storefront library to confirm the pages and navigation render.

Notes and limitations

  • This package is published at a pre-1.0 version.

Validation checklist

  • bin/magento module:status shows the module(s) as enabled.
  • Extension configuration saves without errors in Admin.
  • The admin screens listed above are reachable and load without error.
  • Expected storefront/admin behavior is present after a cache flush.
  • No critical PHP/JS errors appear in var/log/ during the primary test flow.

Troubleshooting

  • Composer cannot find the package: confirm the https://composer.toweringmedia.com/ repository and your credentials are present in auth.json, and that your license covers this package.
  • Feature not visible: verify module status, flush cache, and redeploy static content.
  • Admin setting not applying: clear cache and confirm the config scope (default / website / store view).
  • Unexpected behavior: retest with only the required related modules enabled.

Support

magento2/extensions/magento-2-resource-center.txt · Last modified: by 127.0.0.1