| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Dynamic Product Search (ajax) | ||||
![]() |
|
|
Thread Tools |
#1
|
|||||||
|
|||||||
![]() Hello,
I've just installed this mod and it's not working at all. ![]()
__________________
X-Cart Gold v. 4.1.9 |
|||||||
#2
|
|||||||
|
|||||||
![]() Well first we need to know what mod you are talking about...where you got it, what it is called. Next, you should be contacting the vendor where you purchased it for assistance.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||
|
|||||||
![]() Sorry I thought that I posted a link.
http://www.xcartmods.co.uk/x-cart-ajax-dynamic-product-search/ Its a free mod and I wouldnt think they offer support for free products. I installed it and it as it said and it didn't work.
__________________
X-Cart Gold v. 4.1.9 |
|||||||
#4
|
|||||||||
|
|||||||||
![]() did you make sure that you renamed...
dsearch[v4.1.x].tpl to dsearch.tpl and have not used dsearch[v4.0.x].tpl by accident? Do you get any JS errors?
__________________
Doms kube v4.1.9 |
|||||||||
#5
|
|||||||
|
|||||||
![]() Hello,
No it's not providing me with any errors. I still have the dsearch[v4.0.x].tpl file. I have it inside: skin1/dsearch 4 files are there. dsearch[v4.0.x].tpl dsearch.tpl ajax.js dsearch.css dsearch.js I have dsearch.php inside skin1 as well as root dir. I also ran: cleanup.php
__________________
X-Cart Gold v. 4.1.9 |
|||||||
#6
|
|||||||
|
|||||||
![]() My head.tpl:
Quote:
home.tpl Quote:
I added 'a little before' to show you whats in the code. Everything is in place where it needs to go but it just don't want to work.. any advice/help?
__________________
X-Cart Gold v. 4.1.9 |
|||||||
#7
|
|||||||
|
|||||||
![]() You're using the fashion mosaic template, so the template layout will be slightly different.
__________________
xcartmods.co.uk |
|||||||
#8
|
|||||||
|
|||||||
![]() So because I use it means I cannot use this mod? Does anyone have a solution?
__________________
X-Cart Gold v. 4.1.9 |
|||||||
#9
|
|||||||
|
|||||||
![]() This mod will work with XC 4.1.8 with the Fashion Mosaic skin.
Follow in the mod installation file, with the following changes: STEP 1) SKIP THIS STEP STEP 2) EDIT /dsearch.php. REMOVE LINES 2 - 5 // SET MYSQL INFORMATION $conn = mysql_connect("LOCALHOST","USERNAME","PASSWORD"); // CONNECT TO MYSQL DATABASE mysql_select_db("DATABASE",$conn); ADD: require "./auth.php"; STEP 3) Upload all files, then rename dsearch[v4.0.x].tpl or dsearch[v4.1.x].tpl to dsearch.tpl, according to your version. STEP 4) Add this code to /skin1/customer/home.tpl before </head> <link rel="stylesheet" href="{$SkinDir}/dsearch/dsearch.css"> <script type="text/javascript" src="{$SkinDir}/dsearch/ajax.js"></script> <script type="text/javascript" src="{$SkinDir}/dsearch/dsearch.js"></script> STEP 5) SKIP THIS STEP STEP 6) SORRY HERE"S THE HACK Copy dsearch.tpl to "skin1/customer" directory Back-up skin1/customer/search.tpl (cp search.tpl search.tpl.old) Copy dsearch.tpl to search.tpl (cp dsearch.tpl search.tpl) NOTE ==== To reduce the load on your server, in skin1/dsearch/dsearch.js.... Modify... var minimumLettersBeforeLookup = 2; // Number of letters entered before a lookup is performed. DONE.. ALERT: AN MS IE Security message will pop-up. Answer yes or no, it doesn't matter. The search will work. Once I find the cause of the pop-up, I'll post the fix.
__________________
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::: X-Cart Pro 4.1.8 (Linux) (4.1.10 upgrade pending) |
|||||||
#10
|
|||||||
|
|||||||
![]() *** UPDATED STEP 2 ***
This mod will work with XC 4.1.8 with the Fashion Mosaic skin. Follow in the mod installation file, with the following changes: STEP 1) SKIP THIS STEP STEP 2) EDIT /dsearch.php. REMOVE LINES 2 - 5 // SET MYSQL INFORMATION $conn = mysql_connect("LOCALHOST","USERNAME","PASSWORD"); // CONNECT TO MYSQL DATABASE mysql_select_db("DATABASE",$conn); ADD: require "./auth.php"; FIND THIS FOLLOWING LINE. (The search list will not display products with 0 available. If you are not using inventory tracking or want to display products no in stock in the search list make this change. Otherwise, skip this step.) $res = mysql_query("select productid,product from xcart_products where forsale='Y' AND avail>0 AND product like '".$letters."%'") or die(mysql_error()); REPLACE WITH THIS UPDATED LINE $res = mysql_query("select productid,product from xcart_products where forsale='Y' AND avail>=0 AND product like '".$letters."%'") or die(mysql_error()); STEP 3) Upload all files, then rename dsearch[v4.0.x].tpl or dsearch[v4.1.x].tpl to dsearch.tpl, according to your version. STEP 4) Add this code to /skin1/customer/home.tpl before </head> <link rel="stylesheet" href="{$SkinDir}/dsearch/dsearch.css"> <script type="text/javascript" src="{$SkinDir}/dsearch/ajax.js"></script> <script type="text/javascript" src="{$SkinDir}/dsearch/dsearch.js"></script> STEP 5) SKIP THIS STEP STEP 6) SORRY HERE"S THE HACK Copy dsearch.tpl to "skin1/customer" directory Back-up skin1/customer/search.tpl (cp search.tpl search.tpl.old) Copy dsearch.tpl to search.tpl (cp dsearch.tpl search.tpl) NOTE ==== To reduce the load on your server, in skin1/dsearch/dsearch.js.... Modify... var minimumLettersBeforeLookup = 2; // Number of letters entered before a lookup is performed. DONE.. ALERT: AN MS IE Security message will pop-up. Answer yes or no, it doesn't matter. The search will work. Once I find the cause of the pop-up, I'll post the fix.
__________________
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::: X-Cart Pro 4.1.8 (Linux) (4.1.10 upgrade pending) |
|||||||
![]() |
|
Thread Tools | |
|
|
|
|||
X-Cart forums © 2001-2020
|