maxence1502
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Bug with dashboard widgetsHere is : https://hastebin.com/ozafupeduw.yaml
Forum: Plugins
In reply to: [WooCommerce] Bug with dashboard widgetsI set the default theme on WordPress and disabled all my plugins except Woocommerce :
– https://prnt.sc/Vuc53hozc79V
– https://prnt.sc/RS-9H97VVEgI
– https://prnt.sc/jgCHfxdoeslIBut it still doesn’t work : https://prnt.sc/ZGX-Tecgh6ko
I’m using the latest version of Woocommerce.
Forum: Plugins
In reply to: [WooCommerce] Show numbers of reviews on the store pageOk thank you
Forum: Plugins
In reply to: [WooCommerce] Show numbers of reviews on the store pageI put your code on the site, it is indeed on the same line but there is a lot of space between the stars and the number of reviews. It’s not very aesthetic and not centered :/
https://prnt.sc/98_jM-V9Xoz2Forum: Plugins
In reply to: [WooCommerce] Show numbers of reviews on the store pageYes, I replied “I have exactly the same problem.”
Here is a staging site with the code provided by @hegenberg :
https://developpement.the-programmer.com/shop/Forum: Plugins
In reply to: [WooCommerce] Show numbers of reviews on the store pageBut this is my thread ? I don’t understand
Forum: Plugins
In reply to: [WooCommerce] Show numbers of reviews on the store pageI have exactly the same problem.
I removed the code because the site is in production but you can have a look here : https://www.the-programmer.com/shop/Forum: Plugins
In reply to: [WooCommerce] Show numbers of reviews on the store pageThank you, this code works :
$rating_count = $product->get_rating_count(); $review_count = $product->get_review_count(); $average = $product->get_average_rating(); if ( $rating_count >= 0 ) : ?> <?php echo wc_get_rating_html($average, $rating_count); ?> <?php if ( comments_open() ): ?><a href="<?php echo get_permalink() ?>#reviews" class="woocommerce-review-link" rel="nofollow">(<?php printf( _n( '%s',$review_count,'woocommerce' ), '<span class="count">' . esc_html( $review_count ) . '</span>' ); ?>)</a><?php endif ?> <?php endif; ?>
But the (1) is below the stars, how to put that on the same line ?
https://prnt.sc/ys0EicfuPbzFThank you for your reply. Is this something you have planned for an update?
Forum: Plugins
In reply to: [WooCommerce] Send order as giftGiven how long this idea has been around, I don’t think it will see the light of day in the next few months.
Thanks anywayForum: Plugins
In reply to: [WooCommerce] Send order as giftI already have this plugin but that’s only to give an amount of money as a voucher.
That’s not to give a product to someone elseForum: Plugins
In reply to: [WooCommerce] Send order as giftHello,
Not really, this is only for subscriptions. I sell digital products but not subscriptions.Is it possible to use this plugin for a simple product ?
Forum: Plugins
In reply to: [WooCommerce] Send order as giftYes
Forum: Plugins
In reply to: [WooCommerce] Send order as giftHello!
Sorry, I havn’t received the email notification.About the option 1, I sell virtual products, there is no shipping
Yes I have the error when I ticket this box.
Is it possible to update JetPack to make it working with an updated version of WordPress ?