TOP

v65:wine:vintageNotes

<v65:wine:vintageNotes />

The v65:wine:vintageNotes tag displays all of the products Vintage Notes.

Available on:

  • Product List
  • Product Drilldown

SAMPLE

The v65:wine:vintageNotes tag outputs the following HTML code:
<div class="v65-wineVintageNotes">
	<div class="v65-wineVintageNote">
		<label>2016</label>
		<span>
			<p>Note</p>
		</span>
	</div>
	<div class="v65-wineVintageNote">
		<label>2015</label>
		<span>
			<p>Note</p>
		</span>
	</div>
</div>