Looking for Stephen Couch....
We purchased the Narrow By Manufacturer Mod from Tela Firma back in mid March. We had some problems with installation that Stephen Couch of Tela Firma corrected for us (a typo on their part). We appreciated the quick handling of that issue at that time.
Since then, we noticed that there is a problem with the way the MOD works, causing bad pages to be served in certain circumstances. We've been trying to contact Tela Firma for almost 3 weeks now without any response.
We've sent 2 emails along with a private message on this forum (which is how he requested that we contact him). No response.
I'm not trying to raise a ruckus here, I just want the problem solved.
Since the MOD is encoded, we can't go and fix this ourselves.
Does anyone else have this MOD installed and, if so, do you have the same issue?
To see the issue:
https://www.cgcgolfshop.com/category/Drivers/
Select any manufacturer other than the first in the 'Shop By Brand' drop down that is in the center of the page. On the next page view, try to select the first manufacturer listed.
Here's the source code and its easy to spot the issue, I just don't have any way to correct it. You can see the option value for the first manufacturer (Adams) is not like the others.
<form name="narrowby" style="display: inline; margin: 0;">
<select name="$mid" onchange="top.location.href=this.options[selectedIndex].value">
<option value="/category/Drivers/?cat=3sort=orderbysort_direction=0">View All</option>
<option value="//?&sort=orderby&sort_direction=0&mid=3" >Adams</option>
<option value="/category/Drivers/?sort=orderby&sort_direction=0&mid=13">Cal laway Golf</option>
<option value="/category/Drivers/?sort=orderby&sort_direction=0&mid=1">Clev eland Golf</option>
<option value="/category/Drivers/?sort=orderby&sort_direction=0&mid=15" selected>Cobra</option>
<option value="/category/Drivers/?sort=orderby&sort_direction=0&mid=23">Miz uno</option>
<option value="/category/Drivers/?sort=orderby&sort_direction=0&mid=24">Nic kent</option>
<option value="/category/Drivers/?sort=orderby&sort_direction=0&mid=25">Nik e</option>
<option value="/category/Drivers/?sort=orderby&sort_direction=0&mid=36">Tay lorMade</option>
<option value="/category/Drivers/?sort=orderby&sort_direction=0&mid=37">Tit leist</option>
<option value="/category/Drivers/?sort=orderby&sort_direction=0&mid=39">Tou r Edge</option>
</select>
</form>