Relative Content

Tag Archive for javascriptreactjsroutesreact-hooksreact-bootstrap

Updated total price when buy button is clicked in react.js

I have created a multi-page web application with products avaliable to purchase – as specificed is the task brief. However my Buy button doesn’t work as it doesn’t store the price of the product to be able to store and add to a total when clicked. also I am trying to create a priceTotal function to take in the prices of the products clicked but it doesn’t execute the function I think missing some code? my idea was use props to pass the values through Products.js to calculate the total but I dont think that’s the right approach. Help!!! 🙁