Skip to content

Commit

Permalink
Fixes signup utm
Browse files Browse the repository at this point in the history
  • Loading branch information
mdogo committed Feb 8, 2019
1 parent aaf2e88 commit e77d905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/templates/admin/support_tab.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<h4>{l s='Doofinder increases sales because your customers search and find the most relevant results' mod='doofinder'}</h4>
</div>
<div class="col-xs-12 col-md-4 text-center">
<a href="https://www.doofinder.com/signup/?mktcod=PSHOP&utm_source=prestashop_module&utm_campaing=support_tab&utm_content=prestashop_module_support_tab" target="_blank" class="btn btn-primary" id="create-account-btn">{l s='Create an account now!' mod='doofinder'}</a><br />
{l s='Already have an account?' mod='doofinder'}<a href="https://www.doofinder.com/admin/login&utm_source=prestashop_module&utm_campaing=support_tab&utm_content=prestashop_module_login" target="_blank"> {l s='Log in' mod='doofinder'}</a>
<a href="https://www.doofinder.com/signup/?mktcod=PSHOP&utm_source=prestashop_module&utm_campaign=support_tab&utm_content=prestashop_module_support_tab" target="_blank" class="btn btn-primary" id="create-account-btn">{l s='Create an account now!' mod='doofinder'}</a><br />
{l s='Already have an account?' mod='doofinder'}<a href="https://www.doofinder.com/admin/login&utm_source=prestashop_module&utm_campaign=support_tab&utm_content=prestashop_module_login" target="_blank"> {l s='Log in' mod='doofinder'}</a>
</div>
</div>

Expand Down Expand Up @@ -61,7 +61,7 @@
</div>
<div class="row">
<div class="col-md-12 text-center">
<a href="https://www.doofinder.com/signup/?mktcod=PSHOP&utm_source=prestashop_module&utm_campaing=support_tab&utm_content=prestashop_module_free_trial_link" target="_blank" class="btn btn-primary btn-lg" style="font-size:27px;background-color: #27c356" id="create-account-btn">{l s='Create a free acount!' mod='doofinder'}</a>
<a href="https://www.doofinder.com/signup/?mktcod=PSHOP&utm_source=prestashop_module&utm_campaign=support_tab&utm_content=prestashop_module_free_trial_link" target="_blank" class="btn btn-primary btn-lg" style="font-size:27px;background-color: #27c356" id="create-account-btn">{l s='Create a free acount!' mod='doofinder'}</a>
</div>
</div>
</div>
Expand Down

0 comments on commit e77d905

Please sign in to comment.