manifest / integrations / tmsm-resawebintegration
TMSM Resaweb Integration
Resaweb Shortcodes for prices
by Nicolas Mollet · github.com/thermesmarins/tmsm-resawebintegration · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/thermesmarins/tmsm-resawebintegration/archive/refs/heads/master.zipDeclares an update source (https://github.com/thermesmarins/tmsm-resawebintegration), so updates arrive through the plugin's own updater.
Readme
TMSM Resaweb Integration
Features
- Uses Prices API
- Shortcode for loading prices:
- [resaweb_load]
- Attributes:
- package_id
- trip_id
- hotel_id
- nights
- Example 1: [resaweb_load package_id="1"] - Load all prices for package_id = 1
- Example 2: [resaweb_load hotel_id="GHT" package_id="1"] - Load price for package_id=1 in hotel_id=GHT
- Shortcode for displaying a price:
- [resaweb_price]
- Attributes:
- package_id (integer value, of the package ID)
- hotel_id (text value, codename of the place accommodation or treatments center)
- nights (integer value, number of nights)
- from (when =1, adds prefix "From" to the price)
- instead (when =1, adds suffix "instead of" when there is a discount)
- fallback (when =1, shows "Check availability" when there is no price)
- suffix (text value, added as a suffix after the price)
- Example 1: [resaweb_price hotel_id="GHT" package_id="1" nights="6"]
- Example 2: [resaweb_price hotel_id="BEST" package_id="1" nights="6"] for best price with accommodation
- Example 3: [resaweb_price hotel_id="BEST" package_id="1"] for best price with accommodation indifferent of duration
- Example 4: [resaweb_price hotel_id="BEST" package_id="1" from="1"] displays "From XXX€"
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.1.1 | Nov 23, 2021 |
| 1.1.0 | Nov 23, 2021 |
| 1.0.9 | Nov 23, 2021 |
| 1.0.8 | Dec 5, 2019 |
| 1.0.7 | Oct 22, 2018 |
| 1.0.6 | Oct 22, 2018 |
| 1.0.5 | Aug 31, 2018 |
| 1.0.3 | Aug 2, 2018 |
| 1.0.4 | Aug 2, 2018 |
| 1.0.2 | Aug 1, 2018 |
| 1.0.1 | Dec 14, 2017 |
| 1.0.0 | May 15, 2017 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.