Checkout fields have BR tags? Ecommerce Plugin

This is a small issue but I have taken great time to rectify this. Follow the below steps
1. Go to “wp-content\plugins\wp-e-commerce\wpsc-theme\ ” directory
2. Open wpsc-shopping_cart_page.php with the text editor
3. find the  <label  ” tag and remove the line breaks in the label tags

    • Guus Dorenbos
    • August 7th, 2011

    Hi,

    I happen to have the same issue on my checkoutpage. I use firebug in my firefox browser and see exactly what you mean. The php file however does not show the <label tag when I open the file in notepad. Any suggestions?

    Guus dorenbos

    http://Www.Guusdorenbos.com

    • Just open Dreamweaver or any other editor just remove the line break in the label tag. That won’t be visible but just remove line space that’s it.

  1. Thanks. That did the job

    • Wade
    • December 19th, 2011

    I tried this and still no go. The tags are still showing and I have hit a dead end. would this be something I could get some help with. After 3 days of searching this one problem, You can imagine I’m pretty over it. Hopefully you can help me?!
    thanks in advance!

    • Just open Dreamweaver or any other editor just remove the line break in the label tag. That won’t be visible but just remove line space that’s it.

  2. THANK YOU VERY MUCH! You save me a lot of time and nerves…

  3. I am having the same problem with the in the checkout form field. I don’t have dreamweaver and don’t know how to use an editor if I had one. I followed your directions above and found the place in the directory. I even found the label tags, but know I took out all the actual empty lines I found and still nothing. I have hours in this. If you could help in any way I would be grateful.

    • shan
    • May 18th, 2012

    Hello;

    I have been trying to find this solution, and I have done exactly what you suggest without any luck. I have entered it like this:

    <td class='’>
    <label for='’>

      • shan
      • May 18th, 2012

      It would seem this is a HTML editor, so I need to enter it a different way for you to see…

      Where you see I will display it like this = (Greater than sign)

      (less than sign) td class=’ (less than sign) ?php echo wpsc_checkout_form_element_id(); ?(Greater than sign)'(Greater than sign)(less than sign) label for='(less than sign)?php echo wpsc_checkout_form_element_id(); ?(Greater than sign)'(Greater than sign)(less than sign) ?php echo wpsc_checkout_form_name();?>(less than sign)/label(Greater than sign)(less than sign) /td(Greater than sign)

      Sorry about that.

      Not sure if this editor accepts the code tags, But I will try this below to see if it shows…

      <td class=''>
      <label for=''>

      Either way, if you can help I would certainly appreciate it..

      Thanks

      • Just open Dreamweaver or any other editor just remove the line break in the label tag. That won’t be visible but just remove line space that’s it. Else send me the total template.

        • shan
        • May 18th, 2012

        shiva050865 :
        Just open Dreamweaver or any other editor just remove the line break in the label tag. That won’t be visible but just remove line space that’s it. Else send me the total template.

        Hi Thats exactly what I did, I completely removed all the line space, However, I will send you the file, I will send both, the one I changed and the original, maybe you will see where I have gone wrong.

        I do appreciate it, I have been at this for over 6 hours. Im about to have a break its driving me nuts! I have been reading EVERYWHERE for a solution, but all are the same as yours, but it wasnt till I read yours that the penny dropped, even though I have done this, still not working.

        Thanks for you help.

    • shan
    • May 19th, 2012

    Hello; Did you manage to look at my email message I sent through via your contact page at all?

  4. did anyone ever get a answer to this, I did the same thing and its still an issue.

    • sjdalf
    • November 14th, 2012

    in wpsc-shopping_cart_page.php, find the relevant instances of the following form and remove the line breaks in the code:


    becomes

    worked for me

  1. February 24th, 2012

Leave a reply to shan Cancel reply