Shopify Wiki talk:Community Portal
From Shopify Wiki
Does Shopify support Spry Datasets?
I have this page: http://revolucionusa.myshopify.com/pages/retailers that doesn't seem to work. It works locally but I can't figure it out in Shopify.
This is the code I have in the Retailers page.
Enter the name of a state: <input type="text" id="filterTF" onkeyup="StartFilterTimer();" /> <-- Search Feature Coming Soon. <input type="hidden" id="containsCB" />
Matching States ({ds_RowCount} of {ds_UnfilteredRowCount}):
-
{name}
{address}
{city} {state} {zip}
{phone}
Here's my .xml file http://static3.shopify.com/s/files/1/0021/0332/files/data.xml
And here's all my javascript loading fine: <script src="http://static1.shopify.com/s/files/1/0021/0332/assets/xpath.js?652" type="text/javascript"></script> <script src="http://static0.shopify.com/s/files/1/0021/0332/assets/SpryData.js?652" type="text/javascript"></script> <script src="http://static1.shopify.com/s/files/1/0021/0332/assets/stores.js?652" type="text/javascript"></script>
I even tried putting the scripts internally instead of external and still nothing.
Why doesn't it work? Help! Thanks in advance, -g.
