Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Summary

Give the customer the ability to hide or show only certain sections of the landing page dynamically.

Default Landing page:

On the default landing page, there are number of sections displayed such as

  • Highlights

  • Rates & Information

  • Plans

  • Hotel Details

  • Itinerary

  • Other travel related sections

Softrip has introduced a method for the users to be able to show or hide certain sections of the product landing pages.

This will be helpful for customers that would like the ability to only show certain sections of the landing page so that they can link to the landing page from their own website and not show redundant information to the users that was already on the previous page.

In order to handle this, Softrip will give the ability to pass in multiple parameters to allow the client to show only the information that they want to on the landing page.

https://demo.softrip.com/PRODUCT/14-D-AMAZINGTHAILAND?

URL Extensions

URL extensions are listed as follows. The extensions to the URL below will be followed with “=true” or “=False” to display or hide the section on the page. Ex: https://clientURL.com/PRODUCT/9DAYITALYTOUR?shopformonly=true

  • Shopformonly

  • Highlights

  • Itinerary

  • Rates

  • Plans

  • HotelDetails

Additional Notes

  • Parameters will default to true, meaning you must specify false to hide sections you won’t want to see

    • A parameter of true will not be required to show a section

  • If no parameters are passed in, the full page will display as it currently does within the system.

  • Product Name will always display no matter which parameters are passed in.

Shopformonly

Note: If you have a product with multiple departure dates, this may cause an issue with selecting the departure dates. This is more suited towards single departures only.

If you wish to control section by section on what section to display, please follow these URL extensions or a combination of them.

Highlights

Rates

Below are other sets of examples that can be applied or combined with True and False values as follows:

Plans

Itinerary

Hoteldetails

Additional Notes

  • Parameters will default to true, meaning you must specify false to hide sections you won’t want to see

    • A parameter of true will not be required to show a section

  • If no parameters are passed in, the full page will display as it currently does within the system.

  • Product Name will always display no matter which parameters are passed in.

Example Requests:

https://demo.softrip.com/PRODUCT/14-D-AMAZINGTHAILAND?shopformonly=true
Will only display the shop form as below:

https://demo.softrip.com/PRODUCT/14-D-AMAZINGTHAILAND?Rates=true&Highlights=true&Itinerary=false
Will display only the Highlights, rates & information and hide the itinerary

  • No labels