• Сообщество
  • Блог
Документация
Плагины и интеграцииВсе расширения для Medusa от сообществаСтартерыЗапускайте проекты быстрее с готовыми решениями
ЭкспертыПодберите специалиста для разработки и развития вашего проекта на MedusaКейсыПосмотрите примеры Medusa в продакшене и успешные внедрения
Меч Moscow
Комплексная e-commerce платформа на Medusa для московского fashion-бренда

Меч Moscow · Fashion

Gorgo снижает затраты на адаптацию Medusa к локальным рынкам.

Мы разрабатываем плагины интеграции, осуществляем поддержку и развиваем сообщество разработчиков на Medusa в Telegram.

  • Ресурсы Medusa
  • Плагины и интеграции
  • Стартеры
  • Эксперты
  • Кейсы
  • Medusa Чат в Telegram
  • Medusa Новости в Telegram
  • Документация Gorgo
  • Связаться с нами
  • TelegramGitHub
Плагины
Custom Product Attributes logo

Custom Product Attributes

Синхронизация пользовательских атрибутов товаров по категориям

npm install @linearcommerce/product-custom-attributes
Категория
Другое
Создано
Linearloop
Версия
0.0.6
Последнее обновление
9 месяцев назад
Ежемесячные загрузки
Загрузка данных
Звезды на Github
4
npmNPMGitHubGithub

Product Custom Attributes

This plugin provides the ability to manage custom attributes at the category level, with the option to sync those attributes to products within the category. You can then assign and manage values for each attribute at the product level. Additionally, the plugin allows you to configure the visibility of attributes on the storefront, ensuring that only the relevant information is displayed to customers.


Previews

Dependencies

To use this plugin, you must have installed the following npm packages dependencies

Install aws-sdk/client-s3 and aws-sdk/s3-presigned-post

1npm install @aws-sdk/client-s3
2npm install @aws-sdk/s3-presigned-post

Install react-dropzone

npm install --save react-dropzone

Installation

1yarn add @linearcommerce/product-custom-attributes
2
3-- OR --
4
5npm i @linearcommerce/product-custom-attributes

Compatibility

To use this plugin, you need to have the minimum versions of the following dependencies:

1"@medusajs/admin-sdk": "^2.8.2",
2"@medusajs/cli": "^2.8.2",
3"@medusajs/framework": "^2.8.2",
4"@medusajs/icons": "^2.8.2",
5"@medusajs/js-sdk": "^2.8.2",
6"@medusajs/medusa": "^2.8.2",

Usage

Add below environment variables in your .env file If you are using AWS S3 for file uploads:

1AWS_S3_ACCESS_KEY_ID=Your AWS Access Key ID
2AWS_S3_ACCESS_SECRET=Your AWS Access Secret Key
3AWS_S3_REGION=Your AWS Region
4AWS_S3_BUCKET=Your AWS Bucket Name
5AWS_S3_ENDPOINT=https://s3.amazonaws.com

Add the plugin to your file:

1plugins: [
2 {
3 resolve: '@linearcommerce/product-custom-attributes',
4 options: {},
5 },
6],

Run the database migrations (Adds a table to your database for storing custom attributes):

npx medusa db:migrate

Key Features:

  • Define and manage custom attributes at the category level.
  • Automatically sync category attributes to associated products and manage their values seamlessly.
  • Leverage a flexible structure that supports diverse use cases, including product specifications, category-specific filters, and additional descriptive fields.

This plugin is particularly valuable for stores that need functionality beyond Medusa’s default product and category fields. It empowers you to extend and customize your catalog, ensuring it aligns with your unique business requirements.

Еще в этой категории

Посмотреть все
Другое
Gati logo

Gati

От Devx Commerce

Синхронизируйте Medusa с Gati ERP

Загрузка данных
npm
Другое
Product Reviews logo

Product Reviews

От Lambda Curry

Добавляйте рейтинги, отзывы и модерацию товаров

Загрузка данных
GitHubnpm
Другое
Variant Images logo

Variant Images

От Betanoir

Организуйте и загружайте варианты изображений в Medusa

Загрузка данных
GitHubnpm

Еще от этого автора

Посмотреть все
Другое
Category Thumbnail logo

Category Thumbnail

От Linearloop

Добавьте превью категорий в витрине

Загрузка данных
GitHubnpm