Plugin Directory

Changeset 3177229


Ignore:
Timestamp:
10/28/2024 02:47:57 PM (17 months ago)
Author:
gothamdev
Message:

Fix minor bug

Location:
gothamazon/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gothamazon/trunk/gotham_spotlight_asin.php

    r3177194 r3177229  
    497497                    $logoduprime .= "<span class='elfreeshppingspotlight'>Livraison Gratuite</span>";
    498498                }
    499                
    500                 $output .= $gestiondeprime;
    501                    
     499                                   
    502500            }
    503501               
     
    710708            }
    711709   
    712             $output .= $gestiondeprime;
    713710            $output.="<span class='storeitemcta $cuzhprice_css'><span class='eyecandy'><span>(+) d'infos</span>";
    714711           
  • gothamazon/trunk/gotham_spotlight_keyword.php

    r3177194 r3177229  
    783783                    $logoduprime .= "<span class='elfreeshppingspotlight'>Livraison Gratuite</span>";
    784784                }
    785                
    786                 $output .= $gestiondeprime;
    787785                   
    788786            }
  • gothamazon/trunk/gothamzone.php

    r3177194 r3177229  
    44 * Plugin URI:        https://gothamazon.com
    55 * Description:       Parse Amazon Product Advertising API Feed in 30 seconds
    6  * Version:           3.2.9
     6 * Version:           3.3.0
    77 * Requires PHP:      7.4
    88 * Author:            Kapsule Network
     
    7777    $amazontrackingcode = get_option('gothamazon_ama_track');
    7878    $amazontrackingcode_ghost = $amazontrackingcode; // Ancrage pour gérer le multi user
     79   
    7980    $gothamazon_option_amaprime = get_option('gothamazon_option_amaprime');
     81    if ($gothamazon_option_amaprime == "") {$gothamazon_option_amaprime = "oui";}
    8082   
    8183    $cachingtime = get_option('gothamazon_option_cachingtime');
     
    20772079                        <option value="boulanger" <?php selected( $gtz_tokyo4_3bay, 'boulanger' ); ?>>Boulanger</option>
    20782080                        <option value="cdiscount" <?php selected( $gtz_tokyo4_3bay, 'cdiscount' ); ?>>Cdiscount</option>
    2079                         <option value="cdiscount" <?php selected( $gtz_tokyo4_3bay, 'certideal' ); ?>>Certideal</option>
     2081                        <option value="certideal" <?php selected( $gtz_tokyo4_3bay, 'certideal' ); ?>>Certideal</option>
    20802082                        <option value="ebay" <?php selected( $gtz_tokyo4_3bay, 'ebay' ); ?>>eBay</option>
    20812083                        <option value="fnacbook" <?php selected( $gtz_tokyo4_3bay, 'fnacbook' ); ?>>Fnac (Livres)</option>
  • gothamazon/trunk/readme.txt

    r3177194 r3177229  
    44Tags: amazon affiliate, affiliate, affiliation, amazon, ecommerce, amazon product api
    55
    6 Stable tag: 3.2.9
     6Stable tag: 3.3.0
    77
    88Tested up to: 6.7
     
    179179
    180180== Changelog ==
     181= 3.3.0 =
     182
     183- Fix Minor Bug
    181184
    182185= 3.2.9 =
Note: See TracChangeset for help on using the changeset viewer.