♥Moxamint Posted May 28, 2018 Share Posted May 28, 2018 48 minutes ago, inra311 said: There was one little mistake in the fix: replace preg_with mb_ereg_replace I guess it should be replace preg_replace with mb_ereg_replace @inra311 you are correct. Cheers, Eddy Quote Link to comment Share on other sites More sharing options...
♥Moxamint Posted October 6, 2018 Share Posted October 6, 2018 On 5/27/2018 at 6:32 PM, auzStar said: It seems that the cookie.js file (which this add-on needs) has been removed from the latest 2.3.4.1 CE version, not sure why. The installation routine never checked for this file as it assumed it was always there. It only checked for the files that were being uploaded for this add-on. I have attached a zipped copy of the file. Download and extract it to "ext/jquery" folder on your server. See if that fixes your problem. Hopefully nothing else has been changed in the latest 2.3.4.1 CE version to break add-ons. Hi @auzStar, What does this cookie.js do? I do not have it on my latest osC Frozen but this add-on of yours works just fine. Please advise. Thanks, Eddy Quote Link to comment Share on other sites More sharing options...
♥Smoky Barnable Posted February 6, 2019 Share Posted February 6, 2019 I have this working on my BS4 test site but the search icon appears below the form. I applied this quick fix to user.css but am wondering if there is a better way. Does ht-twitter-typeahead.css need to be updated to BS4? .input-group-append { margin-left: -42px; } Quote The water in a vessel is sparkling; the water in the sea is dark. The small truth has words which are clear; the great truth has great silence. - Rabindranath Tagore Link to comment Share on other sites More sharing options...
ce7 Posted March 2, 2019 Share Posted March 2, 2019 (edited) @auzStar hi, thank you for this great addon. It is working great! i also install theme switcher and with few clicks, you can change the theme easily. right now i am setting dark background and that make the search result hard to read, which file should I check to change the color setting for search result text color, and is there a way it can auto change depending on UI setting? also i like to type a hint in the search blank area to let users know please at least type min 3 letters, which files should I change? many thanks! Lynn Edited March 2, 2019 by ce7 Quote Link to comment Share on other sites More sharing options...
valquiria23 Posted June 21, 2019 Share Posted June 21, 2019 Hi @auzStar First I wanted to congratulate you for this excellent addon! Now I have an ignorant question. Because when I see the source code of my site page in chrome or firefox , all the contents of the file appear \ 234bs \ full_package \ catalog \ ext \ typeahead \ js \ ht-twitter-typeahead.js.php With other addons the source code never appears on the final web page. Thank you and again congratulations for this great addon. Valqui Quote Community Oscommerce fan You'll find the latest osC community version here. Link to comment Share on other sites More sharing options...
auzStar Posted June 23, 2019 Author Share Posted June 23, 2019 @valquiria23 The file contains javascript code. It's the javascript code that appears in the source which is normal. cheers valquiria23 1 Quote My Add-onsAdvanced Cache Control Tool for osCommerce 2.3.x (non-bootstrap) Download SupportAjax Product Listing for osC 2.3.4 (bootstrap) Download SupportCategory New Products Carousel for osC 2.3.4 (bootstrap) Download SupportCategory Popular Products Carousel for osC 2.3.4 (bootstrap) Download SupportCustomer Testimonials for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download SupportFront Page New Products Carousel for osC 2.3.4 (bootstrap) Download SupportIndex Nested - Product Listing for osC 2.3.4 (bootstrap) Download SupportMatch Categories in Search Results for osCommerce versions 2.3.x (non-bootstrap) Download SupportModular Category Page for osC 2.3.4 (bootstrap) Download SupportNEW Australia Post Shipping Modules for osCommerce 2.3.x (non-bootstrap) Download SupportNEW Equal Height Module for osC 2.3.4 (bootstrap) Download SupportProducts Low Stock Report for osC 2.3.x (bootstrap and non-bootstrap) Download SupportTwitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap) Download SupportUpcoming Products Modules for osC 2.3.4 (bootstrap) Download Support Assisted Add-onsScroll Boxes for osCommerce 2.3.x (bootstrap and non-bootstrap) Download Support Bootstrap Add-ons created by other membersosCommerce Bootstrap Addons and Code Link to comment Share on other sites More sharing options...
Peper Posted October 29, 2019 Share Posted October 29, 2019 Hello @auzStar All working perfectly with Edge version, with new phoenix version not at all so far - search bar only gives "No matches" Tried even to hook js to sitewide\jquery Any recommendations? Thx Quote Getting the Phoenix off the ground Link to comment Share on other sites More sharing options...
ArtcoInc Posted October 29, 2019 Share Posted October 29, 2019 @Peper This may not apply to you, but ... I am using another typeahead search module, but found issues with different browsers (I can point you to the thread if you wish). May I suggest: 1) Try a different browser 2) Try searching on any page other than the home page. Malcolm Quote Link to comment Share on other sites More sharing options...
Peper Posted October 29, 2019 Share Posted October 29, 2019 @ArtcoInc Still the same Quote Getting the Phoenix off the ground Link to comment Share on other sites More sharing options...
ArtcoInc Posted October 29, 2019 Share Posted October 29, 2019 @Peper Like I said, it may not apply to you. But, it was worth a shot. Good luck! M Quote Link to comment Share on other sites More sharing options...
Peper Posted October 29, 2019 Share Posted October 29, 2019 Worth a try Quote Getting the Phoenix off the ground Link to comment Share on other sites More sharing options...
♥14steve14 Posted October 30, 2019 Share Posted October 30, 2019 I have this working on a Phoenix test site and it works correctly. The only trouble being is that the search button locates under the seach box, but with a bit of negative figures in the css it sort of looks right all on one line. I dont think I had to make any changes to any of the latest code. Quote REMEMBER BACKUP, BACKUP AND BACKUP Link to comment Share on other sites More sharing options...
Dan Cole Posted October 30, 2019 Share Posted October 30, 2019 26 minutes ago, 14steve14 said: I have this working on a Phoenix test site and it works correctly. Try letting Malcolm play with it. 😂 Dan ArtcoInc 1 Quote Need help? See this thread and provide the information requested. Is your version of osC up to date? You'll find the latest osC community version (CE Phoenix) here. Link to comment Share on other sites More sharing options...
Peper Posted October 31, 2019 Share Posted October 31, 2019 Absolutely strange I setup a new phoenix install with the autocomplete search and is working(local pc) Compared page sources and almost a match except well for https and few little things Diffrence found : The working one have '&search_in_description=1' the non working one '&search_in_description=1' In file ht-twitter-typeahead.js.php I changed '&search_in_description=1\' to read '&search_in_description=1\' Now search is working correctly but even so, my working live site = &search_in_description=1 and works perfectly - same server I'm not so sure the problem was corrected this way changing & to & Quote Getting the Phoenix off the ground Link to comment Share on other sites More sharing options...
♥peterpil19 Posted October 31, 2019 Share Posted October 31, 2019 I must be missing something. Tried to install twice on Phoenix. Does not work for me at all. Did any one above make any changes to make it work? Peter Quote CE PHOENIX SUPPORTER Support the Project, go PRO and get access to certified add ons Full-time I am a C-suite executive of a large retail company in Australia. In my spare time, I enjoying learning about web-design. Download the latest version of CE Phoenix from gitHub here Link to comment Share on other sites More sharing options...
♥peterpil19 Posted November 1, 2019 Share Posted November 1, 2019 16 hours ago, peterpil19 said: I must be missing something. Tried to install twice on Phoenix. Does not work for me at all. Did any one above make any changes to make it work? Peter Fixed. It does require a code change. Line 51 of the header tags module points to a cookie.js file that does not exist locally on Phoenix. You can change the address to an online version of that file e.g. https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.js Quote CE PHOENIX SUPPORTER Support the Project, go PRO and get access to certified add ons Full-time I am a C-suite executive of a large retail company in Australia. In my spare time, I enjoying learning about web-design. Download the latest version of CE Phoenix from gitHub here Link to comment Share on other sites More sharing options...
♥peterpil19 Posted November 1, 2019 Share Posted November 1, 2019 On 10/31/2019 at 3:43 AM, 14steve14 said: I have this working on a Phoenix test site and it works correctly. The only trouble being is that the search button locates under the seach box, but with a bit of negative figures in the css it sort of looks right all on one line. I dont think I had to make any changes to any of the latest code. The alternative way to fix the button issue is to change the "input-group" class in bm_search.php and content_header_search.php to "input-group-prepend" at Lines 37 and 46, respectively. Refer documentation on bootstrap forms: https://getbootstrap.com/docs/4.0/components/input-group/ Moxamint and Peper 2 Quote CE PHOENIX SUPPORTER Support the Project, go PRO and get access to certified add ons Full-time I am a C-suite executive of a large retail company in Australia. In my spare time, I enjoying learning about web-design. Download the latest version of CE Phoenix from gitHub here Link to comment Share on other sites More sharing options...
♥14steve14 Posted November 1, 2019 Share Posted November 1, 2019 3 hours ago, peterpil19 said: Fixed. It does require a code change. Line 51 of the header tags module points to a cookie.js file that does not exist locally on Phoenix. You can change the address to an online version of that file e.g. https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.js That code change was already done in the version that I installed. Your other code changed worked on positioning the button correctly but had to be changed in includes/modules/content/header/cm_header_search.php Quote REMEMBER BACKUP, BACKUP AND BACKUP Link to comment Share on other sites More sharing options...
♥Smoky Barnable Posted January 11, 2020 Share Posted January 11, 2020 Is there any way to add search suggest functionality to this great add-on? Autocomplete helps but I still see customers misspelling words and they can't find what they are looking for. Quote The water in a vessel is sparkling; the water in the sea is dark. The small truth has words which are clear; the great truth has great silence. - Rabindranath Tagore Link to comment Share on other sites More sharing options...
Guest Posted January 14, 2020 Share Posted January 14, 2020 On 2/8/2016 at 10:33 AM, Dan Cole said: Now that I have it functioning I've been testing it a bit and noticed that on the first page load when visiting my site I get "no matches" but if I go to another product category and repeat the same search it pulls up the results you'e expect. Hi Dan - I installed this very cool contribution yesterday on my test site and I am experiencing the same as you mentioned above. What should I be looking for to troubleshoot the issue? What did it turn out to be in your case? I'm using the latest version of the contrib with 2.3.4.1 CE and lots of other mods to boot. Just don't know where to begin looking for suspects. Thanks for your time! - Andrea Quote Link to comment Share on other sites More sharing options...
ArtcoInc Posted January 14, 2020 Share Posted January 14, 2020 @puggybelle @Dan Cole While I was trying to install a different TypeAhead search module, I too had the same issues that both you and Dan reported. You can start reading about them here: I was getting different results on my in-house development server and my 'live' public server. I was getting different results with different browsers. I asked different people to test the public server, and different people experienced different results. I never determined what was causing the problem. I wish I had better news ... Malcolm Quote Link to comment Share on other sites More sharing options...
ArtcoInc Posted January 14, 2020 Share Posted January 14, 2020 @Smoky Barnable Back in 2016, @burt made a 'Fuzzy Search' module in his 28 days bundle. It might help. One other thought is to integrate the Google search function into your shop. I have seen that used before. HTH Malcolm Smoky Barnable 1 Quote Link to comment Share on other sites More sharing options...
Dan Cole Posted January 14, 2020 Share Posted January 14, 2020 1 hour ago, puggybelle said: Hi Dan - I installed this very cool contribution yesterday on my test site and I am experiencing the same as you mentioned above. What should I be looking for to troubleshoot the issue? What did it turn out to be in your case? I'm using the latest version of the contrib with 2.3.4.1 CE and lots of other mods to boot. Just don't know where to begin looking for suspects. Thanks for your time! I think I gave up on this one...faced the same issues and fate as Malcolm did. My advice...move along...it will be a time sink and not likely end well. Dan Quote Need help? See this thread and provide the information requested. Is your version of osC up to date? You'll find the latest osC community version (CE Phoenix) here. Link to comment Share on other sites More sharing options...
Guest Posted January 14, 2020 Share Posted January 14, 2020 @ArtcoInc and @Dan Cole It's a shame...this issue of not working on the initial pageload. Once I click around my site, it works perfectly on any and all pages. But, if buyers are going to see 'no matches' on their first try...assuming they're going straight for the search box when they enter the website...that's a killer. Out the door they'll go. It looks so nice and clean, too...I really wish I could use this! Damn! Guess I'll just keep checking the forum from time to time to see if anyone comes up with a remedy...you never know! Thanks, guys! - Andrea Quote Link to comment Share on other sites More sharing options...
Guest Posted February 3, 2020 Share Posted February 3, 2020 13 hours ago, ce7 said: Then tried to replace catalog/ext/ with V1.7, it works. Can you clarify what that means? There are a lot of folders/files under that filepath you referenced. You began with version 1.8.....yes? - Andrea Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.