Hi.
How can i remove the column, in the cart, with the “Excluding flights” text?
I will not sell flights, so i don´t need it.
Thanks
Hi.
How can i remove the column, in the cart, with the “Excluding flights” text?
I will not sell flights, so i don´t need it.
Thanks
Hello,
Please follow the steps below to remove flight option from cart:
Copy the file from entrada/woocommerce/cart/cart.php to entrada-child/woocommerce/cart/cart.php
And around line 50, Search for:
<?php _e( 'Excluding Flights', 'entrada' ); ?>
and remove it, or preferably, change the text ‘Excluding Flight’ to something like ‘Itemized Price’ or something of your preference.
Thank you
This has not answered my question, How do i include the add flight checkbox on all mine plus updating the fee and currency
Thank you
Hello @debeulah
You will need to create products as variable ones as shown in this post: Entrada Tours - Attributes & Variations
This will give you the option to add specific dates and prices, and to include flights.
Thanks