Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLUGINRANGERS-881 | Changed search bar references to script in texts #350

Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doofinder/doofinder-magento2",
"version": "0.14.11",
"version": "0.14.12",
"description": "Doofinder module for Magento 2",
"type": "magento2-module",
"require": {
Expand Down
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
showInDefault="1"
showInWebsite="1"
showInStore="1">
<label>Doofinder Layer</label>
<label>Doofinder Script</label>
<field id="doofinder_layer_enabled"
translate="label"
type="select"
Expand All @@ -58,7 +58,7 @@
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<backend_model>Magento\Framework\App\Config\Value</backend_model>
<comment>
<![CDATA[ Activate/deactivate the search layer. ]]>
<![CDATA[ Activating this option you are inserting the script into your store code. You can manage product visibility in Doofinder. ]]>
</comment>
</field>
<field id="installation_id"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Doofinder_Feed" setup_version="0.14.11">
<module name="Doofinder_Feed" setup_version="0.14.12">
<sequence>
<module name="Magento_Integration" />
</sequence>
Expand Down
4 changes: 2 additions & 2 deletions magento_architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sequenceDiagram
Note over Magento,Doomanager: includes callback_url to be called after it
Doomanager ->> Magento: ok response
Doomanager --) Magento: calls callback_url
Magento --) Magento: enables doofinder layer
Magento --) Magento: enables doofinder script
Note left of Magento: {<br/>"installation_id": installation_id,<br/>"script": script,<br/>"search_endpoints": "search_endpoints",<br/>}
Magento ->> Client: Enjoy Doofinder :)
```
Expand Down Expand Up @@ -90,4 +90,4 @@ sequenceDiagram
end
end
end
```
```
2 changes: 1 addition & 1 deletion view/adminhtml/templates/setup.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<?= $block->escapeHtmlAttr(__('Add a smart search engine to your e-commerce in 5 minutes and with no programming')) ?>
</h2>
<h3 id="steps-about"><?= $block->escapeHtmlAttr(__('ABOUT DOOFINDER:')) ?></h3>
<p><?= $block->escapeHtmlAttr(__('Doofinder provides you with an instant search layer to display your products when your visitors use the search bar.')) ?></p>
<p><?= $block->escapeHtmlAttr(__('Doofinder provides you with an instant search layer to display your products when your visitors use the Doofinder script.')) ?></p>
<p><?= $block->escapeHtmlAttr(__('Your customers then have the opportunity to preview your products, filter them and choose the desired product. Upon hitting enter, doofinder will power also the results page.')) ?></p>
<p><?= $block->escapeHtmlAttr(__('Among our features are:')) ?></p>
<ul>
Expand Down
Loading