Skip to content
shop
about dsp
faq
contact us
shop
about dsp
faq
contact us
$
30.00
1
Cart
“Second Structure (detached)” has been added to your cart.
Continue shopping
Remove item
Thumbnail image
Product
Price
Quantity
Subtotal
×
Second Structure (detached)
$
30.00
Second Structure (detached) quantity
$
30.00
Update Cart
Cart Totals
Subtotal
$
30.00
Total
$
30.00
Proceed to Checkout
add_filter( ‘woocommerce_cart_item_quantity’, ‘wc_cart_item_quantity’, 10, 3 ); function wc_cart_item_quantity( $product_quantity, $cart_item_key, $cart_item ){ if( is_cart() ){ $product_quantity = sprintf( ‘%2$s
’, $cart_item_key, $cart_item[‘quantity’] ); } return $product_quantity; }