%QUERY CMSPageProduct(page_id=$page_id) DO
IF $Numrows THEN%>
<%ENDIF
DISPLAY
IF $opt_productinfofields THEN
QUERY ProductInputField_inproduct(product_id=$product_id) DO DISPLAY IF $if_required THEN $hide_buy_button=1 ENDIF NEXTROW ENDQUERY
ENDIF
$xView='DEFAULT' $product_small_template="vertical-small" INCLUDE 'rs/rs-product-small-carousel.htm'
NEXTROW
IF $Numrows THEN
PRINT '
'
PRINT ''
ENDIF
ENDQUERY%>