Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter stoopk

    (@stoopk)

    nothing 🙁

    it happens when css file is missing..

    add a css line to your templates like this..

    .shopping-cart-wrapper .remove_button {
    	background:url(wpsc-images/delete.png) no-repeat scroll 0 4px transparent;
    	width:14px;
    	text-indent:-9999px;
    	border:none;
    	outline:none;
    	*line-height:1;
    	cursor:pointer;
    }

    otherwise you can go into wpsc-cart_widget.php and look for this input tag:
    <input class="remove_button" type="submit" />

    change it to

    <input class="remove_button" type="submit" value="Remove" />

    Thread Starter stoopk

    (@stoopk)

    thanks that’s great – did have to change the url of the image to http://&#8230;. not sure why. and then changed the image too 😛

    thanks for your time Paul Sweeney (Y)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘cart widget showing submit button instead of reset??’ is closed to new replies.