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;








3















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/










share|improve this question






















  • you get your solution or not>

    – Jigs Parmar
    Apr 23 at 10:17

















3















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/










share|improve this question






















  • you get your solution or not>

    – Jigs Parmar
    Apr 23 at 10:17













3












3








3








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/










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 23 at 5:22









markmark

161




161












  • 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





you get your solution or not>

– Jigs Parmar
Apr 23 at 10:17










2 Answers
2






active

oldest

votes


















1














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.






share|improve this answer






























    0














    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






    share|improve this answer























      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
      );



      );













      draft saved

      draft discarded


















      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









      1














      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.






      share|improve this answer



























        1














        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.






        share|improve this answer

























          1












          1








          1







          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.






          share|improve this answer













          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Apr 23 at 5:27









          MariusMarius

          168k28324694




          168k28324694























              0














              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






              share|improve this answer



























                0














                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






                share|improve this answer

























                  0












                  0








                  0







                  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






                  share|improve this answer













                  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







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Apr 23 at 5:28









                  Shoaib MunirShoaib Munir

                  2,70421032




                  2,70421032



























                      draft saved

                      draft discarded
















































                      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.




                      draft saved


                      draft discarded














                      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





















































                      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







                      Popular posts from this blog

                      How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                      What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                      Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos