Changeset 2609674
- Timestamp:
- 10/05/2021 03:07:35 PM (4 years ago)
- Location:
- expan-pro
- Files:
-
- 13 added
- 2 edited
-
tags/1.3 (added)
-
tags/1.3/arrow_left.svg (added)
-
tags/1.3/arrow_right.svg (added)
-
tags/1.3/index.php (added)
-
tags/1.3/languages (added)
-
tags/1.3/languages/expanpro-es_ES.mo (added)
-
tags/1.3/languages/expanpro-es_ES.po (added)
-
tags/1.3/languages/expanpro.pot (added)
-
tags/1.3/owl (added)
-
tags/1.3/owl/owl.carousel.min.css (added)
-
tags/1.3/owl/owl.carousel.min.js (added)
-
tags/1.3/readme.txt (added)
-
tags/1.3/style.css (added)
-
trunk/index.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
expan-pro/trunk/index.php
r2598119 r2609674 4 4 * Plugin URI: https://www.expan.cl 5 5 * Description: This plugin is designed to use the Expan Pro service associated with your user account created by Expan Tours. 6 * Version: 1. 36 * Version: 1.4 7 7 * Author: Expan Team 8 8 * Text Domain: expanpro … … 62 62 items: 3, 63 63 nav: true, 64 dots: false 64 dots: false, 65 slideBy: 3 65 66 }, 66 67 968: { 67 68 items: 4, 68 69 nav: true, 69 dots: false 70 dots: false, 71 slideBy: 4 70 72 } 71 73 } … … 143 145 <?php if($d['offer_price']):?> 144 146 <?php echo $d['offer_price']; ?> 145 < span class="text-subtitle2" style="text-decoration: line-through"><?php echo $d['currency_type'];?> <?php echo $d['normal_price']; ?></span>147 <?php if($d['normal_price'] > $d['offer_price']):?><span class="text-subtitle2" style="text-decoration: line-through"><?php echo $d['currency_type'];?> <?php echo $d['normal_price']; ?></span><?php endif;?> 146 148 <?php else:?> 147 149 <?php echo $d['normal_price']; ?> -
expan-pro/trunk/readme.txt
r2598119 r2609674 75 75 == Changelog == 76 76 77 = 1.4 = 78 * Offers prices fixed. 79 * Carrousel modified. 80 77 81 = 1.3 = 78 82 * Bug showing prices.
Note: See TracChangeset
for help on using the changeset viewer.