ilist_pot_product_cart_title

Texte affiché (string) dans le panier et le mini panier, s'il existe, après le texte du produit "Participation".

Filtre disponible uniquement si l'option Cagnotte / Crowdfunding est activée.

Nom du filtre : ilist_pot_product_cart_title
Valeur par défaut (string) : Participation
Priorité : 10

Exemple d'utilisation (hook usage) :

/**
 * Filter add value cart title if product is participation product
 *
 * @param 	$string 	text add to title participation product
 *
 * @return string
 */
function example_add_cart_title_value( $string ) {
   return 'new value';
}
add_filter( 'ilist_pot_product_cart_title', 'example_add_cart_title_value', 10 );

 

Exemple de panier

Recherche

Index