Download the PHP package custobar/custobar_m2_custoconnector without Composer
On this page you can find all versions of the php package custobar/custobar_m2_custoconnector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download custobar/custobar_m2_custoconnector
More information about custobar/custobar_m2_custoconnector
Files in custobar/custobar_m2_custoconnector
Package custobar_m2_custoconnector
Short Description Custobar magento connector
License MIT
Homepage https://custobar.com/
Informations about the package custobar_m2_custoconnector
Custobar_CustoConnector
CustoConnector is used to send usage statistics from the Magento installation to the Custobar API
Release Information
CustoConnector for M2
System Requirements
- PHP 8.1
- Magento 2.4.4 or newer
NOTE: Module requires that the Magento cron is correctly configured and running
Installation
Add a repositories
object to the composer.json
"repositories": [
{
"type": "git",
"url": "https://github.com/Custobar/magento2-plugin"
}
]
Add requirement custobar/custobar_m2_custoconnector
{
"require": {
"custobar/custobar_m2_custoconnector": "dev-master"
}
}
Run php bin/magento module:enable Custobar_CustoConnector
and php bin/magento setup:upgrade
After installing
Go to Stores / Settings / Configuration / Custobar / CustoConnector / Configuration
to setup the module.
Input the supplied Client identifier
and Api key
.
At least one Allowed websites to send data from
needs to be selected.
You can also add the Custobar tracking script
what can be generated at https://clientidentifier.custobar.com/tracking-script/
.
Copy and paste the code without the following lines:
Remember to flush Magento's caches after changing the values.
Go to System / Custobar / Custobar Status
to view the status or start an initial scheduling.
Magento crons run above the /pub folder so If you are running Magento frontend from the pub folder and get media urls with "pub" and they can't be accessed then update settings:
-
Under Stores / Settings / Configuration / General / Web / Base Urls and Base Urls (Secure):
Change the
Base URL for User Media Files
to:{{unsecure_base_url}}media/
Change the
Secure Base URL for User Media Files
to:{{secure_base_url}}media/
Update notices
3.0.0:
- Dropped support for currently unsupported Magento versions, so as of July 2023 the oldest supported version is 2.4.4
- Dropped InstallSchema and UpgradeSchema scripts and replaced these with the new declarative schema definition
- Updated construction of cURL client (for Custobar API calls) to support 2.4.6 but also 2.4.4 and 2.4.5
- Brought test definitions up to date so that they can be run in newer Magento test frameworks
- Fixed several code sniffer related warnings to make sure that catching actual errors is easier
- Fixed issue with order placement time not exporting with correct value to Custobar API
- Fixed issue with sku resolving not always working in Commerce edition due to the row_id and entity_id differences
2.1.1:
- Add compatibility with Magento 2.4.5 & PHP 8.1
2.1.0:
- Fixed issue where entities that were restricted to certain websites still got scheduled for export for all websites
- Added possibility to specify field mappings per store view in admin
- Added possibility to automatically add domain on field mappings
- Fixed issue where applying/expiring special prices would not automatically cause product to be scheduled for export
2.0.0:
- Module refactored to better follow Magento standards and improve general code quality
- Admin view for logs added
- Tracked models admin config removed and replaced with a more straightforward solution
1.1.1:
- fixes null product issue
- remove urls for product that aren't visible by them self as magento gives a non nice url for them
1.1.0:
-
Maps select/dropdown attribute labels to Custobar correctly
Example
manufacturer>brand
-
New fields for Magento\Catalog\Model\Product>products
custobar_child_ids>mage_child_ids and custobar_parent_ids>mage_parent_ids
Update tracked models with (remember to keep your own modifications)