Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jun 2010
    Posts
    7
    Plugin Contributions
    0

    Default " appearing on shopping cart page - help

    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('"' => '&quot;', '\'' => '&#039;', '<' => '&lt;', '>' => '&gt;')) . '</option>' . "\n";



    /home/spinbaby/public_html/shop/zc_admin/attributes_controller.php

    Line #609 : $products_options_values_name = str_replace('&quot;', '\"', $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('"' => '&quot;'));



    /home/spinbaby/public_html/shop/zc_admin/includes/functions/html_output.php

    Line #328 : $field .= '>' . zen_output_string($values[$i]['text'], array('"' => '&quot;', '\'' => '&#039;', '<' => '&lt;', '>' => '&gt;')) . '</option>' . "\n";



    /home/spinbaby/public_html/shop/zc_admin/includes/languages/english.php

    Line #481 : define('TEXT_NEW_PRODUCT', 'Product in Category: &quot;%s&quot;');




    Which one should I edit???

    Thanks,
    Amanda

  2. #2
    Join Date
    Nov 2008
    Posts
    192
    Plugin Contributions
    0

    Default Re: " appearing on shopping cart page - help

    This is just a wild guess, but try looking at the last 2 lines in your shopping cart template file.

    The default would be at -
    includes/templates/template_default/templates/tpl_shopping_cart_default.php

    but if you have your own layout then it'll be at:

    includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default.php

    Check before and after the /DIV tag, see if you see quotes there.

    Ed

  3. #3
    Join Date
    Jun 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: " appearing on shopping cart page - help

    Worth your weight in gold Ed,

    haven't edited that first file - must be the zen-gremlins

    cheers mate
    Amanda

 

 

Similar Threads

  1. How do I remove teh checkout link on the page "your shopping cart contents" page?
    By sunchips in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Sep 2013, 09:24 PM
  2. Replies: 5
    Last Post: 21 Apr 2013, 11:37 PM
  3. Shopping cart Image using "Small Image Height/width" rather than "Shopping Cart h/w"
    By britneycook in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Jun 2012, 12:16 PM
  4. v139h Remove "help" link from the shopping cart page
    By top hatt in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 May 2012, 07:33 PM
  5. How To Remove "New Products for (month)" from Empty Cart / shopping cart page
    By DeeLite in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Dec 2009, 07:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg