[TYPO3-commerce] Pagebrowser not visible

Jakob Nielsen jakob at t3cms.dk
Sun May 18 16:56:19 CEST 2008


In the setup you can put your locallang:

plugin.tx_commerce_pi1._LOCAL_LANG.dk {
pi_list_browseresults_prev = < FORRIGE
pi_list_browseresults_next = NÆSTE >
pi_list_browseresults_first = << FØRSTE
pi_list_browseresults_last = SIDSTE >>
pi_list_browseresults_page = SIDE
pi_list_browseresults_displays = Viser produkt ###FROM### til ###TO### 
ud af ###OUT_OF###
}

if you use the pi_list_browseresults, and then remember to put this in 
your setup:

// Default maxRecords
maxRecords = 100
maxPages = 1000
// Default inserting PageBrowser
showPageBrowser = 1

Rember to have the category_browsebox marker in you template, something 
like this:

<!-- ###CATEGORY_VIEW_DISPLAY### begin -->
<form name="productform" action="###GENERAL_FORM_ACTION2###" method="post">
###GENERAL_HIDDENCATUID###
###CATEGORY_SUB_LIST###

###SUBPART_CATEGORY_ITEMS_LISTVIEW_TOP###

###SUBPART_CATEGORY_ITEMS_LISTVIEW###

###CATEGORY_BROWSEBOX###	
</form>
<!-- ###CATEGORY_VIEW_DISPLAY### end -->

jakob nielsen - T3cms





More information about the TYPO3-project-commerce mailing list