[TYPO3-shop] tt_products - without prices

Jogvan Olsen jo at atlanticvideo.dk
Mon May 25 16:48:43 CEST 2009


Hi Bjarne

In your html template you can remove the ###PRICE_TAX### marker.

Here is what I have in my listview template - This 'shop' is used for 
product presentation only - no price, no possibility to buy products:

------------------
<!-- ###ITEM_LIST_TEMPLATE### begin
This subpart is used to display the regular list of products.
It's also used by search-results.
-->
<table border="0" cellspacing="0" cellpadding="0" >
	<tr>
		<td><!--###LINK_PREV###-->###GW2B###<div align="left">
			<b>Forige side</b></div>###GW2E###<!--###LINK_PREV###--></td>
		<td></td>
		<td></td>
		<td><!--###LINK_NEXT###-->###GW2B###<div align="right">
			<b>Næste side</b></div>###GW2E###<!--###LINK_NEXT###--></td>
	</tr>


	<tr>
		<td colspan="4"><img src="clear.gif" width="1" height="1"></td>
	</tr>
		<!-- ###ITEM_CATEGORY_AND_ITEMS### -->
		<!-- ###ITEM_LIST### begin -->
	<tr>

		<td colspan="4">
		<form method="post" action="###FORM_URL###"  name="###FORM_NAME###">
		<table border="0" cellspacing="0" cellpadding="1">
		<tr>
			<!-- ###ITEM_SINGLE### begin-->
           		###ITEM_SINGLE_PRE_HTML###		
			<td>
				<table width="200" border="0" cellpadding="0">
					<tr>
						<td colspan="4"><img src="clear.gif" width="200" height="1"></td>
					</tr>
					<tr>
					<td colspan="4" valign=top><!-- ###LINK_ITEM###-->###PRODUCT_IMAGE###
                                         	<!-- ###LINK_ITEM###--><br/>
											<!-- ###LINK_ITEM###-->###GW1B###<b>###PRODUCT_TITLE###</b><br>
											###PRODUCT_SUBTITLE### ###GW1E###<!-- ###LINK_ITEM###--></td>
					</tr>
				</table>
			</td>
			###ITEM_SINGLE_POST_HTML###
			<!-- ###ITEM_SINGLE### end -->
		</tr>
		</table>
		</form>
		</td>

		</tr>
		<!-- ###ITEM_LIST### end -->
         	<!-- ###ITEM_CATEGORY_AND_ITEMS### -->
		<tr>
			<td><!--###LINK_PREV###-->###GW2B###<div align="left">
				<b>Forige side</b></div>###GW2E###<!--###LINK_PREV###--></td>
			<td></td>
			<td></td>
			<td><!--###LINK_NEXT###-->###GW2B###<div align="right">
			<b>Næste side</b></div>###GW2E###<!--###LINK_NEXT###--></td>
		</tr>
</table>
<!-- ###ITEM_LIST_TEMPLATE### -->

------------------

Regards
Jogvan Olsen




Bjarne Helligsoe skrev:
> Hi,
> 
> I have a client, who wish to use tt_products for ordering products, but he 
> dosn't want any prices.
> Can I configure tt_products not to display prices? And do I make the 
> configuration if it exist?
> 
> Best Regards
> 
> Bjarne Helligsoe 
> 
> 


More information about the TYPO3-project-tt-products mailing list