Search results are from our test site instead of the live site. Magento 1.9Is there a way to configure magento search to show a particular block if no search results are returned?Magento search not returning results for search words men and women, but returns result for male femaleMagento 1.9 - Hide Module/Script from mobile versionHow do you get grouped product associated items to show in the search results page?Moving my magento site to live serverMagento quick search showing no results, advanced search does workmagento : search results redirects to live siteMagento 1.9.2 - Optimize the search engineMagento 1.9 Catalog Search result redirect the live websiteCatalog search show all products - Magento 1.9
What is the unit of the area when geometry attributes are calculated in QGIS?
Theorem won't go to multiple lines and is causing text to run off the page
How can I close a gap between my fence and my neighbor's that's on his side of the property line?
Can Ghost kill White Walkers or Wights?
Number of seconds in 6 weeks
Sed Usage to update GRUB file
Why is C# in the D Major Scale?
Is Jon mad at Ghost for some reason and is that why he won't acknowledge him?
What word means "to make something obsolete"?
What is the most remote airport from the center of the city it supposedly serves?
How could a planet have most of its water in the atmosphere?
For a benzene shown in a skeletal structure, what does a substituent to the center of the ring mean?
Comment rendre "naysayers" ?
Is there a legal ground for stripping the UK of its UN Veto if Scotland and/or N.Ireland split from the UK?
Should one double the thirds or the fifth in chords?
LightGBM results differently depending on the order of the data
What was the state of the German rail system in 1944?
CRT Oscilloscope - part of the plot is missing
Why is Arya visibly scared in the library in S8E3?
Distinctness of solutions to a determinant equation.
How would adding a darkvision racial trait to Dragonborn affect balance?
Identifying my late father's D&D stuff found in the attic
Pressure to defend the relevance of one's area of mathematics
Identifying a transmission to myself
Search results are from our test site instead of the live site. Magento 1.9
Is there a way to configure magento search to show a particular block if no search results are returned?Magento search not returning results for search words men and women, but returns result for male femaleMagento 1.9 - Hide Module/Script from mobile versionHow do you get grouped product associated items to show in the search results page?Moving my magento site to live serverMagento quick search showing no results, advanced search does workmagento : search results redirects to live siteMagento 1.9.2 - Optimize the search engineMagento 1.9 Catalog Search result redirect the live websiteCatalog search show all products - Magento 1.9
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
When you go to my site https://www.gesusa.com and search for example Maxjax, the items in the result goes to https://test.gesusa.com/
magento-1.9
add a comment |
When you go to my site https://www.gesusa.com and search for example Maxjax, the items in the result goes to https://test.gesusa.com/
magento-1.9
you get your solution or not>
– Jigs Parmar
Apr 23 at 10:17
add a comment |
When you go to my site https://www.gesusa.com and search for example Maxjax, the items in the result goes to https://test.gesusa.com/
magento-1.9
When you go to my site https://www.gesusa.com and search for example Maxjax, the items in the result goes to https://test.gesusa.com/
magento-1.9
magento-1.9
asked Apr 23 at 5:22
markmark
161
161
you get your solution or not>
– Jigs Parmar
Apr 23 at 10:17
add a comment |
you get your solution or not>
– Jigs Parmar
Apr 23 at 10:17
you get your solution or not>
– Jigs Parmar
Apr 23 at 10:17
you get your solution or not>
– Jigs Parmar
Apr 23 at 10:17
add a comment |
2 Answers
2
active
oldest
votes
In case you are using some external system to get your products (like elasticsearch) you may need to reindex.
Also check if your test server does not link to the same external system as your main website.
I see that when I perform a search there is a call to https://gesupply-ac.celebros.com/AutoCompleteWebServiceV2/GetSuggestions.aspx?....
And that call returns an xml where the products link to test.gesusa.com.
add a comment |
Not just search results, but all of the products in any product listing are linking with your staging server.
Check the list file PathToYourTheme/catalog/product/list.phtml your anchor tags (a) surely has hard coded links. Please use dynamic products links like $_product->getProductUrl()
This should fix the issue
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f271007%2fsearch-results-are-from-our-test-site-instead-of-the-live-site-magento-1-9%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
In case you are using some external system to get your products (like elasticsearch) you may need to reindex.
Also check if your test server does not link to the same external system as your main website.
I see that when I perform a search there is a call to https://gesupply-ac.celebros.com/AutoCompleteWebServiceV2/GetSuggestions.aspx?....
And that call returns an xml where the products link to test.gesusa.com.
add a comment |
In case you are using some external system to get your products (like elasticsearch) you may need to reindex.
Also check if your test server does not link to the same external system as your main website.
I see that when I perform a search there is a call to https://gesupply-ac.celebros.com/AutoCompleteWebServiceV2/GetSuggestions.aspx?....
And that call returns an xml where the products link to test.gesusa.com.
add a comment |
In case you are using some external system to get your products (like elasticsearch) you may need to reindex.
Also check if your test server does not link to the same external system as your main website.
I see that when I perform a search there is a call to https://gesupply-ac.celebros.com/AutoCompleteWebServiceV2/GetSuggestions.aspx?....
And that call returns an xml where the products link to test.gesusa.com.
In case you are using some external system to get your products (like elasticsearch) you may need to reindex.
Also check if your test server does not link to the same external system as your main website.
I see that when I perform a search there is a call to https://gesupply-ac.celebros.com/AutoCompleteWebServiceV2/GetSuggestions.aspx?....
And that call returns an xml where the products link to test.gesusa.com.
answered Apr 23 at 5:27
Marius♦Marius
168k28324694
168k28324694
add a comment |
add a comment |
Not just search results, but all of the products in any product listing are linking with your staging server.
Check the list file PathToYourTheme/catalog/product/list.phtml your anchor tags (a) surely has hard coded links. Please use dynamic products links like $_product->getProductUrl()
This should fix the issue
add a comment |
Not just search results, but all of the products in any product listing are linking with your staging server.
Check the list file PathToYourTheme/catalog/product/list.phtml your anchor tags (a) surely has hard coded links. Please use dynamic products links like $_product->getProductUrl()
This should fix the issue
add a comment |
Not just search results, but all of the products in any product listing are linking with your staging server.
Check the list file PathToYourTheme/catalog/product/list.phtml your anchor tags (a) surely has hard coded links. Please use dynamic products links like $_product->getProductUrl()
This should fix the issue
Not just search results, but all of the products in any product listing are linking with your staging server.
Check the list file PathToYourTheme/catalog/product/list.phtml your anchor tags (a) surely has hard coded links. Please use dynamic products links like $_product->getProductUrl()
This should fix the issue
answered Apr 23 at 5:28
Shoaib MunirShoaib Munir
2,70421032
2,70421032
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f271007%2fsearch-results-are-from-our-test-site-instead-of-the-live-site-magento-1-9%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
you get your solution or not>
– Jigs Parmar
Apr 23 at 10:17