onecode / shopflix-connector
Connect Magento with ShopFlix
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 2
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0
- ext-intl: *
- ext-simplexml: *
- magento/framework: 102.0.*||103.0.*
- magento/module-backend: 101.0.*||102.0.*
- magento/module-catalog: 103.0.*||104.0.*
- magento/module-config: 101.1.*||101.2.*
- magento/module-directory: 100.3.*||100.4.*
- magento/module-quote: 101.1.*||101.2.*
- magento/module-sales: 102.0.*||103.0.*
- magento/module-sales-rule: 101.1.*||101.2.*
- magento/module-shipping: 100.3.*||100.4.*
- magento/module-store: 101.0.*||101.1.*
- onecode/base: ^1.0
- onecode/shopflix-connector-library: ^1.0
README
Connect Magento with SHOPFLIX
Magento 2.4.0 | Magento 2.4.1 | Magento 2.4.2 | Magento 2.4.3 |
---|---|---|---|
✔️ | ✔️ | ✔️ | ✔️ |
This extension is connecting your Magento 2 with SHOPFLIX
1. How to install Onecode_ShopFlixConnector
1.1 Install via composer
composer require onecode/shopflix-connector
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile
1.2 Upgrade via composer
composer update onecode/shopflix-connector
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Run compile if you have your application in Production Mode
php bin/magento setup:di:compile
1.3 Copy and paste
If you don't want to install via composer, you can use this way.
- Download the latest version here
- Extract
master.zip
file toapp/code/Onecode/ShopFlixConnector
; You should create a folder pathapp/code/Onecode/ShopFlixConnector
if not exist. - Require ShopFlixConnectoLibrary before installation run the command
composer require onecode/shopflix-connector-library
- Require Onecode_Base before installation run the command
composer require onecode/base
or Download the latest. Extractmaster.zip
file toapp/code/Onecode/Base
; You should create a folder pathapp/code/Onecode/Base
if not exist. - Go to Magento root folder and run upgrade command line to install
Onecode_ShopFlixConnector
:
php bin/magento module:enable Onecode_ShopFlixConnector
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Run compile if you have your application in Production Mode
php bin/magento setup:di:compile
2. Magento 2 SHOPFLIX extension
In this guide we will show you how to configure the extension and use it.
2.1 Configuration
Login to the Magento Admin, navigate to Store > Configuration > Onecode Extensions > SHOPFLIX
2.1.1 General
Enable: Select Yes
to activate the module and No to disable it.
Convert to magento order: Select Yes
to convert order to magento order after accepting the order
Auto accept order: Select Yes
if you want to auto accept the order if you have the requested qty
API URL / Username / API Key: These fields are provided by SHOPFLIX
Product type to export on xml: Select which product types you can export on xml
2.1.2 Xml Config
Generate Xml: Select Yes
if you want the extension generate the xml files
Export Category Tree: Select Yes
if you want to export the categories in xml
MPN Attribute: Select the MPN attribute from your system for xml
EAN Attribute: Select the EAN attribute from your system for xml
Title Attribute: Select the Title attribute from your system for xml
Description Attribute: Select the Description attribute from your system for xml
Brand Attribute: Select the Brand attribute from your system for xml
Weight Attribute: Select the Weight attribute from your system for xml
Tracking Voucher Print Format: Select the printout of the tracking coupon
2.2 Configure Products
Navigate to Catalog > Products
there are 2 ways to configure your products
Sell On SHOPFLIX: Select Yes
to export it on xml
Shipping Lead Time: Select the lead time that you can have the order ready to be shipped per product
default value
: Same day
Offer Date From: Set Date of offer from for SHOPFLIX
Offer Date To: Set Date of offer to SHOPFLIX
Offer Price: Set the price for offer to SHOPFLIX
Offer Qty: Set the qty of the products for offer to SHOPFLIX
2.2.1 Edit single product
2.2.2 Edit mulltiple products
2.3 SHOPFLIX Order
In this guide we will show how to use the extension
2.3.1 Order Grid
Navigate to Onecode > SHOPFLIX Order
2.3.1.1 Order View
2.3.1.1.1 Accept Order
2.3.1.1.2 Reject Order
Enter in rejection form
Select rejection reason
2.3.2 Shipment Grid
Navigate to Onecode > SHOPFLIX Shipments
There are 2 ways to print the pdf for courier with tracking data on it.