WebsiteBaker Support (2.8.x) > Bakery Shop
Apostrophe error in address
(1/1)
N1kko:
apostrophe throws error in shipping address. Is there a way around this?
Thanks
jacobi22:
Vers 1.70?
if yes, try to change
--- Code: ---<?php
// Get some default values
require_once('config.php');
?>
--- End code ---
with
--- Code: ---<?php
// Get some default values
require_once(WB_PATH.'/modules/bakery/config.php');
?>
--- End code ---
in this files
modify_item.php
modify_general_sett ings.php
save_item.php
save_form.php
view_item.php
view_cart.php
N1kko:
Thanks jacobi22,
Yes it's V1.70 I have changed in all files but still getting the same error.
jacobi22:
--- 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.
--- End quote ---
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
Navigation
[0] Message Index
Go to full version