- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2019
11:08 AM
08-26-2019
11:08 AM
Re: Magento 2.2. Show both regular & special price on configurable products
Do you remove all of the code and place just
<?php if ($block->hasSpecialPrice()): ?> <span class="old-price sly-old-price no-display"> <?php /* @escapeNotVerified */ echo $block->renderAmount($priceModel->getAmount(), [ 'display_label' => __('Regular Price'), 'price_id' => $block->getPriceId('old-price-' . $idSuffix), 'price_type' => 'oldPrice', 'include_container' => true, 'skip_adjustments' => true ]); ?> </span> <?php endif; ?>
Or do you just replace this section? Thanks,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2020
03:59 AM
06-25-2020
03:59 AM
Re: Magento 2.2. Show both regular & special price on configurable products
Will this solution work on grouped products also. Need both prices to show on category page.
- « Previous
-
- 1
- 2
- Next »