Skip to content

Commit

Permalink
PLUGINRANGERS-226 | Fixed broken links in support tab (#227)
Browse files Browse the repository at this point in the history
* feat: Fixed broken links in support tab

* fix: Reverted changes in docker-compose.yml
  • Loading branch information
davidmolinacano authored Jun 25, 2024
1 parent e4831b6 commit 14f53d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doofinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ class Doofinder extends Module
const DOOMANAGER_URL = 'https://admin.doofinder.com';
const GS_SHORT_DESCRIPTION = 1;
const GS_LONG_DESCRIPTION = 2;
const VERSION = '4.8.3';
const VERSION = '4.8.4';
const YES = 1;
const NO = 0;

public function __construct()
{
$this->name = 'doofinder';
$this->tab = 'search_filter';
$this->version = '4.8.3';
$this->version = '4.8.4';
$this->author = 'Doofinder (http://www.doofinder.com)';
$this->ps_versions_compliancy = ['min' => '1.5', 'max' => _PS_VERSION_];
$this->module_key = 'd1504fe6432199c7f56829be4bd16347';
Expand Down
4 changes: 2 additions & 2 deletions views/templates/admin/support_tab.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
<div class="col-md-12">
<dl>
<dt>&middot; {l s='Understand how the product feed works to display results in the Doofinder search layer' mod='doofinder'}</dt>
<dd><a href="https://support.doofinder.com/getting-started/the-product-data-feed.html" target="_blank">Visitar página</a></dd>
<dd><a href="https://support.doofinder.com/managing-data/the-product-data-feed.html" target="_blank">Visitar página</a></dd>

<dt>&middot; {l s='How to add information in the Doofinder search layer' mod='doofinder'}</dt>
<dd><a href="https://support.doofinder.com/layers/appearance.html" target="_blank">Visitar página</a></dd>

<dt>&middot; {l s='How to configure the search layer filters' mod='doofinder'}</dt>
<dd><a href="https://support.doofinder.com/managing-results/facets-configuration" target="_blank">Visitar página</a></dd>
<dd><a href="https://support.doofinder.com/managing-results/filters-configuration" target="_blank">Visitar página</a></dd>

<dt>&middot; {l s='Learn the basics about Live Layer' mod='doofinder' mod='doofinder'}</dt>
<dd><a href="https://support.doofinder.com/layers/live-layer-basics.html" target="_blank">Visitar página</a></dd>
Expand Down

0 comments on commit 14f53d6

Please sign in to comment.