spotii / spotiipay
Spotii extension for Magento 2
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 4 203
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 3
Type:magento2-module
- dev-master
- 9.x-dev
- 8.x-dev
- 7.x-dev
- 6.x-dev
- v5.0.0
- 3.x-dev
- v3.0.0.x-dev
- v2.1.1.x-dev
- 1.0.0
- dev-paylater
- dev-v2.4.6-p4
- dev-feat/master/redirect-endpoint-optimization
- dev-cleanest/vanilla-flow
- dev-feat/master/glamazle
- dev-fourty-twenty/vanilla-flow
- dev-feature/lightbox-khaadi
- dev-feature/geekaynation-spotii-atrr
- dev-clean/vanilla-danube
- dev-clean/vanilla-flow
- dev-feature/smi
- dev-clean/vanilla-tart-flow
- dev-fix/master/conektr
- dev-vanilla-flow
- dev-fix/master/vanilla-flow
- dev-feature/catalogue-widget
- dev-fix/master/msi_issue
- dev-feat/master/balmessence
- dev-fix/master/dynamicWidgetTest
- dev-feature/adding-omn-kaw
- dev-test/com-testing
- dev-fix/iframe-lightbox
- dev-fix/set-order-pending
- dev-feature/teckzu-no-discount
- dev-fix/balm
- dev-fix/no-invoice
- dev-check/dev
- dev-fix/orderNoInvoice
- dev-fix/master/balmessence
- dev-fix/sarKeys
- dev-fix/master/balmessence-2
- dev-fix2/master/glamazle
- dev-fix/master/glamazle
- dev-feat/master/cozmada
- dev-fix/master/cozmada
- dev-patch/master/tekzu
- dev-fix/success-redirect
- dev-fix/curr
- dev-fix/session-getting-cleared
- dev-feature/adding-bah
- dev-fix/invocing-no-worker
- dev-fix/invocing
- dev-feature/no-inventory-worker
- dev-citruss_v2.1.1
- dev-feature/selected-products-checkout
- dev-Sep-version
- dev-feature/lightbox
- dev-fix/tracking
- dev-fix/khaadi
- dev-fix/cleanup
- dev-spotiipay_v2.0.0
- dev-test/no-info
- dev-feature/popup-overlay
- dev-feature/popup
- dev-test/state
- dev-feature/add_dev_mode
- dev-fix/stockout
- dev-refunt_attempt_2
- dev-stockout-1
- dev-b5
- dev-b4
- dev-b3
- dev-stockout-2
- dev-fix-stockout-temp
- dev-feature/khaadi
This package is not auto-updated.
Last update: 2024-03-12 14:29:56 UTC
README
Use this extention for seamless integration with Spotii as payment gateway and your Magento 2 store.
Installation Using Composer (Recommended)
$ composer require spotii/spotiipay
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
Manual Setup
- Sign up for Spotii account at
https://dashboard.dev.spotii.me/merchant/signup/
- In your Magento 2
[ROOT]/app/code/
create folder calledSpotii/Spotiipay
. - Download and extract files from this repo to the folder.
- Open the command line.
- Enable Spotii by running command below:
php bin/magento module:enable Spotii_Spotiipay
- Magento setup upgrade:
php bin/magento setup:upgrade
- Magento Dependencies Injection Compile:
php bin/magento setup:di:compile
- Magento Static Content deployment:
php bin/magento setup:static-content:deploy
- Login to Magento Admin and navigate to System/Cache Management
- Flush the cache storage by selecting Flush Cache Storage
For more information on installation and configuration, please visit our docs.