How to customize Xstore’s Cart page?
I’d like to add some Field in Cart page. So users in cart page can select a date range and the page can refer to the day-count in the date range and recalculate its order price.
And it is specific, I want to implement this function in “Cart Page” instead of “Checkout-Page”, so order can have a correct price before user checkout.
How would you suggest me to do this? I searched some plugin, I don’t find one can match my need. So I think I need to go with custom PHP coding.
Is there some php hook in Xstore? And is there a way to create my cart.php page to extend existing cart.php properly? Thanks!