jambagecom / addons-tt-products
提供许多商店标准文本的翻译。为tt_products商店系统2.9版及以后版本提供额外的示例模板和图标。
Requires
- typo3/cms-core: ^10.4 || ^11.5 || ^12
Replaces
- typo3-ter/addons-tt-products: v0.11.1
README
TYPO3扩展addons_tt_products
它做什么
此扩展为tt_products提供了许多示例商店模板文件。使用这些模板开始使用tt_products商店系统。
您可以通过https://www.jambage.com上的论坛提问并寻找答案。在doc文件夹中有一个文档手册.sxw。
您可以在tt_products 2.8.1或更高版本中使用这些示例模板和图标。
从以下在线商店获取tt_products的下一个版本:https://ttproducts.de
pob_ttp_marker_xml.htm: 由Rainer Lindner(pob.com)赞助的多语言标记模板,products_css_de.html: 由Robert Markula编写的CSS模板,由Masod Mohmand翻译
Resources/Private/Templates文件夹包含基于插件代码的响应式模板文件。Resources/Private/Templates/collection/typo3webshop文件夹包含Andrea Herzog-Kienast所著的《Der TYPO3-Webshop》的文件。您可以从互联网下载其电子书版本。
示例常量
plugin.tt_products {
file.templateFile = EXT:addons_tt_products/Resources/Private/Templates/example_template_bill_de.tmpl
templatePath = EXT:addons_tt_products/Resources/Private/Templates/
oldTemplatePath = EXT:addons_tt_products/Resources/Private/Templates/collection/responsive/
cssPath = EXT:addons_tt_products/Resources/Public/Css/
}
这是这些模板文件首次启动时的常量定义。稍后您将示例模板文件复制到网站fileadmin/Resources/Private/tt_products文件夹中。然后您必须相应地更改常量和设置。
示例设置
(tt_products >= 2.9.6)
page.includeCSS {
tt_products-basket = {$plugin.tt_products.cssPath}basket.css
tt_products-general = {$plugin.tt_products.cssPath}general.css
tt_products-info = {$plugin.tt_products.cssPath}info.css
tt_products-list = {$plugin.tt_products.cssPath}list.css
tt_products-orderconfirmation = {$plugin.tt_products.cssPath}orderconfirmation.css
tt_products-overview = {$plugin.tt_products.cssPath}overview.css
tt_products-payment = {$plugin.tt_products.cssPath}payment.css
tt_products-single = {$plugin.tt_products.cssPath}single.css
}
plugin.tt_products.templateFile = fileadmin/Resources/Private/tt_products/products_css_variants_de.html
plugin.tt_products.templateFile {
BASKET = {$plugin.tt_products.templatePath}basket.html
DOWNLOAD = {$plugin.tt_products.templatePath}download.html
INFO = {$plugin.tt_products.templatePath}info.html
FINALIZE = {$plugin.tt_products.templatePath}orderconfirmation.html
LIST = {$plugin.tt_products.templatePath}list.html
OVERVIEW = {$plugin.tt_products.templatePath}overview.html
PAYMENT = {$plugin.tt_products.templatePath}payment.html
SEARCH = {$plugin.tt_products.templatePath}list.html
SINGLE = {$plugin.tt_products.templatePath}single.html
ERROR = {$plugin.tt_products.oldTemplatePath}errors.html
TRACKING = {$plugin.tt_products.oldTemplatePath}tracking.html
MEMO = {$plugin.tt_products.oldTemplatePath}memo.html
}
贡献
您可以在https://github.com/franzholz/addons_tt_products加入团队进一步开发这些模板。将您的商店模板和图标发送给我们以在此收集。