prycing/magento2-module

N/A

Installs: 118

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 0

Type:magento2-module

v0.1.6 2025-05-28 13:06 UTC

This package is auto-updated.

Last update: 2025-06-06 12:55:21 UTC


README

Packagist Version Packagist Downloads GitHub stars License

Overview

This is the official Magento 2 module for Prycing integration. It enables synchronization of data from the Prycing platform to your Magento 2 store, allowing you to leverage Prycing's services and data within your e-commerce environment.

Requirements

  • Magento 2.x
  • PHP compatible with your Magento 2 version
  • Composer

Installation

Via Composer (recommended)

composer require prycing/magento2-module
bin/magento module:enable Prycing_Prycing
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:clean

Manual Installation

  1. Download the latest release from GitHub
  2. Extract the files to app/code/Prycing/Module
  3. Run the following commands:
bin/magento module:enable Prycing_Prycing
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:clean

Configuration

  1. Go to Store > Configuration > Prycing > Settings
  2. Enter your API credentials
  3. Configure the module settings according to your needs
  4. Save the configuration

Features

  • Seamless data synchronization between Prycing platform and Magento 2
  • Automated import of product data, pricing information, and inventory updates
  • Configurable sync intervals and data mapping options
  • Real-time or scheduled data transfer options

Support

For support, please contact:

Changelog

v0.1.4

  • Added data synchronization features from Prycing platform
  • Improved configuration options for API credentials
  • Enhanced documentation

v0.1.3

  • Latest release

v0.1.2

  • Previous release

License

This module is licensed under the MIT License - see the LICENSE file for details.