Ulti Clocks content

A Joomla 1.5 (Native) module for live (AJAX) searches of Virtuemart 1.1.0 product names

sand A Joomla 1.5 (Native) module for live (AJAX) searches of Virtuemart 1.1.0 product names. The product search module can search just for product names or product names, descriptions and category names.
search, product, virtuemart, result, names, results, live, template, page, box, language, version, displayed, mod, returned, code, browse, installation, module, element, normal, php, css, site, text, add, select, descriptions, changed, urls, categories, option, folder, url, download, root, install, end, included, leave

Home Joomla - VirtueMart VirtueMart Live Product

Mer

11

Mar

A Joomla 1.5 (Native) module for live (AJAX) searches of Virtuemart 1.1.0 product names
  • Joomla 1.5
  • mod_virtuemart_live_product
16.06.2009
A new version released today with all bugs in IE fixed.
If you have an old version please download mod_virtuemart_live_product_1.1.2.j15.v0.6.zip and replace the previous one. (uninstall/re-install)
Added an option added in the backend to input the folder for url-redirect if your installation is not in the root.
The language string for no results has to be changed as well. See below.
VirtueMart Live Product Search
A simple module for live VirtueMart product searches.
This is based on the excellent mod_pixsearch live search module designed by Henrik Hussfelt

You can try it here - Demo ... and download it here - Download

