yotpo / module-yotpo-messaging
Yotpo Sms extension for Magento2
Installs: 143 122
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 12
Forks: 2
Type:magento2-module
Requires
- php: ~5.6.0|^7.0|^8.0
- magento/framework: >=102.0.0
- yotpo/module-yotpo-core: 4.3.1
- dev-master
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.1
- 4.1.0
- 4.0.34
- 4.0.33
- 4.0.32
- 4.0.31
- 4.0.30
- 4.0.29
- 4.0.28
- 4.0.27
- 4.0.26
- 4.0.25
- 4.0.24
- 4.0.23
- 4.0.22
- 4.0.21
- 4.0.20
- 4.0.19
- 4.0.18
- 4.0.17
- 4.0.16
- 4.0.15
- 4.0.14
- 4.0.13
- 4.0.12
- 4.0.11
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 0.0.1
- dev-ORB-1246-change-ownership-to-orbits
- dev-test-tracking-url
- dev-OCT-FIX-fixed-guest-checkout-consent-value-when-session-deleted
- dev-COR-FIX-temp-version-001
- dev-COR-2254-browse-abandonment
- dev-COR-2004-change-real-time-checkout-flow-to-always-sync-products
- dev-COR-2003-customers-sync-flows-revamp-for-artifacts
This package is auto-updated.
Last update: 2024-10-30 05:45:39 UTC
README
This library includes the core files of the Yotpo SmsBump extension. The directories hierarchy is as positioned in a standard magento 2 project library
This library will also include different version packages as magento 2 extensions
Requirements
Magento 2.0+ (Up to module verion 2.4.5)
Magento 2.1+ (Module version 2.7.5 up to 2.7.7)
Magento 2.2+ (Module version 2.8.0 and above)
✓ Install via composer (recommended)
Run the following command under your Magento 2 root dir:
composer require yotpo/module-yotpo-messaging
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush
Install manually under app/code
- Download & place the contents of Yotpo's Core Module under {YOUR-MAGENTO2-ROOT-DIR}/app/code/Yotpo/Core.
- Download & place the contents of this repository under {YOUR-MAGENTO2-ROOT-DIR}/app/code/Yotpo/Yotpo
- Run the following commands under your Magento 2 root dir:
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush
Usage
After the installation, Go to The Magento 2 admin panel
Go to Stores -> Settings -> Configuration, change store view (not to be default config) and click on Yotpo Product Reviews Software on the left sidebar
Insert Your account app key and secret
Copyright © 2018 Yotpo. All rights reserved.