Синхронизация пользовательских атрибутов товаров по категориям
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.
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-s32npm install @aws-sdk/s3-presigned-postInstall react-dropzone
npm install --save react-dropzone1yarn add @linearcommerce/product-custom-attributes2
3-- OR -- 4
5npm i @linearcommerce/product-custom-attributesTo 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",1AWS_S3_ACCESS_KEY_ID=Your AWS Access Key ID2AWS_S3_ACCESS_SECRET=Your AWS Access Secret Key3AWS_S3_REGION=Your AWS Region4AWS_S3_BUCKET=Your AWS Bucket Name5AWS_S3_ENDPOINT=https://s3.amazonaws.com1plugins: [2 {3 resolve: '@linearcommerce/product-custom-attributes',4 options: {},5 },6],npx medusa db:migrateThis 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.