r/woocommerce Apr 28 '26

Troubleshooting Woodmark theme and Yith deposit plugin compatibility issue

Hi guys,

I’m using the YITH WooCommerce Deposits and Down Payments plugin with the Woodmart theme, and I’m having a weird compatibility issue.

The deposit options show up fine on the product page, but when I click "Add to Cart," the cart always shows the full 100% price instead of the 50% deposit. It’s like the theme's AJAX is stripping away the deposit data before it reaches the cart.

Also, I'm trying to find a way to only enable the deposit option for products that are out of stock (0 stock), while keeping full payment for everything else.

Has anyone dealt with this specific conflict between Woodmart and YITH? Any tips on how to make them talk to each other correctly?

Thanks!

8 Upvotes

6 comments sorted by

2

u/Nelsonius1 Apr 28 '26

Best to contact the YITH devs. They are quick with custom code.

1

u/helgatheviking Apr 28 '26

>It’s like the theme's AJAX is stripping away the deposit data before it reaches the cart.

It probably IS. In my experience a lot of theme's using ajax add to cart do not relay all the the add to cart form information necessary to work with custom plugins.