Hi,
How can I display dynamic pricing for each product on the catalogue page? I have a form with a logic to take user input and calculate distance for each visitor. In order to show each product price, I need to multiply product base price X distance for actual product price to be show.
Example:
Unit price in the shop = $5/km
Distance = 20 km
Show price = $100
Visitors cannot go to the catalogue page without distance
Thanks