How it works -

  • The string that is typed in the search box is sent as a search request to the normal VirtueMart search page.
  • The returned result has the product names and product page urls extracted and displayed under the search box.
  • If there is only one result a message is displayed and the browser is re-directed to the product page.
  • If there is no result this is displayed in the results box.
  • You can select via the back-end whether you want to search only for "Product Names" or "Product Names, Descriptions, SKU and Categories".
  • A minimum of 3 letters is needed, if you want one or two letter minimum this can be changed in the code but a hack is also needed in the VirtueMart core file classes/ps_main.php around the line 1260.

    Joomla 1.5 VirtueMart Live Product Search logo
    if( $strlen > 2 ) { 
    change to
    if( $strlen > 0 ) { 
    for 1 letter etc....


Installation -


  • Install in the normal way via Extensions-->Install/Uninstall.
  • Enable the module in the desired position.
  • To detect the "no result" condition you need to add a class to the "no result" text in all the relevant VirtueMart language files.
    Open administrator/components/com_virtuemart/languages/common/your_language.php and on ~ line 57 add these span tags to the translation text like so...

    'PHPSHOP_NO_SEARCH_RESULT' => 
    'Your search returned 0 results.
    '


    Do this for each installed language.
  • English, German, Czech, Hungarian, Dutch & French language files are included.
    Any other translations you make please include in a comment below, it's only 6 lines Laughing

Configuration -


  • A text can be included before and after the search box.
  • If your installation is not in the root you can input the sub-folder with a trailing slash.
  • "VM Searchpage URL" refers to the VirtueMart Extended search url
    (normally " index.php?option=com_virtuemart&page=shop.browse&Search=Search")
  • The default CSS is at
    "your-site/modules/mod_vm_live_product/css/vm_live_product_default.css".
  • The absolute positioned results div can be adjusted by margins in the parameters.
  • Choose whether you want to search by "Product Names" or "Product Names, Descriptions, SKU and Categories".
  • You must select the correct VirtueMart Browse Template for the extraction to be able to find the resulting product names and urls.
    You can see which template your using at
    Components-->Virtuemart--> and then Administration-->Configuration-->Site-->Category Template.
    It doesn't function with 'Managed'or 'browse_lite_pdf'.
    If you have modified the selected Template enter "other" and fill in the element in the field below.


Fine tuning if a non-standard VirtueMart Browse template is used.

VirtueMart Live Product Search
The module uses Javascript to extract the product names and urls from the returned search results.
If you have changed the standard distributed templates the Javascript needs to know in which elements it has to look for this information.
To do this you need to look at the source code of a returned search result and find which element is unique to the product name.

Example


Do a normal VirtueMart search in your shop for a search phrase that will return more than one result.
Then display the source code of the results page and find the first product title.
In this example it is contained within a h3 tag. So that is the element we would insert in the "Other Template Element" field.
Code extract
<td><div class="browseProductContainer"> <div class="jamod module"><div><div><div> <h3 style="border-bottom: none;padding:10px 10px 0px 10px;text-align:center;min-height:30px"> <a style="font-size: 13px; font-weight: normal;text-decoration:none;" href="/Piatnik-Deutschland/Spiele-fur-Familien-Freundeskreis/ab-4-Jahren/Activity-Kinder.html?keyword=kinder"><b>Activity Kinder</b></a> </h3> <p style="height:53px"> <span class="productPrice"> EUR 18,89 inkl. 19 % MwSt. </span>
etc etc .....

Updates

Paypal Donation

If you use this module on your site please donate a small amount.
Any donation amount appreciated.

Version 0.4
Better handling of no result - now the "no result" message is displayed in the results box

Version 0.5
Now able to select via the back-end whether you want to search only for "Product Names" or "Product Names, Descriptions and Categories".

Version 0.6
All bugs in Internet Explorer fixed.
Option to add non-root installation folder.

If you have any comments, suggestions or need any help please leave a comment below.
If you use it on a commercial site (if it's Virtuemart I guess it's got to be commercial Wink ) please leave a small donation.
Thanks.


Add this page to your favorite Social Bookmarking websites
Digg! Reddit! Del.icio.us! Mixx! Free and Open Source Software News Google! Live! Facebook! Slashdot! Technorati! StumbleUpon! Spurl! Newsvine! Furl! Fark! Yahoo! Netvouz! Mister-Wong! RawSugar! Ma.gnolia! Squidoo! DZone! Swik!
LAST_UPDATED2
 

Add your comment

BoldItalicUnderlineStrikethroughSubscriptSuperscriptEmailImageHyperlinkOrdered listUnordered listQuoteCodeHyperlink to the Article by its id
Very HappySmileWinkSadSurprisedShockedConfusedCoolLaughingMadRazzEmbarrassedCrying or Very SadEvil or Very MadTwisted EvilRolling EyesExclamationQuestionIdeaArrowNeutralMr. GreenGeekUber Geek
Your name:
  The word for verification.
Lowercase letters only with no spaces.

The word for verification.<br/>Lowercase letters only with no spaces.
Word verification:

Titre:
Comment:
Comments (68)
great
68 Jeudi, 26 Janvier 2012 03:18
Jass Huston
You have written something really great! Thanks!cheap accutane
Thanks for the VM Search Mod
67 Vendredi, 04 Novembre 2011 22:10
Kerry
This is exactly what I have been looking for. Sorry for all of those who downloaded but didn't think to donate to your work,,, I won't be one of them. This is an excellent mod that adds value to a site.

Thanks!!!
@Abracadabreizh
66 Dimanche, 27 Mars 2011 17:12
GJC Admin
People like you amaze me...

You download FREE software that has a long and proven history, i.e. that WORKS but then because of some sort of conflict on YOUR COMMERCIAL site you would like me to spend MY time helping you fix it for free..

ha ha.. when you start giving away your products for free I will start giving you my time for free..
The Answer
65 Samedi, 26 Mars 2011 12:33
Thorpalnut
Very surprised with this answer, i just ask for help or tips and the answer is " PAY FIRST " Mad Mad Mad THE ANSWER: As you can see if you try it on both browsers here... http://www.gjcwebdesign.com/virtuemart-live-product-search.html it works perfectly... as it does on 100's of other sites.. Therefore the problem must be your site.. We charge €20 an hour in 1 hour blocks for our services.. If you require us then the Paypal address is
Don't work everytime
64 Vendredi, 25 Mars 2011 15:20
Abracadabreizh
Seems to be a great module and exactly what i am looking for but it doesn't work in all pages particulary in product details with firfox. With IE doesn't work at all. I also send you a mail by contact.
Can you help me
@Justin
63 Mercredi, 02 Mars 2011 15:30
GJC Admin
Hi Justin.
It's not a case of fixing, it's doing exactly as it's designed to...
If you give send me an email from my contact page I will see if I can send you a version where this behaviour is switch-able..

Cheers
Auto Redirect
62 Mercredi, 02 Mars 2011 14:50
Justin
Hi,

I am also having the problem with the redirect, otherwise I love the module. It is automatically jumping to the search results page before I hit enter or click submit.

My website is: www.supplementcave.com

I currently have the module on the left hand side of the page in the bottom location (for testing). If we can get it fices, I will move it to the top and make a donation to your site.

Thanks!
@Kostas Gavrinas
61 Mardi, 04 Janvier 2011 15:15
gjc admin
Hi Kostas,

If you contact us by the contact page with full details we can have a look..
Search doesn't work all the times - redirection to home page
60 Mardi, 04 Janvier 2011 09:17
Kostas Gavrinas
I installed (correctly I guess…) the module at a joomla / virtuemart site I have, but I have the following problem:
When I try to use the search, I type 3 or more characters inside the search box, the "loadingcircle.gif" is rotating and finds the results if any (small detail: when I click inside the search box the "Search... 3 letters min" disappears and I start typing).
After a while (I haven’t find out when – it seems randomly) the search stops to work. The "Search... 3 letters min" does not disappear when I click inside the box (so I have to delete it and afterwards to write what I want), the "loadingcircle.gif" does not appear, and after pressing the Enter (keyboard button) or click the search button my site's home page is displayed.

If I go at the Module Manager (joomla backend), disable the mod_vm_live_product and enable the mod_virtuemart_search, and then enable the mod_vm_live_product and disable the mod_virtuemart_search, sometimes it works (until it stops again)

The same behavior is both at Internet Explorer 8 and Mozilla Firefox 3.6.2.
Especially at IE I get the following error:
======================================================
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)
Timestamp: Tue, 4 Jan 2011 08:22:21 UTC

Message: Object doesn't support this property or method
Line: 110
Char: 2
Code: 0
URI: http://my-site.com/modules/mod_vm_live_product/js/vmliveproduct.js

Message: Object doesn't support this property or method
Line: 59
Char: 102
Code: 0
URI: http:// my-site.com/media/system/js/mootools.js
======================================================

Here is my system information (if it helps):

======================================================
System information:
PHP Built on: Linux host.justnameserver.net 2.6.18-194.26.1.el5PAE #1 SMP Tue Nov 9 13:34:42 EST 2010 i686
Database Version: 5.0.91-community
Database Collation: utf8_general_ci
PHP Version: 5.2.9
Web Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Web Server to PHP interface: cgi
Joomla! Version: Joomla! 1.5.22 Stable [ senu takaa ama woi ] 04-November-2010 18:00 GMT
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.2) Gecko/20100316 YFF35 Firefox/3.6.2 ( .NET CLR 3.5.30729; .NET4.0E)

