Plugin Directory

Changeset 1561369


Ignore:
Timestamp:
12/24/2016 02:30:53 PM (9 years ago)
Author:
fensoft
Message:

Hide payment mean if disabled in shop

Location:
fenshop/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fenshop/trunk/FenShop.php

    r1556990 r1561369  
    44 * Plugin URI: http://fensoftheberge.com
    55 * Description: Lien vers FenShop - Boutique gaming sur mesure / Link to FenShop - Full customizable gaming shop
    6  * Version: 1.11
     6 * Version: 1.11.1
    77 * Author: fensoft
    88 * Author URI: http://fensoftheberge.com
     
    307307        $lines = "";
    308308        foreach ($fenshop_buyoutlist as $buyout) {
     309          if ($buyout->disabled == "true")
     310            continue;
    309311          $line = $matches[1][$id];
    310312          if (preg_match_all("/[{]FenShop:buy:icon[}]/s", $line, $matches_line))
  • fenshop/trunk/readme.txt

    r1556967 r1561369  
    4545== Changelog ==
    4646
     47= 1.11.1 =
     48Cache le moyen de paiement si désactivé dans le shop
     49Hide payment mean if disabled in shop
     50
    4751= 1.11 =
    4852Meilleur design par défaut pour achat crédit
Note: See TracChangeset for help on using the changeset viewer.