- This topic has 1 reply, 2 voices, and was last updated 11 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › eStore – Delete "Remove Item" Button & "Item Limit Exceeded" Text
WP eStore v6.9.9.3 / WordPress v3.6.1
Can be seen – [http://www.overflowglobal.com/checkout/]
Using Fancy Cart 2 and trying to delete the “Remove” button. I am not interested in replacing the button but removing the option all together. I have attempted playing around with the various php files but keep breaking it.
I would also like to remove the large red “Item limit exceeded! You cannot purchase any more copies of that item” from the cart page.
Thanks
Grab the following plugin for adding custom CSS:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following CSS code in there which will hide the remove button from fancy2 cart:
.eStore_cart_fancy_2_remove{
display: none;
}
The item limit exceeded message comes when you have enabled that feature. Disable that option if you don’t want to use it. Edit the product in question and remove the limit from the “Quantity Limit Per Customer” field.