jambagecom/quotation-tt-products
Composer 安装命令:
composer require jambagecom/quotation-tt-products
包简介
Quotation for Shop System, Excel file export
README 文档
README
What is does
This extension gives you the possibility to export the current basket view of tt_products into an Excel file. This can be used to make an automatically generated quotation.
This extension is used by tt_products.
Prerequisites
You must create the file fileadmin/data/quotation/count.txt manually and make it writable.
How is the Excel file generation started?
Enter these lines into the Shop Template inside of the HTML form of the subpart ###BASKET_TEMPLATE###.
Example
...
<script> function anexport() { document.warenkorbform.action = "###FORM_URL###&eID=export_excel"; document.warenkorbform.submit(); document.warenkorbform.action = "###FORM_URL###"; } </script>...
...
...
...统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2020-07-01