Announcement

Collapse
No announcement yet.

Can I get the the main search page to show if there are no products found when so....

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can I get the the main search page to show if there are no products found when so....

    Can I get the the main search page to show if there are no products found when someone uses the quick search feature?

    Go to your site folder and open 'SearchScript.pl' in notepad. Locate the line...

    $::g_sContentUrl, $::g_pSetupBlob,$::Session->GetLastShopPage(), \%::g_InputHash,

    and replace

    $::Session->GetLastShopPage()

    with

    ($::g_sWebSiteUrl . "search.html")


    so it reads

    $::g_sContentUrl, $::g_pSetupBlob,($::g_sWebSiteUrl . "search.html"), \%::g_InputHash,


    Save and close the file and update the site.

    SellerDeck is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder.
Working...
X