Mini Teapot Pendant
925‰ sterling silver mini teapot pendant available with yellow, rose, white and ruthenium/black gold electroplating.
Choose one ofour necklaces.
Pendant size: height about 1.5 cm; width about 1.8 cm
All Mumati jewelry is entirely researched, designed and made in our artisanal workshop in Italy where the oldest manufacturing techniques are blended with the most contemporary ones.
€ 95,00
}
/* FIX: numero di pagine nella pagina shop */
add_filter( 'woocommerce_pagination_args', 'rocket_woo_pagination' );
function rocket_woo_pagination( $args ) {
$args['mid_size'] = 0; //NUMERO DI PAGINE INTERMEDIE
$args['end_size'] = 1; //INSERIRE LA PAGINA FINALE
return $args;
}
add_filter('woocommerce_single_product_image_thumbnail_html','wc_remove_link_on_thumbnails' );
function wc_remove_link_on_thumbnails( $html ) {
return strip_tags( $html,'
![]()
' );
}
add_action('wp_head', 'wpb_hook_javascript');
function wpb_hook_javascript() {
?>