'TopventesSixtoys', 'description' => 'Affiche le top ventes de votre site 6toyz'); $this->WP_Widget('TopventesSixtoys', 'Top ventes 6toyz', $widget_ops); } /** * Formulaire du widget : */ function form($instance) { global $wpdb; $instance = wp_parse_args((array) $instance, array('title' => 'Promotions', 'category' => '', 'nb_products' => 8, 'show_image' => true, 'size_image' => 'photo_80x120', 'length_description' => 0, 'show_description' => true, 'show_price' => true)); $title = $instance['title']; $category = $instance['category']; $nb_products = $instance['nb_products']; $size_image = $instance['size_image']; $show_image = $instance['show_image']; $show_description = $instance['show_description']; $length_description = $instance['length_description']; $show_price = $instance['show_price']; ?>
/>
/>
/>
xpath('/products/product'); echo '
description))) > $length) echo substr(trim(strip_tags($product->description)), 0, $length).'...'; else echo trim(strip_tags($product->description)); ?>
price;?>€