{# # Related Products (Bootstrap 5 Override) # # Renders the related products section below the single product. # # Expected context: # related_products - Array of WC_Product objects # columns - Number of columns for the grid # heading - Section heading text (filtered) # # WooCommerce PHP equivalent: single-product/related.php # # @package WcBootstrap # @since 0.1.0 #} {% if related_products is defined and related_products|length > 0 %} {% endif %}