Skip to content

Commit

Permalink
Merge pull request #715 from mailchimp/modify-message
Browse files Browse the repository at this point in the history
Changed not working link for working ones.
  • Loading branch information
Santiagoebizmarts authored May 29, 2018
2 parents b366b45 + fdabad4 commit 7819a0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function createMailChimpStore($mailChimpStoreId, $listId = null, $scopeId
} catch (MailChimp_Error $e) {
$adminSession = Mage::getSingleton('adminhtml/session');
if (strstr($e->getFriendlyMessage(), 'A store with the domain')) {
$errorMessage = $helper->__("A MailChimp store with the same domain already exists in this account. You need to have a different URLs for each scope you set up the ecommerce data. Possible solutions <a href='https://docs.magento.com/m1/ce/user_guide/stores/store-urls.html'>HERE</a>");
$errorMessage = $helper->__("A MailChimp store with the same domain already exists in this account. You need to have a different URLs for each scope you set up the ecommerce data. Possible solutions <a href='https://docs.magento.com/m1/ce/user_guide/search_seo/seo-url-rewrite-configure.html'>HERE</a> and <a href='https://docs.magento.com/m1/ce/user_guide/configuration/url-secure-unsecure.html'>HERE</a>");
$adminSession->addError($errorMessage);
}
$helper->logError($e->getFriendlyMessage());
Expand Down

0 comments on commit 7819a0a

Please sign in to comment.