- I regularly or occasionally buy vouchers that are now changing to immediate cashback (Coop Group): It’s another way to save: Instead of buying a voucher with a discount applied directly to it, you get your discount in the form of credit in Swipoints*. This cashback can be cumulated and used immediately on all offers that you pay directly on the Swibeco platform.
- I buy from time-to-time vouchers that are now changing to immediate cashback (Coop Group) as well as some others that don’t: For other brands, everything remains unchanged except for: Coop, Microspot, Interdiscount, Coop Vitality, Coop Pronto, Fust, Lumimart, Livique, Import Parfumerie, Jumbo and Christ.
It’s another way to save: Instead of buying a voucher with a discount applied directly to it, you get your discount in the form of credit in Swipoints* after your order. This cashback can be cumulated and used immediately on all offers that you pay directly on the Swibeco platform. - I do not buy vouchers from brands that are now changing to immediate cashback: No changes are applicable to your experience
';
echo 'FAQ';
echo ' | ';
// Récupérer les termes de la taxonomie 'faq-categorie'
$categories = get_the_terms(get_the_ID(), 'faq-categorie');
if ( ! empty( $categories ) && ! is_wp_error( $categories ) ) {
foreach ( $categories as $category ) {
// Générer le lien avec ancre sans ajouter un slash après le slug
$anchor_link = home_url() . '/faq/#' . $category->slug;
echo '' . esc_html( $category->name ) . '';
if ( next( $categories ) ) {
echo ' | ';
}
}
}
echo '';
}
// Appeler la fonction pour afficher le fil d'Ariane sur les pages d'articles
if ( is_single() ) {
custom_faq_breadcrumb();
}
?>


