I have two " on different lines appearing below the data on my shopping cart.
http://spinbaby.com.au/shop/index.ph...=shopping_cart
I have run a debug, checked the shopping_cart.php and I can't find where they are..
This is what my admin says,
Searching 1020 files ... for: "
/home/spinbaby/public_html/shop/includes/functions/functions_email.php
Line #130 : while (strstr($email_text, '"')) $email_text = str_replace('"', '"', $email_text);
/home/spinbaby/public_html/shop/includes/functions/functions_general.php
Line #76 : return zen_parse_input_field_data($string, array('"' => '"'));
Line #1221 : $string=str_replace('"', "\"", $string);
/home/spinbaby/public_html/shop/includes/functions/html_output.php
Line #504 : $field .= '>' . zen_output_string($values[$i]['text'], array('"' => '"', '\'' => ''', '<' => '<', '>' => '>')) . '</option>' . "\n";
/home/spinbaby/public_html/shop/zc_admin/attributes_controller.php
Line #609 : $products_options_values_name = str_replace('"', '\"', $products_options_values_name);
/home/spinbaby/public_html/shop/zc_admin/includes/functions/general.php
Line #41 : return zen_parse_input_field_data($string, array('"' => '"'));
/home/spinbaby/public_html/shop/zc_admin/includes/functions/html_output.php
Line #328 : $field .= '>' . zen_output_string($values[$i]['text'], array('"' => '"', '\'' => ''', '<' => '<', '>' => '>')) . '</option>' . "\n";
/home/spinbaby/public_html/shop/zc_admin/includes/languages/english.php
Line #481 : define('TEXT_NEW_PRODUCT', 'Product in Category: "%s"');
Which one should I edit???
Thanks,
Amanda



