News:

Looking for documentation? Take a look on our wiki

Main Menu

Special Charachters on VirtueMart 2.6.6 do not work.

Started by datalab, January 27, 2015, 20:34:49 PM

Previous topic - Next topic

datalab

Hi i have installed VirtueMart 2.6.6 and i have products inside that the description has special charachters, for example 26" wheel. When i search with the word 26" i get no results back. how can i fix this? (Joomla 2.5.28)

GJC Web Design

Quotei have installed VirtueMart 2.6.6

2.6.14 is the latest
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

datalab

I know that this is the latest but i have no reason to upgrade if the latest does not support this function either! So, Any help?

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

datalab

I created the backup installation in other directory under new database and updated to V 2.6.14 and YES the issue remains!

GJC Web Design

so - progress.. you can now report this as a confirmed bug in the latest release of VM2.6.xx

it is the problem of " being replaced with the html entity 34... I remember fixing this on a site somewhere  but can't find ..

from memory it is because the " are urlencoded with the post (as they should be.. )

think you need to do something like $this->keyword = str_replace("&34","\"\",$this->keyword);
once it gets to the search routine in model/products.php but pretty sure more than that needed
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation