WPIntell

Source evidence

Qty when using Custom Boxes Pluging

XT Floating Cart for WooCommerce · support · 2025-07-29T18:33:00+00:00

questionsentiment
lowseverity
0.35relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 23 rows with source links

17.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
EnvisionDesign resolved
We’re using the Custom Boxes plugin to allow people to Pick n Mix (X products for a reduced price) Is there a way to NOT have the qty selector show for products that are selected via the Custom Box? The page I need help with: [ log in to see the link] Hi @envisiondesign , Thanks for reaching out! If you’re looking to hide the quantity selector for products selected via the Custom Boxes plugin, the easiest solution would be to apply a bit of CSS to hide it visually. You can try adding the following to your Appearance > Customize > Additional CSS: .addon_qty extbtns { display: none;} This should hide the quantity input wherever products are being displayed inside the custom box layout. For a more robust and long-term solution, we recommend reaching out directly to the developer of the Custom Boxes plugin. They may offer a filter, hook, or specific class you can use to target these products more reliably, or even provide a built-in setting to disable quantity selectors within the box. I hope this helps, and please let me know if you have additional questions. Thatnks. I ended up just hiding the – and + .xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-button{ display:none; }

Comments

2 shown
Robert Fortaleza 2025-07-30T07:40:00+00:00

Hi @envisiondesign , Thanks for reaching out! If you’re looking to hide the quantity selector for products selected via the Custom Boxes plugin, the easiest solution would be to apply a bit of CSS to hide it visually. You can try adding the following to your Appearance > Customize > Additional CSS: .addon_qty extbtns { display: none;} This should hide the quantity input wherever products are being displayed inside the custom box layout. For a more robust and long-term solution, we recommend reaching out directly to the developer of the Custom Boxes plugin. They may offer a filter, hook, or specific class you can use to target these products more reliably, or even provide a built-in setting to disable quantity selectors within the box. I hope this helps, and please let me know if you have additional questions.

EnvisionDesign 2025-07-30T13:34:00+00:00

Thatnks. I ended up just hiding the – and + .xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-button{ display:none; }