data structures - site link search box shopify -


i want include input box on site a; after type in query , press enter, open new tab display search results of b. if had typed search query b directly.

set form handle search. make it's action parameter address of site b's search handler. give target attribute of _blank

e.g.

<form action="https://storeb.myshopify.com/search" method="get" target="_blank"> <input name="q" type="text"> <input type="submit" value="submit"> </form> 

these basics. can match of current site adapting code theme. code @ may in theme's folders under templates/search.liquid.


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -