Skip to content

Commit

Permalink
Merge pull request #1419 from algolia/update/MAGE-722-1
Browse files Browse the repository at this point in the history
Update Banner Content
  • Loading branch information
mohitalgolia authored Oct 2, 2023
2 parents 58a428f + 327292b commit 2edc35e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions view/adminhtml/templates/merchandising/page.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@
</div>
</div>
<section class="algoliasearch-merchandising-banner clearfix">
<div class="algolia_dashboard_warning std description" style="background-position: 25px 7px; padding: 20px 20px 20px 90px;">
<strong><?php echo $block->escapeHtml(__('We recommend using Merchandising Studio if it is available in your plan.')) ?></strong>
<div class="algolia_dashboard_warning std description" style="background-position: 25px 20px; padding: 20px 20px 20px 90px;">
<?php echo $block->escapeHtml(__('We recommend using ')) ?><a href="https://www.algolia.com/industries-and-solutions/ecommerce/digital-merchandising/"><?php echo $block->escapeHtml(__('Merchandising Studio ')) ?></a>
<?php echo $block->escapeHtml(__('if you’re on a ')) ?><a href="https://www.algolia.com/pricing/"><?php echo $block->escapeHtml(__('Premium plan.')) ?></a>
<?php echo $block->escapeHtml(__('While the legacy merchandising capabilities within the Magento extension shall remain for now, we strongly advice that users ')) ?><a href="https://www.algolia.com/doc/integration/magento-2/merchandising/merchandising-studio/?client=php"><?php echo $block->escapeHtml(__('become familiar with this powerful new tool')) ?></a>
<?php echo $block->escapeHtml(__('to truly unlock the potential of Algolia.')) ?>
</div>
</section>
<section class="algoliasearch-merchandising-options clearfix">
Expand Down

0 comments on commit 2edc35e

Please sign in to comment.