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

follow these links. can idea custom function.

add custom fee woocommerce cart

add surcharge cart


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -