Prickly Pear Pendant Medium Corundum
Medium prickly pear pendant in 925‰ sterling silver available with yellow and rose gold electroplating.
Stones: corundum.
Dimensions: width about 5 cm; length about 10 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.
€ 240,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() {
?>