[Plugin: WP e-Commerce] br tag in checkout input fields
-
On te checkout page (store/checkout), had the issue of tags showing up (with a lot of extra whitespace) in Input fields (class=’text’) such as First Name, Last Name, City etc.
It seems what the jQuery().html is grabbing for that text is the rendered version. (See line 492 of wp-ecommerce/wpsc-core/js/wp-e-commerce.js)
To resolve for us for now, I changed wp-e-commerce/wpsc-theme/wpsc-shopping_cart_page.php around line 375 by removing the white-space between the
<label>
tags.I suppose this is a suggested patch?
Using PHP5.3.2, WP3.4.1, WP-e-commerce 3.8.8.5
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: WP e-Commerce] br tag in checkout input fields’ is closed to new replies.