Add template for list item
First add a new entry in the FlexForm for the select box by adding following Page-TypoScript (tsconfig):
TCEFORM.tt_content.pi_flexform.shop_products.sDEF {
settings\.displayType {
addItems {
MyListItem = My list item label
}
}
}
Then create the appropriate template file:
Partials/Product/List/Item/MyListItem.html
Attention:
The item index in the FlexForm configuration must match the template file name!
Documentation
TYPO3 Shop
This extension is an extensive shop for TYPO3 for realizing Webshops, Online-Shops or Payment-Subscriptions (comparable with tt_products, Quick-Shop or Aimeos).
Menu
- Introduction
- Installation
-
Configuration
- Constants
- Plugins
- Base Prices
- Bookmarks and Compare
- Delivery Address
- Discount
- Extension Settings
- Graduated Prices
- Human Readable URLs
- Import
- Invoices
- JavaScript
- Link Handler
- List Filter
- Mail Templates
- Manual Basket Order Creation
- Product Types
- Shipping Costs
- Sitemap Xml
- Stock
- Subscriptions
- Tax Rates
- Ups Shipping
- BasketCheckout
- Commands
- Templates
- FAQ
- HowTo
- Developer