[TYPO3-UG Dutch] wt_showxtcommerce php-error
Ton Akveld
ton at netcreators.com
Tue Jun 12 14:58:21 CEST 2007
Voor de liefhebbers van TYPO3 & xt:Commerce:
De PHP-file tx_wtshowxtcommerceproducts_pi1.php bevat de volgende
declaratie:
var $targetPath = 'product_info.php/products_id/'; // Link Path
Dit resulteert in een niet functionerende link:
http://<MyDomain>/xtcommerce/product_info.php/products_id/1
Wijzig de declaratie in
var $targetPath = 'product_info.php?products_id='; // Link Path
en het werkt!
Ton Akveld [netcreators]
More information about the TYPO3-UG-dutch
mailing list