I have a custom API where I can ask for delivery options, based on the address and cart products. I send the information and it returns the different options and prices for delivery.
I want to add way for the user to select an option and then add the price to the subtotal, but I don't know where to start. Do you know how to add a price to the subtotal dynamically? PHP or JS if possible
I want to add way for the user to select an option and then add the price to the subtotal, but I don't know where to start. Do you know how to add a price to the subtotal dynamically? PHP or JS if possible