psvneo/t3-extension-merchants
最新稳定版本:6.0.1
Composer 安装命令:
composer require psvneo/t3-extension-merchants
包简介
This extension adds a plugin to list merchant records.
关键字:
README 文档
README
Description
This extension adds a plugin to list merchant records and a command to import merchant data of a .CSV file. You can also use HubSpot to import merchant data.
How to install?
- Install the extension via composer
- Include the static typoscript file.
Import file structure
"ID";"TITLE";"SUBTITLE";"ADDRESS";"LATITUDE";"LONGITUDE";"ZIP";"CITY";"FAX";"PHONE";"EMAIL";"WEBSITE";"PRIORITIZED";"CATEGORIES"
"123";"PSVneo";"Internet, SEO, Programmierung";"Martinshardt 5";"50.850960";"8.032210";"57074";"Siegen";"12345/000000";"12345/000000";"m.muster@company.net";"https://psv-neo.de";"1";"Category A,Category B"
Google maps - API Errors
Errors occurring by using the google maps API are logged to
typo3temp/var/log/psvneo_merchants.import.log.
How to import Merchants via .CSV file
vendor/bin/typo3 psvneo_merchants:import CSVPATH PID
Arguments
| Name | Description | Default |
|---|---|---|
| CSVPATH | The path to the import file (can be relative) | public/fileadmin/merchants.csv |
| PID | The storage PID of the merchants | 255 |
How to import Merchants via HubSpot API
Navigate to the list module and select the root page (0). Create a new "HubSpot config" record.
After you fill out all required fields, you can import the merchant data by running the following command:
vendor/bin/typo3 psvneo_merchants:hubspot:fetch CONFIG_UID
Arguments
| Name | Description | Default |
|---|---|---|
| CONFIG_UID | The UID of your config record | - |
统计信息
- 总下载量: 789
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2020-05-07