Plugin Directory

Changeset 2609674


Ignore:
Timestamp:
10/05/2021 03:07:35 PM (4 years ago)
Author:
expantours
Message:

1.4

  • Offers prices fixed.
  • Carrousel modified.
Location:
expan-pro
Files:
13 added
2 edited

Legend:

Unmodified
Added
Removed
  • expan-pro/trunk/index.php

    r2598119 r2609674  
    44 * Plugin URI: https://www.expan.cl
    55 * Description: This plugin is designed to use the Expan Pro service associated with your user account created by Expan Tours.
    6  * Version: 1.3
     6 * Version: 1.4
    77 * Author: Expan Team
    88 * Text Domain: expanpro
     
    6262                                 items: 3,
    6363                                 nav: true,
    64                                  dots: false
     64                                 dots: false,
     65                                 slideBy: 3
    6566                               },
    6667                               968: {
    6768                                 items: 4,
    6869                                 nav: true,
    69                                  dots: false
     70                                 dots: false,
     71                                 slideBy: 4
    7072                               }
    7173                             }
     
    143145                               <?php if($d['offer_price']):?>
    144146                                 <?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;?>
    146148                               <?php else:?>
    147149                                  <?php echo $d['normal_price']; ?>
  • expan-pro/trunk/readme.txt

    r2598119 r2609674  
    7575== Changelog ==
    7676
     77= 1.4 =
     78* Offers prices fixed.
     79* Carrousel modified.
     80
    7781= 1.3 =
    7882* Bug showing prices.
Note: See TracChangeset for help on using the changeset viewer.