Hi,
I love this theme!
I need to take out the coupon option on the cart page in Propulsion with Woocommerce. Can someone point me to the code I need to edit out or else?
Thanks
Hi,
I love this theme!
I need to take out the coupon option on the cart page in Propulsion with Woocommerce. Can someone point me to the code I need to edit out or else?
Thanks
I also need to move the check out button lower on the page under the total. It makes no sense when it is now. But I cannot locate where the code for that is at.
Can anybody help me on this please?
Hey,
you can hide the coupon field with:
td.actions .coupon {
display:none;
}
I'm not sure how to move the button though. It's part of the woocommerce plugin code and not a theme layout. Maybe you can use hooks/actions or you can try to modify the template in plugins\woocommerce\templates
Ok, Thanks for your help! I'll give it a try...
You must log in to post.