I want to use the tag <!--@Ecom:Product.PurchaseQuantityStep--> to get the colli size of a product. (eg. 6 bottles in a box).
It works fine on the prduct list page and the product detail page. But if I search for products and list the results, the tag is empty. I assume it's a bug? (Using newest version 9.10.10).
Example:
<!--@If Defined(Server:Request.ecomquery)-->
<h1 class="title">Resultat af din søgning "<!--@Server:Request.ecomquery-->":</h1>
<!--@EndIf(Server:Request.ecomquery)-->
<div class="products list row">
<!--@LoopStart(Products)-->
<strong>Kolli størrelse: <!--@Ecom:Product.PurchaseQuantityStep--></strong>
<a href="<!--@Ecom:Product:SavedForLater.AddToBasketLink-->&Quantity=<!--@Ecom:Product.PurchaseQuantityStep-->" title="Bestil">
<button type="button">Bestil</button>
</a>
<!--@LoopEnd(Products)-->
</div>