Group discount – need some changes in information display

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22900

    Hi there,

    I purchased the ‘WP travel Pro’ as I thought to use the ‘group discount’ after support team advised me so (on a separte thread – about my requirement of showing different prices based on no. of persons travelling) .

    However, after using the pluggin I am facing some difficulties in the way price information is displayed to the end user.

    Could you please help and advise me on below to slove my issues:

    1. Right now the’view group discount’ tab (which is actually a price summary table) can be only found by client when he clicks on ‘book now’ button. But I want to bring the ‘group discount’ tab / button at the front end of the trip where other informations like – Trip type, Trip duration, Price (from $ XYZ) are shown. So that client can refer to the group discount prices to decide if he wants to make a booking. Can you please advise on this?

    2. ‘Pax From’ & ‘Pax To’ is not applicable in my case as number of persons for each of the groups are fixed. The prices vary for every another adult or child added to the group. For example- price per person for only 1 adult travelling is $1000, price for 2 adults travelling is $700/person , price for 3 adults travelling is $600/ person and so on for a maximum of 8 adults. Exactly same grouping is applicable for children i.e price per child for only 1 child travelling is $400, price for 2 children travelling is $300/person and so on for a maximum of 8 children.
    So, how can I remove these 2 fields of ‘Pax From’ & ‘Pax To’ and show just 1 field (say ‘Group size’) for each of the 16 prices for Adults and Children?

    3. As I mentioned above, I have separate prices i.e 8 prices for adults and 8 prices for children based on the no. of people travelling together. The table which appears on clicking ‘view group discounts’ is very long because it shows 16 rows with 8 rows for adult prices and 8 for children and also goes down to the very end of my page.
    However, for me all the 8 ‘Group Sizes’ (right now it is Pax From / To row ) are same for Adult pricing and Children pricing, can you advise me how can I show the prices of Children in the same row next to Adult’s price for a particulr ‘Group size’ row (right now it is Pax From /To row )? This way it will be more presentable.

    Many thanks!

    #22925
    wensolutions
    Keymaster

    Hello,

    Please find answers regarding your queries pointwise below:

    Query1: Right now the’view group discount’ tab (which is actually a price summary table) can be only found by client when he clicks on ‘book now’ button.

    Response: The feature you have requested regarding displaying ‘group discount’ tab / button’ at the front end of the trip where other informations like – Trip type, Trip duration are shown is not available as group discount is applied for individual trip with multiple dates and prices as you can see in screenshot(http://prntscr.com/qoe9x3). So, for now client have to go through ‘Book Now’ button to refer the group discount prices.

    Regarding deciding if he wants to make a booking, clicking ‘Book Now’ button is not the last step for booking of trip so client can refer group discount price and decide if he wants to make a booking or not as the last step of booking process can be performed through checkout page.

    Query2: So, how can I remove these 2 fields of ‘Pax From’ & ‘Pax To’ and show just 1 field (say ‘Group size’) for each of the 16 prices for Adults and Children?

    Response: The feature you have requested regarding removing ‘Pax From’ and ‘Pax To’ is not available. However, you can use same value for ‘Pax From’ and ‘Pax To’ if you want to set different prices for certain group of adults as shown in screen shot below:

    http://prntscr.com/qoeh9o

    Query3: The table which appears on clicking ‘view group discounts’ is very long because it shows 16 rows with 8 rows for adult prices and 8 for children and also goes down to the very end of my page. how can I show the prices of Children in the same row next to Adult’s price for a particular ‘Group size’

    Response: Regarding “appearing table on clicking ‘view group discounts’ is very long”, if table goes down to the very end of the page, you can use custom CSS to shorten the height of the table and use scrolling option as you can see in screenshot below:

    http://prntscr.com/qof88u

    If you want to try using custom CSS then please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional Css

    .wp-travel-see-group-discount-content{
      overflow-y: scroll;
      height: 200px;
    }

    Regarding showing the prices of Children in the same row next to Adult’s price for a particular ‘Group size’, the feature you have requested is not available.

    If you have any queries further, kindly let us know.

    Thank you.

    #22960

    Hi,

    1. Is there a way to create a button at the front end of the trip and then link it to ‘Group discount table’ ?

    2. It doesn’t seem good if I put same value for Pax From and Pax To, and can create confusion to customers. Not a very good impression to give to my customers. Is there a way around to atleast hide ‘Pax To’ and rename ‘Pax From’ as Group size?

    3. When we click ‘veiw group discount’ the price table opens up right at that location where the ‘veiw group discount’ button is located i.e at the bottom of the page. I mean the top part of the price table starts from the bottom of the page where ‘Book now’ or ‘Veiw group discount’ button is located. This leads to the table going all the way down, and is not looking great.
    Can you please atleast advise me how to make the table open up at the centre or top of the page (and not at the bottom)? This way all the rows in the table will also be visible together without the need to scroll down and the user can easily compare the prices by looking at them at the same place without scrolling down.

    Much appreciated!

    regards,
    Saurabh

    #22963
    wensolutions
    Keymaster

    Hello,

    Please find answers regarding your queries pointwise below.

    Query1: Is there a way to create a button at the front end of the trip and then link it to ‘Group discount table’ ?

    Response: Actually, single trip can have multiple dates and prices for which customer can make their booking as per their requirement and the trip with multiple dates and prices can include multiple group discount prices so the group discount table has been displayed in respective section in which view group discount button is available to view the table. So, multiple group discount table cannot be linked with the button at the front end of the trip.

    Query2: It doesn’t seem good if I put same value for Pax From and Pax To, and can create confusion to customers. Not a very good impression to give to my customers. Is there a way around to atleast hide ‘Pax To’ and rename ‘Pax From’ as Group size?

    Response:The feature you have requested regarding hiding ‘Pax To’ and renaming ‘Pax From’ is not available.

    Query3: Can you please atleast advise me how to make the table open up at the centre or top of the page (and not at the bottom)?

    Response: As for now, the feature to display group discount table at center or top of the page is not available. However, we will add the popup feature to display the group discount table in future.

    If you have any queries further, kindly let us know.

    Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘WP Travel Group Discount’ is closed to new topics and replies.