![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Hi guys!
I'm trying to set up my merchant filter widget and have added 4 merchants. These appear just fine on my sidebar but clicking them don't pull in the products. I'm thinking I probably did something wrong. Please let me know. Here's how I have it set up so far: <ul> <li><a href="[server.url type='fullpage' query='merchant=Beauty.com']">Beauty.com</a></li> <li><a href="[server.url type='fullpage' query='merchant=Drugstore.com']">Drugstore.com</a></li> <li><a href="[server.url type='fullpage' query='merchant=Gaiam']">Gaiam</a></li> <li><a href="[server.url type='fullpage' query='merchant=Puritan's Pride']">Puritan's Pride</a></li> </ul> Thanks, Dawn Store ID: Lindy's Healthy Stuff Store Website URL: shop.healthywithlindy.com URL to page in question: Affects all pages with sidebar. Last edited by dawnlindy : April 10th, 2013 at 03:15 PM. Reason: Additional info |
#2
|
||||
|
||||
![]() Hi,
Try changing your code from this: HTML Code:
<ul> <li><a href="[server.url type='fullpage' query='merchant=Beauty.com']">Beauty.com</a></li> <li><a href="[server.url type='fullpage' query='merchant=Drugstore.com']">Drugstore.com</a></li> <li><a href="[server.url type='fullpage' query='merchant=Gaiam']">Gaiam</a></li> <li><a href="[server.url type='fullpage' query='merchant=Puritan's Pride']">Puritan's Pride</a></li> </ul> HTML Code:
<ul> <li><a href="[server.url query='view=search&merchant=Beauty.com']">Beauty.com</a></li> <li><a href="[server.url query='view=search&merchant=Drugstore.com']">Drugstore.com</a></li> <li><a href="[server.url query='view=search&merchant=Gaiam']">Gaiam</a></li> <li><a href="[server.url query='view=search&merchant=Puritan']">Puritan's Pride</a></li> </ul>
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() That worked, thanks!
And now, I have an additional question. I added the sorting template just like the video showed and I was wondering if there is a way to reduce the size of the dropdown fields? Right now it goes all the way across the page and I'd like to tidy it up a bit. Thanks! Dawn Store ID: Website URL: shop.healthywithlindy.com URL to page in question: http://shop.healthywithlindy.com/store/category/fitness (it's the same on all my pages) |
#4
|
||||
|
||||
![]() Hi,
Try adding the following code to your Custom CSS (instructions): Code:
.dffltrs select { width: 170px; }
__________________
![]() ![]() ![]() ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Multiple tags in widget filter | eadora | Questions | 1 | February 8th, 2013 08:30 AM |
Need little help on price filter widget | johngibb123 | Problems | 38 | October 8th, 2012 04:06 PM |
Dynamic Generation of Brand Filter Widget | meperez | Questions | 1 | May 5th, 2011 09:28 PM |
Merchant Filter Widget is not working and doing strange things. | cgarvey | Questions | 3 | April 5th, 2011 06:56 PM |
How do I make unique title tags for merchant filter widget pages? | cashnow | Questions | 3 | January 29th, 2011 06:29 PM |