wordpress - Woocommerce Cart functionality based on case and normal price -
i have product
$price = $10.27; $case price = $80.09 $case quantity = 12 have make working if user add 12 bottles cart price $80.09 if add 1 more bottle in cart 12+1 price changes $80.09 $133.51 want if there 13 bottles in cart value should $80.09+$10.27 = $90.36;
can suggest on this.
thanks
Comments
Post a Comment