apostrophe throws error in shipping address. Is there a way around this?
Thanks
Vers 1.70?
if yes, try to change
<?php
// Get some default values
require_once('config.php');
?>
with
<?php
// Get some default values
require_once(WB_PATH.'/modules/bakery/config.php');
?>
in this files
modify_item.php
modify_general_settings.php
save_item.php
save_form.php
view_item.php
view_cart.php
Thanks jacobi22,
Yes it's V1.70 I have changed in all files but still getting the same error.
Quote from: N1kko on September 06, 2014, 11:06:08 PM
Thanks jacobi22,
Yes it's V1.70 I have changed in all files but still getting the same error.
these are the bakery special chars (defined in modules/bakery/config.php)
ÁÀÂÃÄÅáàâãäåÆæÇçČčÐðÉÈÊËéèêëÍÌÎÏíìîïÑñÓÒÔÕÖØóòôõöøŒœÞþÚÙÛÜúùûüŠšßÝŸýÿŽž°Feel free to add more chars there in utf8
if your "problem char" a part of this, try to deactivate
Filter Email addresses in mailto links: or
Filter Email addresses in text: in Admin Tools -> Frontend Output Filter