MeganH
Member
Posted 3 months ago #
so i'm trying to add a space to the shopping cart in WP-eCommerce plugin. I have gone into the ccs file wpsc-cart_widget.php and have tried adding in a line using <tr> and then <tr/> at the beginning and end of the coding but am having no luck.
Can anyone help me with this please?
Thanks
Megan
MeganH
Member
Posted 3 months ago #
<td id='cart-widget-links' colspan="5">
" title="<?php _e('Checkout', 'wpsc'); ?>" class="gocheckout"><?php _e('Checkout', 'wpsc'); ?>
<form action="" method="post" class="wpsc_empty_the_cart">
<input type="hidden" name="wpsc_ajax_action" value="empty_cart" />
" class="emptycart" title="<?php _e('Empty Your Cart', 'wpsc'); ?>"><?php _e('', 'wpsc'); ?>
This is the current coding if that helps