Solved. &$var refers to the variable reference rather than a variable value.
Solved. &$var refers to the variable reference rather than a variable value.
It's working perfectly for me, BTW however in my iPhone is not showing up, will that had to be with the specific jQuery in use? I have other jQuery applications in place and working such as a product slideshow, and is working but so far I tried to use it and it didn't any suggested tweaks?
Is this mod compatible with zen cart 1.5.0?
Yes, I have 1.5.0 and I just installed this module today. Very nice
Nice mod!
installed on shop running 1.5.0 today!
just one question, i have a bilingual shop but instant search results appear in both languages anyway to avoid it?
Thanks
Hey gang,
Can I get a bit of help so the results also adds the model number to the right of the product name?
thanks in advance
Jeff Michaels,
pres of Musical Creations Ltd.
From very briefly looking at the searches.php, I'm guessing the following two tiny updates would do that:
line 49and line 70Code:$sqlProduct = "SELECT " . TABLE_PRODUCTS_DESCRIPTION . ".products_name, " . TABLE_PRODUCTS_DESCRIPTION . ".products_id, " . TABLE_PRODUCTS . ".products_status, " . TABLE_PRODUCTS . ".products_modelCode:$prodResult = strip_tags($dbProducts->fields['products_name'] . ' [' . $dbProducts->fields['products_model'] . ']');
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.