Changeset 3177229
- Timestamp:
- 10/28/2024 02:47:57 PM (17 months ago)
- Location:
- gothamazon/trunk
- Files:
-
- 4 edited
-
gotham_spotlight_asin.php (modified) (2 diffs)
-
gotham_spotlight_keyword.php (modified) (1 diff)
-
gothamzone.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gothamazon/trunk/gotham_spotlight_asin.php
r3177194 r3177229 497 497 $logoduprime .= "<span class='elfreeshppingspotlight'>Livraison Gratuite</span>"; 498 498 } 499 500 $output .= $gestiondeprime; 501 499 502 500 } 503 501 … … 710 708 } 711 709 712 $output .= $gestiondeprime;713 710 $output.="<span class='storeitemcta $cuzhprice_css'><span class='eyecandy'><span>(+) d'infos</span>"; 714 711 -
gothamazon/trunk/gotham_spotlight_keyword.php
r3177194 r3177229 783 783 $logoduprime .= "<span class='elfreeshppingspotlight'>Livraison Gratuite</span>"; 784 784 } 785 786 $output .= $gestiondeprime;787 785 788 786 } -
gothamazon/trunk/gothamzone.php
r3177194 r3177229 4 4 * Plugin URI: https://gothamazon.com 5 5 * Description: Parse Amazon Product Advertising API Feed in 30 seconds 6 * Version: 3. 2.96 * Version: 3.3.0 7 7 * Requires PHP: 7.4 8 8 * Author: Kapsule Network … … 77 77 $amazontrackingcode = get_option('gothamazon_ama_track'); 78 78 $amazontrackingcode_ghost = $amazontrackingcode; // Ancrage pour gérer le multi user 79 79 80 $gothamazon_option_amaprime = get_option('gothamazon_option_amaprime'); 81 if ($gothamazon_option_amaprime == "") {$gothamazon_option_amaprime = "oui";} 80 82 81 83 $cachingtime = get_option('gothamazon_option_cachingtime'); … … 2077 2079 <option value="boulanger" <?php selected( $gtz_tokyo4_3bay, 'boulanger' ); ?>>Boulanger</option> 2078 2080 <option value="cdiscount" <?php selected( $gtz_tokyo4_3bay, 'cdiscount' ); ?>>Cdiscount</option> 2079 <option value="c discount" <?php selected( $gtz_tokyo4_3bay, 'certideal' ); ?>>Certideal</option>2081 <option value="certideal" <?php selected( $gtz_tokyo4_3bay, 'certideal' ); ?>>Certideal</option> 2080 2082 <option value="ebay" <?php selected( $gtz_tokyo4_3bay, 'ebay' ); ?>>eBay</option> 2081 2083 <option value="fnacbook" <?php selected( $gtz_tokyo4_3bay, 'fnacbook' ); ?>>Fnac (Livres)</option> -
gothamazon/trunk/readme.txt
r3177194 r3177229 4 4 Tags: amazon affiliate, affiliate, affiliation, amazon, ecommerce, amazon product api 5 5 6 Stable tag: 3. 2.96 Stable tag: 3.3.0 7 7 8 8 Tested up to: 6.7 … … 179 179 180 180 == Changelog == 181 = 3.3.0 = 182 183 - Fix Minor Bug 181 184 182 185 = 3.2.9 =
Note: See TracChangeset
for help on using the changeset viewer.