• Hi,

    In price line I need to have words ‘per person’

    I believe it is in tour-operator/templates/content-tour.php

    How do I include ‘per person’ words in this code ?

    <?php lsx_to_price( ‘<p class=”lsx-to-meta-data lsx-to-meta-data-big lsx-to-meta-data-price”><span class=”lsx-to-meta-data-key”>’ . esc_html__( ‘From price’, ‘tour-operator’ ) . ‘:</span> ‘, ‘</p>’ ); ?>

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ash Shaw

    (@feedmymedia)

    Hello, apologies for the delay, the LightSpeed team are on the end of year break for festive season. Please give us until the new year to respond. Thank you.

    Plugin Author Ash Shaw

    (@feedmymedia)

    Hi @tubella

    Our apologies for the late reply. The easiest way would be to copy the tour-operator/templates/content-tour.php into the root of your theme / child theme. e.g your_child_theme/content-tour.php and then you can just edit the line of code as follows.
    <?php lsx_to_price( ‘<p class=”lsx-to-meta-data lsx-to-meta-data-big lsx-to-meta-data-price”><span class=”lsx-to-meta-data-key”>’ . esc_html__( ‘From price’, ‘tour-operator’ ) . ‘:</span> ‘, ‘ per person</p>’ ); ?>

    This is assuming you are using a child theme. If you are not, it is best to create one, as thats where most of the customizations will go if you add more.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Per person next to price’ is closed to new replies.