TOP

v65:promoGroup

<v65:promoGroup category="pageKeyword" maxRows="" promoGroupElements="Title,Content" productElements="Title,Thumbnail,photo,sku,vintage,price,teaser,actionMessage,customerRatings,RPRating,
WSRating,WERating,CGRating,JHRating,STRating,WNRating,WAndSRating,WARating,WBRating,addToCart"></v65:promoGroup>

Description: This tag is used to display products outside of the store area on a site. (ie. like the homepage).

NOTE: this tag now has better alternatives such as Product Groups that are available if Products V3 is turned on.

Mandatory Attributes:

category: set the product category to display using the keyword of the page which is found in the Admin tab of the Page Properties

default: NA
usage: <v65:promoGroup category="pageKeyword" promoGroupElements="Title..." productElements="Title..."></v65:promoGroup>

promoGroupElements: which items to show from the page before the products are displayed

default: NA
usage: <v65:promoGroup category="pageKeyword" promoGroupElements="Title,Content" productElements="Title..."></v65:promoGroup>

productElements: specify which product elements to show and in which order.

default: NA
usage: <v65:promoGroup category="pageKeyword" promoGroupElements="Title,Content" productElements="Title,Thumbnail,photo,sku,vintage,price,teaser,actionMessage,customerRatings,RPRating,
WSRating,WERating,CGRating,JHRating,STRating,WNRating,WAndSRating,WARating,WBRating,addToCart"></v65:promoGroup>

Optional Attributes:

maxRows: specify how many to display

default: all
usage: <v65:promoGroup category="pageKeyword" maxRows="2" promoGroupElements="Title,Content" productElements="Title,Thumbnail,photo,sku"></v65:promoGroup>

Html Output:

<!--Promo Group Element Title-->
<div class="v65-promoGroupTitle"><a href="/Products/Red">Red</a></div>

<!--Promo Group Element Content-->
<div class="v65-promoGroupContent">
      <h1>Red Products</h1>
</div>

<!--Product Elements-->
<div class="v65-promoGroupProduct" v65js="productsForQuickview">

     <div class="v65-promoGroupProductTitle">
            <a href="/product/2004-Cabernet-Sauvignon-Reserve">2004 Cabernet Sauvignon Reserve</a>
     </div>
  
     <div class="v65-promoGroupProductThumbnail">
           <a href="/product/2004-Cabernet-Sauvignon-Reserve"><img alt="2004 Cabernet Sauvignon Reserve" src="/assets/images/products/thumbnails/red2.jpg"></a>
    </div>
  
     <div class="v65-promoGroupProductSKU">
           <a href="/product/2004-Cabernet-Sauvignon-Reserve">2004 Cabernet Sauvignon Reserve</a>
     </div>
  
     <div class="v65-promoGroupProductVintage">2004</div>
  
     <div class="v65-promoGroupPrice">
          <span class="promo">$7,999.00</span> / Bottle
     </div>
  
     <div class="v65-promoGroupProductTeaser">
          <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu elementum enim. Vivamus et sapien ligula. Fusce neque elit, aliquam sit amet cursus non, dictum ac metus. Sed vitae faucibus tortor.</p>
     </div>
  
      <div class="v65-promoGroupProductActionMessage"></div>
  
      <div class="v65-promoGroupProductCustomerRatings"> </div>
  
      <div class="v65-promoGroup-RPRating"><div class="v65-promoGroup-RPRatingLabel">RP</div>94
      </div>
   
      <div class="v65-promoGroup-WERating">
            <div class="v65-promoGroup-WERatingLabel">WE</div>98
      </div>
   
      <div class="v65-promoGroupAddToCart">
            <form method="post" class="v65-addToCart" v65js="addToCart">
                 <input type="hidden" name="productSKU" value="2004 Cabernet Sauvignon Reserve">
                 <input type="hidden" name="productCategoryID" value="cb18f14f-b575-6d7c-b7c0-f42f57765ff3">
                 <button class="defaultBtn" type="submit"><span>Add To Cart</span></button>
            </form>
      </div>
  
</div>

Base CSS from vin65.css:

.v65-promoGroupProduct
.v65-promoGroupProductTitle
.v65-promoGroupProductThumbnail
.v65-promoGroupProductPhoto
.v65-promoGroupProductSKU
.v65-promoGroupProductVintage
.v65-promoGroupPrice
.v65-promoGroupProductTeaser
.v65-promoGroupProductActionMessage
.v65-promoGroupProductCustomerRatings
.v65-promoGroup-RPRating
.v65-promoGroup-WSRating
.v65-promoGroup-WERating
.v65-promoGroup-CGRating
.v65-promoGroup-JHRating
.v65-promoGroup-STRating
.v65-promoGroup-WNRating
.v65-promoGroup-WAndSRating
.v65-promoGroup-WARating
.v65-promoGroup-WBRating
.v65-promoGroupAddToCart