Magento: How to install YOUR Product Content extension

Artboard.png

This guide for the Your Product Content Magento Extension provides a concise and professional walkthrough for installing, configuring, and utilizing the extension in your Magento 2 store. Follow the outlined steps to integrate and manage product content efficiently, enhance your product pages, and deliver a seamless user experience.

Step 1: Installation

To install the extension in your Magento 2 store, follow the steps below:

  • Install via Composer
  • Run the following command to add the extension to your project:
composer require your/magento2-integration

Upgrade the database

After installation, run the upgrade command to update your Magento database schema:

bin/magento setup:upgrade

Compile the code

Compile the code to ensure everything is ready:

bin/magento setup:di:compile

Deploy static content

Deploy static files for frontend usage:

bin/magento setup:static-content:deploy

Clear cache

Clear the cache to ensure all changes take effect:

bin/magento cache:flush

Step 2: Configuration

  1. Register Product Content Settings
    After installing the extension, navigate to the admin panel menu and click on YOUR Product Content. From there, click on Register at YOUR. You will need to set the Product Variable Field to the MPN identifier and GTIN. These fields are required to match the product with our internal product database.
  2. Manage Product Content & YOUR Settings
    Go to YOUR Product Content -> Dashboard to manage and update your product content settings.

Step 3: Add Content Widgets

To place content blocks on the product page using Magento Widgets, follow these steps:

  1. Navigate to Widgets
    Go to Content -> Widgets in the Magento Admin Panel.
  2. Add a New Widget
    Click on "Add New Widget" and choose the appropriate widget type.
  3. Select a Widget Type
    Choose from the list of available widgets, such as:
    • YOUR Product Content - Bullets
    • YOUR Product Content - Description
    • YOUR Product Content - Images
    • YOUR Product Content - PDF
    • YOUR Product Content - Pros Cons
    • YOUR Product Content - QA
    • YOUR Product Content - Reasons To Buy
    • YOUR Product Content - Reviews
    • YOUR Product Content - Specifications
    • YOUR Product Content - Videos
  4. Configure Widget Settings
    Follow the prompts to configure the widget for your product page. Ensure the correct template and display options are selected.
  5. Place the Widget on the Product Page
    After configuring, assign the widget to display on the product page by setting its layout and conditions.
  6. After each change a cache flush is required.

 

Additional Information

For any troubleshooting or advanced configuration, refer to the official Magento documentation or contact our support team.

 

Comments

0 comments

Please sign in to leave a comment.