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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -