News:

Support the VirtueMart project and become a member

Main Menu

Issue on product creation with name with quote

Started by chabi01, October 24, 2020, 12:07:09 PM

Previous topic - Next topic

GJC Web Design

what sort of custom r u using Generic or Multi Variant?

Generic is down at line 322

                     $options[] = array('value' => JRoute::_ ('index.php?option=com_virtuemart&view='.$view.'&virtuemart_category_id=' . $virtuemart_category_id . '&virtuemart_product_id=' . $productChild->virtuemart_product_id,false), 'text' => $productChild->{$customfield->customfield_value}.$priceStr);
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

chabi01

Hi,
Issue solved with a custom component development to run my query on the database : a new entry in the backend menu "fix the product name with quote" to run a query to fix the name directly in the database.
Like this, no need to modify the Virtuemart code in override, just my own fix to get something working correctly.

Thanks for all who give me some help here :)
Xavier