Multi-value checkbox field not working
-
I’m creating a website on a local environment. I have a non-required checkbox input that has 5 options and can have max 5 options selected. I’m able to check all 5 on the product page and the options table shows the correct price, but when I go to the cart and checkout I only see one of those options selected and the price reflects only that one option.
Product Page: Base price is $22. The 5 additions are $4, $4, $4, $4, and $1.50. So when I check all five, the options total is correctly displayed as $39.50
Cart Page and Checkout Page: The only addition that displays is the first one, so the total pre-tax price only shows as $26. For some reason, the only 4 additions aren’t showing.
I already tried deactivating all my other plugins; that didn’t fix the issue, unfortunately. WordPress and all my plugins are on the latest version. My other PPOM fields on other products work just fine; however, all of those are either select inputs or checkbox inputs that can only have 1 checked value.
- You must be logged in to reply to this topic.