[TYPO3-commerce] Product List Single View

10tje martijnvegmond at gmail.com
Sun Nov 29 14:03:02 CET 2009


List,

Is there anyone who can tell me if it's possible to show the plugin
Product List of Commerce outside the created Webshop?
Because when I place the plugin on my price page where the product
info is, I get the following error:
typo3conf\ext\commerce\lib\class.tx_commerce_pibase.php<br
/>tx_commerce_pi1<br />renderElement<br />Line 1283<br />No Template
given as parameter to method and no template loaded via TS

But at the settings of the plugin I selected the template I want to
use and also at the Constantes and Setup I described where to find
this plugin.

Hope anyone can help me!

Greetz,
Martijn

2009/11/27 10tje <martijnvegmond at gmail.com>:
> Hey,
>
> I have the commerce webshop working, but when I want to show a single
> product on a page I get the following error:
> ...\class.tx_commerce_pibase.php<br />tx_commerce_pi1<br
> />renderElement<br />Line 1283<br />No Template given as parameter to
> method and no template loaded via TS
>
> When installing the plugin, I did the following:
> - selected the plugin commerce productlist.
>  - display type: standard view
>  - product: the product I want to show
>  - category: the category where the product is in
>  - startingpoint: the products map of commerce
>  - template: my template
>  - shoppingcart page: the page where the shoppingcart info is shown.
>
> In the TS Setup I have the following:
> # Product view
> plugin.tx_commerce_pi1 {
>        maxRecords = 6
>        templateFile = {$templatePathCommerce}product.tmpl
> }
>
> And in the TS Constantes:
> plugin.tx_commerce_lib {
>        addressPid = 224
>        userPid = 226
>        editAddressPid = 223
>        basketPid = 218
>        # overridePid is the Product Detail page
>        overridePid = 217
>        checkoutPid = 220
>        emptyBasketPid = 219
>        emptyCheckoutPid = 221
>        userGroup = 1
>        currency = EUR
> }
>
> templatePathCommerce = fileadmin/template/commerce/
>
>
> Anyone a idea what I'm missing are doing wrong?
>
> Thanks already,
> Martijn
>


More information about the TYPO3-project-commerce mailing list