<% /*check if the buy_button can be displayed*/ IF $Shop.product_small_template AND $Shop.product_small_template!='standard' THEN $Data.product_small_template=$Shop.product_small_template CALL RUN_FILE('rs/rs-product-small-'+$Shop.product_small_template+'.htm') ELSE $Data.product_small_template='vertical-small' CALL RUN_FILE('rs/rs-product-small-'+$Data.product_small_template+'.htm') ENDIF%>