Contact
Account
Afrekenen
Home
Woonaccessoires
Decoratie
Woonkamer
Tuin
Kaarsen & Verlichting
Geur & Verzorging
Sieraden & Accessoires
Servies & Keukengerei
Kleine Cadeautjes
Baby
Merken
All the Luck in the World
Blond Amsterdam
Dijk Naturel Collections
Hippie Monkey
House of Products
Juno kaarsen
Label-R
Leeff
Madam Stoltz
RICE
Rustik Lys
Sale
Tiny Stories
Thema’s
Moederdag
Vaderdag
Avondvierdaagse
Pasen
Sinterklaas
Kerst
Meesters & Juffen
Valentijnsdag
Huwelijk & Jubileum
Geboorte
Nieuw Huis
Geslaagd
Verjaardag
Koningsdag
Overlijden
Sale
Handgemaakte kerstkaart – Kind en moeder met cadeautjes
Mooie kerstkaart getekend door een van onze medewerkers.
€
1,50
5 op voorraad
Handgemaakte kerstkaart - Kind en moeder met cadeautjes aantal
Toevoegen aan winkelwagen
Gerelateerde producten
Unieke Haarknipjes
€
6,95
Onderzetter – Nieuw toren van Kampen
€
1,50
Mini kaartje – Groetjes Sint & Piet
€
0,50
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 ); add_action( 'woocommerce_after_single_product_summary', 'custom_cross_sells_on_product_page', 20 ); function custom_cross_sells_on_product_page() { global $product; $cross_sells = $product->get_cross_sell_ids(); if ( ! empty( $cross_sells ) ) { $args = array( 'post_type' => 'product', 'ignore_sticky_posts' => 1, 'no_found_rows' => 1, 'posts_per_page' => 4, 'post__in' => $cross_sells, 'orderby' => 'post__in' ); $products = new WP_Query( $args ); if ( $products->have_posts() ) { echo '
'; echo '
Ook interessant voor jou
'; woocommerce_product_loop_start(); while ( $products->have_posts() ) { $products->the_post(); wc_get_template_part( 'content', 'product' ); } woocommerce_product_loop_end(); echo '
'; } wp_reset_postdata(); } }