Skip to content

Commit

Permalink
[WIP]OP-289: Bump min required patches
Browse files Browse the repository at this point in the history
  • Loading branch information
hmfilar committed Sep 17, 2024
1 parent 0a3130e commit 29eb67e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if product.isConfigurable() and product.getVariantSelectionMethod() == 'match' and not product.enabledVariants.empty() %}
{% include '@SyliusShop/Product/Show/_variantsPricing.html.twig' with {'pricing': sylius_product_variants_map(product, {'channel': sylius.channel}), 'variants': product.enabledVariants} %}
{% include '@SyliusShop/Product/Show/_variantsPricing.html.twig' with {'pricing': sylius_product_variant_prices(product, sylius.channel), 'variants': product.enabledVariants} %}
{% endif %}

{% include '@BitBagSyliusProductBundlePlugin/Shop/Product/Show/_inventory.html.twig' %}
Expand Down

0 comments on commit 29eb67e

Please sign in to comment.