VirtueMart 1.1.6

======================================================
Search with at least 2 characters
59 Mardi, 04 Janvier 2011 09:14
Kostas Gavrinas
I want to search for at least two characters. So I changed the (administrator/components/com_virtuemart/classes/ps_main.php around the line 1260):

if( $strlen > 2 ) {

to

if( $strlen > 1 ) {

and around line 120 of modules/mod_vm_live_product/js/vmliveproduct.js I did the following

tl=tt.length
/* if(tl
Search with at least 2 characters
58 Mardi, 04 Janvier 2011 09:10
Kostas Gavrinas
I want to search for at least two characters. So I changed the (administrator/components/com_virtuemart/classes/ps_main.php around the line 1260):

if( $strlen > 2 ) {

to

if( $strlen > 1 ) {

and around line 120 of modules/mod_vm_live_product/js/vmliveproduct.js I did the following

tl=tt.length
/* if(tl
problem with results
57 Mardi, 21 Septembre 2010 16:33
Marksss
Have you received my email?

Thank you.
re: re:problem with results
56 Lundi, 20 Septembre 2010 15:33
Marksss
Sorry, but my site is local in my pc..
The list of products below the search field, is generated if there are 2 or more products with same name?
@Marksss
55 Lundi, 20 Septembre 2010 15:19
@Admin
no domain, no url etc etc
How am I supposed to help you?
re:problem with results
54 Lundi, 20 Septembre 2010 13:59
Marksss
Thank you for reply, I try to unistall e re-install,but I have the same problem. All configuration are default. It's ok?
It works with windows? I haved try with Joomla 1.5.8 and 1.5.20.
Thank you very much
translation front end italian
53 Samedi, 18 Septembre 2010 16:32
kess
RESULTSVMLP =Risultati
CLOSEVMLP =Chiudi
SEARCHVMLP =Cerca... 3 lettere min
ONERESULTVMLP =Un risultato trovato
REDIRECTVMLP =Reindirizzamento ora!
LETTERVMLP =Minimo 3 Lettere
NORESULTVMLP =Nessun risultato trovato!
@Marksss
52 Jeudi, 16 Septembre 2010 07:12
admin (GJC)
Don't know how many times I have to repeat this but here goes..

If you want help contact me via the contact page with full details...

If you try it with the default VM template you will find it works.
Read the instructions above or ask me for help properly...
problem with results
51 Mercredi, 15 Septembre 2010 22:04
Marksss
Hi, when I look for a word with more results, they don't appear below the box of research,but appear the page with results automatically! What it can be?Are there any mistakes?
Thank you for you help.

Marksss
@Thomas
50 Vendredi, 03 Septembre 2010 15:34
First Name Last Name
Don't know how many times I have to repeat this but here goes..

If you want help contact me via the contact page with full details...
Auo redirection
49 Vendredi, 03 Septembre 2010 15:20
Thomas
I've got the same problem as Piista. Is there any idea to solve this problem? Joomla 1.5.20 & VM 1.1.15. Earlier I used the Virtuemart Ajax Live Search Joomla, but it conflicts with lightbox plugin. Greetings.
@Bettinz
48 Mardi, 17 Août 2010 09:05
(GJC Admin)
If you want help contact me via the contact page with full details...
Help with search "other template element"
47 Mardi, 17 Août 2010 08:15
Bettinz
Hi, i'm trying using your module, but i'm not english, and i can't learn how use the other template component.
My search is template, create this element:

what i need to write into the module configuration?
Thanks Wink










@Piista
46 Mercredi, 26 Mai 2010 07:21
admin (GJC)
A web address might help, mind reading is not my thing...
If you want help contact me via the contact page with full details...
Automatic redirection
45 Mardi, 25 Mai 2010 21:14
Piista
Hi, your module is great. However in FF 3.6.3 and IE7 in my case I have only cca 1-2 seconds when it start to search but almost then it will automatically redirect to search result page (no matter if none results, one result or multiple result). For a half of a second it will show the ajax window, but anyway the redirection is ongoing.
Joomla 1.5.17 + VirtueMart 1.1.4
BTW. If this will be resolved you'll have some small donationWink. It will be definitely worth of it...
@Komanche
44 Mercredi, 19 Mai 2010 14:48
(GJC Admin)
Hi, quite happy to troubleshoot your install.
Contact me by the contact form or Skype

Cheers
redirecting also when only one result
43 Mercredi, 19 Mai 2010 13:22
Komanche
what is wrong please? It is redirecting me to all results also when more than one result is found... website http://www.go-offroad.cz/eshop (I wall make donation of course, but after the solution of this issue Wink). Thank you for grat mod.
search ony by product name
42 Lundi, 12 Avril 2010 10:57
Kuhada
Please help, I set modul to search only product name, but modul filtering and give results and from product description (not only from product name)
Any sugestion?
Thanks Rolling Eyes
search ony by product name
41 Lundi, 12 Avril 2010 10:53
Kuhada
Please help, I set modul to search only product name, but modul filtering and give results and from product description (not only from product name)
Any sugestion?
Thanks Rolling Eyes
Results
40 Lundi, 12 Avril 2010 03:20
Evandromar
Hello, nice module, but I need help!
When the search is returning more than 1 result, the data are not displayed ... what should I do?
add seach box in menu item
39 Samedi, 13 Mars 2010 20:29
Sulistiyo
hi,

I've already downloaded ur module and it's great.
I want to place it at the top, just like your website. Can you explained me how to do that? or maybe a link that discuss about that.

thank you.
@Patrick
38 Samedi, 30 Janvier 2010 13:34
First Name Last Name
If you email me through the site contact page I will have a look.

GJC (Admin)
No records found for other languages
37 Samedi, 30 Janvier 2010 12:31
Patrick
Hi,

The module works fine for my default language 'dutch' but not for other countries.

For example:
I have a category "Omslagen" which is translated by Joomfish to "Enveloppes" in French. When I have choosen the French language for my site and type 'enve' in the search module it does'nt find any records. When I type 'omsl' in the dutch site it returns all the products.

I am using Joomla 1.5.14, Virtuemart 1.1.3, Joomfish 2.0 and the latest version of VM_LIVE_PRODUCT_SEARCH.

Can somebody help me please?
@maryonee
36 Lundi, 19 Octobre 2009 15:33
GJC (admin)
Would require some hacking of the module and core files.
If you want you can mail me via the Contact page.
addtional search features
35 Lundi, 19 Octobre 2009 15:29
maryonee
I am very satisfied about Live Product Search, but I have made some new producttypes and parameters in VM which I also want to use in the searchmodule. Is there some way to add more search options?
@chris j
34 Jeudi, 15 Octobre 2009 18:28
GJC (admin)
Why doesn't it return the same result?
Try it here on the site, the results are identical with AJAX or "Enter"
Email me via the contact page with details....
search or return gives different results page
33 Jeudi, 15 Octobre 2009 13:14
chris j
Hi
This is a great module but if a user enters a keyword and then return/enter or the search button before the results are displayed it displays returns results by reverting to the 'standard' search...
Is there anyway to change this so that the button or return gives the same result??
If I can do this I am happy to donate becuase it's a great module... but without this ability my client does not want to use it as he wants 'consitent' results. Thanks
any ideas?
Some Problems
32 Mardi, 06 Octobre 2009 22:45
JT
I have installed the search module and it works but the results are displayd below 2 existing banners on my home page. Is it possible to make the results appear on a clean page??
Some problems
31 Mardi, 18 Août 2009 21:28
Andrey
Hello!

I yesterday set your module of living search for Joomla.For me Joomla of version is set 1.5.14 and Virtuemart of version 1.1.3.

A situation consists in the following:

When I enter in the field of search for example "Nokia" that Your module finds automatically, that in my catalogue there is a commodity, which is named as "Nokia" and shows that one product is found, although commodities with the name of "Nokia" at least about 5.

How to do so, that when I enter a searching word and search finds accordance, for example two products, represented so, that is found two products, but in any way not one, but if it is found five, represented, that is found five. The question is now not about searching results, but about inscription in a pop-up window, which does not change and if that is found, it always shows that one product is found.


It is necessary to notice that when a page appears already with the results of search, there all is represented right, and all found commodities are present.

The second problem consists in that when I edit the CSS file and propose necessary me position of the module of search, both all is represented right, but as soon as I produce the first search or the module of search is displaced a bit upwards and to the right. But after a subsequent search, position does not change.

If you are not heavy, prompt me that is responsible for CSS of searching line and button of search, when man-hunted information. How to set position of the module in the static mode, I understood, bringing in small changes in CSS file and equalizing the line of search and button of search in one row.

If necessary, I can deport you the proper pravlenye by me files. With kind regards, Andrey! Smile
Translate
30 Mardi, 21 Juillet 2009 13:44
@Kevin
This is from VM, you have to install the VM translations
Translate
29 Mardi, 21 Juillet 2009 10:00
kevin
hi
but I have a problem with translating. when I click on advance search, there is a new page with English text (
Advanced Search according to Parameters
You can further refine your search by adding...) how can I translate this?? any help
searchbox length
28 Mardi, 30 Juin 2009 10:47
@ravi
in the css, line 12
about editing of live search box length
27 Mardi, 30 Juin 2009 10:23
ravi
hi everybody nice module.....!
here in this module i want to change the length of the search box.
how can i change it .
which file i need to modify...
please help me...........urgent Smile
@ Ca1ypso
26 Mardi, 16 Juin 2009 15:33
GJC (admin)
All I can say in 99% of the cases if you follow the instructions above it will work.

Sorry, but after nearly 1,500 downloads and 1 donation if you would like further help then the donation button is above. Wink

Cheers
AJAX search results problem
25 Mardi, 16 Juin 2009 13:58
Ca1ypso
Hi! I updated this morning to the latest version of VM Live search hoping this would rule out my javascript problem on IE and "live" search results in general (even if there are results, the box always show a "no result, redirection" messsage, then redirects to the correct page/browse page). But it did not! I heard this could be a css problem? Do you have any idea?? Thank you for your help
redirect problem solved
24 Jeudi, 11 Juin 2009 17:54
riesurya
This module have a nice feature, and I do have same experience with the redirecting problem.

When I type (min 3 chars), it redirecting to base root ( in this case I'm using xampp as localserver).

with the clue from Mukesh, I do some modification:

1. go to modules/mod_vm_live_product/js/vmliveproducts.js

2. in line 58 found:
var requrl = "/index.php?keyword1="+$('vmlp_search_str').value+"&Search=Search&Itemid=1&option=com_virtuemart&page=shop.browse&search_limiter="+(_searchBy);

and change into

var requrl = "index.php?keyword1="+$('vmlp_search_str').value+"&Search=Search&Itemid=1&option=com_virtuemart&page=shop.browse&search_limiter="+(_searchBy);

and the redirecting is perfectly ( not going to base root anymore) Very Happy

Thanks for nice module (I just started learn with Virtuemart)
Problems in IE
23 Mercredi, 10 Juin 2009 19:17
GJC (admin)
Yes amazingly after nearly 1500 downloads I've had 3 reports in the last week that it is throwing errors in IE, none before!

There is a problem and I'm nearly finished a new version that will be error free.

Just having a lot of problems detecting the "no result" in IE, as soon as that is solved I will release it.
Is it conflict with IE??
22 Mardi, 09 Juin 2009 15:37
Kevin Cheong
Thanks for the developer for this great work.

I encounter a problem when i use IE8 to search, it show nothing or no result at all...

the error message like this:
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.21022; .NET CLR 3.0.30618; .NET CLR 3.5.30729)
Timestamp: Tue, 9 Jun 2009 15:13:56 UTC


Message: Unknown runtime error
Line: 38
Char: 1402
Code: 0
URI: http://lifegoldmine.com/media/system/js/mootools.js


Message: Unknown runtime error
Line: 38
Char: 1402
Code: 0
URI: http://mysite.com/media/system/js/mootools.js

Can anyone figure it out what is the happen? is it mootool conflict with this?
search result redirect problem
21 Mardi, 02 Juin 2009 11:21
mukesh
After entering the keywords in the search box , it used redirect to its parent folder e.g. my current page is http://localhost/joomla/index.php which used to redirect to http://localhost/index.php?...

This is simple workaround

steps 1 :- go to the module directory in my case it was C:\wamp\www\joomla\modules\mod_vm_live_product\js

step 2:- you will find a js file vmliveproduct.js ,now go to the line where it says
var requrl = "/index.php?keyword1="+$('vmlp_search_str').value+"&Search=Search&Itemid=1&option=com_virtuemart&page=shop.browse&search_limiter="+(_searchBy);

now here simply change the url to
var requrl = "/joomla/index.php?keyword1="+$('vmlp_search_str').value+"&Search=Search&Itemid=1&option=com_virtuemart&page=shop.browse&search_limiter="+(_searchBy);

you will see that i have added joomla to the path thats becoz this is my root folder .. so simple you just have add your root folder name

Thats it .

Please note that this is only for those who is having the redirect problem ...

Have a nice day

All goes well when you work well
Flemming
20 Dimanche, 31 Mai 2009 13:58
GJC (admin)
Hi,
Can we move this conversation to email as this isn't an ideal way to talk.. Wink
Please mail me via the contact page so I can help you..
Danish
19 Dimanche, 31 Mai 2009 10:48
Flemming
Oh! I think I have found the issue now! It seems like the search go too my www.mydomain.dk instead of www.mydomain.dk/subfolder

How can I manage that?
Danish
18 Dimanche, 31 Mai 2009 10:14
Flemming
Thanks again! Of course I´ll pu up a rewiew. I also wants to put in a donation as soon as i get it to work properly.

I only have 1 issue right now.

1. When you punch in words nothing happens. No redirections or anything. But when you punch enter it all work as it should.
Try it out on www.helseform.dk/butik

Thanks again
Danish translation
17 Dimanche, 31 Mai 2009 08:55
GJC (admin)
Hi Flemming,
just copy one of the supplied language files, e.g. en-GB.mod_vm_live_product.ini (utf - without BOM), translate it into Danish and rename it dk-DK.mod_vm_live_product.ini.
Then ftp it to your language/dk-DK folder.
Please leave a review on Joomla extensions as payback.. Mr. Green
Text inside search field
16 Samedi, 30 Mai 2009 22:56
Flemming
HI! This module is just what I was looking for. I like it. It works well in danish language but i need to translate "search ... 3 letters min" into danish. But i dont know where to find the text & change it. Is it possible for you to help me with this?

Thanks very much!
loveand wisdom
15 Mercredi, 06 Mai 2009 08:54
GJC (admin)
@avi,
That's the least of your worries, the search doesn't work....

Re the whitespace..
My div is surrounded by 5 other divs all with styling before you get to mine

mod-default
module default
module-2
module-3
module-4 deepest
form name pp_search
vmlpsearch

For why it doesn't work my first guess would be a javascript conflict.

There is a lot in your page, try disabling some until it starts to work...
CSS problem
14 Mercredi, 06 Mai 2009 01:09
Avi
Hi,

For some reason I'm getting to much white space under the module :

http://www.loveandwisdom.net/shop.html

Any ideas?

Thanks
Some error
13 Samedi, 02 Mai 2009 06:18
GJC Admin
@Joel,
My module is not at this address... Question
Not working for some reason
12 Vendredi, 01 Mai 2009 21:08
Joel
Hello! installed module and placed it where I need it to go, however, it is messing up and giving some error. Can you take a look please? my url is http://174.136.3.211/~admin/ . Thanks!!
No suits!
11 Dimanche, 26 Avril 2009 07:57
GJC
@Andrew,
Hi, can you give me the url of your site so I can have a look.....
Also have you got the latest version?
0.5?
GJC
help with getting it to work please friends
10 Dimanche, 26 Avril 2009 05:53
XDoKToR
Hi,
love the search mod. but...
have installed the mod. & edited lang. file but when I type eg 'suit' i get no result and get automatically bumped back to the home page(and yes there are suits in the VM! lol)
standard VM search works fine however...

I'm using VM 1.1.3 & J! 1.5.10

any thought oh great ones?
cheers
Andrew
Search by SKU
9 Jeudi, 09 Avril 2009 19:47
GJC
@Ted,
The good news is it does already if in the module parameters you've chosen the name, category and description option although I hadn't documented that.(Will now)
If you try in the VM Live Search above H02 you'll get the hammer (SKU is H02 in this case Mr. Green).
Are you the same Ted that emailed me? I assume you got it working Question
Works Nice!
8 Jeudi, 09 Avril 2009 17:28
Ted
Very nice module, works well. Will you be adding search by SKU at any point?
Live Search for Joomla 1.0.15 version
7 Mardi, 07 Avril 2009 07:52
GJC
Hi Shawn,
There's already an AJAX search for 1.0.15 version out there, not as good as mine of course Mr. Green
Here's the link AJAX search for 1.0.15
Any Joomla 1.0.15 version
6 Mardi, 07 Avril 2009 03:41
Shawn
Desperately need an update. Any chance you'll complete a 1.0.15 version?
Translation
5 Vendredi, 27 Mars 2009 09:02
GJC
Thanks Plieka, could you post this as well on the VirtueMart forum?
Cheers
translation position
4 Jeudi, 26 Mars 2009 20:05
Plieka
The language file Dutch.php under
administrator/components/virtuemart/languages/shop needs to be update for the next section

'PHPSHOP_SEARCH_TEXT1' => 'De eerste drop-down lijst geeft u de mogelijkheid om een categorie te selecteren waarin u wilt zoeken.
Met de tweede drop-down lijst kunt u aangeven in welke productinformatie u wilt zoeken (bv. Naam).
Wanneer u een keuze genaakt
needs to be changed into gemaakt
Translation
3 Jeudi, 26 Mars 2009 11:57
GJC
@Plieka
Thanks for the comment.
If you've got the time a review to the Joomla Ext site would be nice Smile.
VirtueMart Live Product Search Review
Also I can't find the translation you refer to?
Great tool
2 Jeudi, 26 Mars 2009 10:05
Plieka
Thanks this mod work like a charm.

Only thing was the translation of the Extended search was wrong

genaakt should be gemaakt

thnks
Works well
1 Jeudi, 12 Mars 2009 19:49
ITguy
Worked "out of the box"..
Thanks Smile

Our Recommended Reading

For those interested in extending their knowledge of Joomla! & VirtueMart, Packt Publishing has an excellent range of help & how to books.
Listed below are some I can recommend.
Simply click on the images to be taken directly to their web shop.


Joomla! Social Networking with JomSocial
Joomla! Social Networking
with JomSocial

by Kwasi Boateng & Beatrice A. Boateng.
Joomla! 1.5 Multimedia
Joomla! 1.5 Multimedia
by Allan Walker.


Building job sites with Joomla!
Building job sites with Joomla!
by Santonu Kumar Dhar.

Joomla! Template Design: Create your own professional-quality templates with this fast, friendly guide
Joomla! Template Design: 2nd Edition
Create your own professional-quality
templates with this fast, friendly guide
by Tessa Blakeley Silver.
Magento: Beginner's Guide
Magento: Beginner's Guide by William Rice
is a must for anyone trying the
open-source e-Commerce solution.

Read the review

object-oriented-javascript-applications-libraries
Object-Oriented JavaScript by
Stoyan Stefanov gives you a very
comprehensive grounding in
the latest Javascript techniques.

Read the review
Joomla! Web Security
Joomla! Web Security
by Tom Canavan.

Joomla 1.5 Top Extensions Cookbook
Joomla 1.5 Top Extensions Cookbook by
Suhreed Sarkar is an ideal and concise round up of the extensions available for the Joomla! system.

Read the review

Showcase

  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow
  • An Image Slideshow

Paypal Donation

If you use this module on your site please donate a small amount.
Any donation amount appreciated.

VM Live Product Search

Latest Joomla & VirtueMart Tips

See all tips & examples

VirtueMart A-Z Module

Use the letters C or S as there's not many products in the test shop!
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9

Letter D will return one result i.e. the product page.

Alexshop.de

News image

Private club based shopping site. 3 languages with full shop including "Back-end", order control, newsletter subscriptions and member invitations. Fully integrated "community" setup to include membership, newsletters, logins and...

Readmore

Midrangeint.com

News image

Midrangeint.com Multi-page site with Content Management System for an International IT Consulting company. Achieves top ranking search results for IBM Software Integration terms. e.g. Google results for "IBM system i"...

Readmore

Vandegaar.be

News image

Multimedia site for a Belgian stairways, doors and floors workshop. 4 languages with extensive photo galleries, flash animation and Quicktime 3D embedded views.

Readmore

Paypal Donation

Paypal Donation

If you use this module on your site please donate a small amount.
Any donation amount appreciated.



A Joomla 1.5 (Native) module for live (AJAX) searches of Virtuemart 1.1.0 product names



A Joomla 1.5 (Native) module for live (AJAX) searches of Virtuemart 1.1.0 product names. The product search module can search just for product names or product names, descriptions and category names.


search, product, virtuemart, result, names, results, live, template, page, box, language, version, displayed, mod, returned, code, browse, installation, module, element, normal, php, css, site, text, add, select, descriptions, changed, urls, categories, option, folder, url, download, root, install, end, included, leave