Title: harrydevries's Replies | WordPress.org

---

# harrydevries

  [  ](https://wordpress.org/support/users/harrydevries/)

 *   [Profile](https://wordpress.org/support/users/harrydevries/)
 *   [Topics Started](https://wordpress.org/support/users/harrydevries/topics/)
 *   [Replies Created](https://wordpress.org/support/users/harrydevries/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/harrydevries/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/harrydevries/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/harrydevries/engagements/)
 *   [Favorites](https://wordpress.org/support/users/harrydevries/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 32 total)

1 [2](https://wordpress.org/support/users/harrydevries/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/harrydevries/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/harrydevries/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] orders don’t show up in reports](https://wordpress.org/support/topic/orders-dont-show-up-in-reports/)
 *  Thread Starter [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [4 weeks, 1 day ago](https://wordpress.org/support/topic/orders-dont-show-up-in-reports/#post-18873123)
 * Orders do not show up in the old historical Woocommerce > reports. This is how
   in woocommerce old versions always we checked the order related reports.
 * However in the new: statistics > overview etcetera so under the statistics tab.
   Everything shows fine.
 * So i am using this now and i guess you can put this issue on solved as far as
   i am concerned.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] orders don’t show up in reports](https://wordpress.org/support/topic/orders-dont-show-up-in-reports/)
 *  Thread Starter [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [1 month ago](https://wordpress.org/support/topic/orders-dont-show-up-in-reports/#post-18869881)
 * Thanks!!
 * I have done all the things you mentioned (as a matter of fact i did all these
   steps already a few times before)
   Nothing changed still everything on zero.[https://pastebin.com/dPvJf12n](https://pastebin.com/dPvJf12n)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Weight Based Shipping for WooCommerce] Polylang problem](https://wordpress.org/support/topic/polylang-problem-7/)
 *  Thread Starter [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/polylang-problem-7/#post-18864792)
 * In case somebody else encounters this issue the solution:
 * 1) i deleted all my shipping options i had configured (i only left the shipping
   zones intact) So the shipping zones showed without any shipping options configured.
 * 2) i added all the shipping options for all zones again so i configured all the
   shipping options again.
 * After that i tested and now it works in both languages.
 * So it seems that because i configured the shipping options BEFORE I INSTALLED
   POLYLANG that it was not working with polylang.
 * But when i configured the shipping options once more after installing polylang
   now they are working with polylang.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Weight Based Shipping Table Rate for WooCommerce – Flexible Shipping] multiple shipping options](https://wordpress.org/support/topic/multiple-shipping-options-10/)
 *  Thread Starter [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/multiple-shipping-options-10/#post-18864508)
 * Thanks for this good reply Piotrek.
 * Indeed i have another question: I am using Polylang for a multi language store.
   I used weight based shipping for woocommerce plugin for the shipping and it worked
   perfectly but unfortunately it does not work with polylang as soon as i click
   another language flag and i want to checkout the checkout process breaks because
   of the shipping.
 * Does your plugin work with Polylang? And if yes what do i have to do to make 
   it work well with polylang? i have noticed polylang is a very complicated multilanguage
   plugin that’s being plagued with millions of issues but i kinda like it because
   i don’t like machine translations, i like to be in charge myself of all the translations
   and everything and polylang offers this.
 * So the question: does your shipping plugin work with polylang and if yes how 
   to make this work together?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customer Reviews for WooCommerce] How to display store review form on site](https://wordpress.org/support/topic/how-to-display-store-review-form-on-site/)
 *  Thread Starter [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [1 month, 2 weeks ago](https://wordpress.org/support/topic/how-to-display-store-review-form-on-site/#post-18857048)
 * [https://frisiamunten.nl/reviews/](https://frisiamunten.nl/reviews/)
 * still same generic form not showing the additional questions and subrating questions
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customer Reviews for WooCommerce] shop page reviews add number of review behind stars](https://wordpress.org/support/topic/shop-page-reviews-add-number-of-review-behind-stars/)
 *  Thread Starter [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [1 month, 4 weeks ago](https://wordpress.org/support/topic/shop-page-reviews-add-number-of-review-behind-stars/#post-18843961)
 * i got it by using shortcode [cusrev_reviews_rating] in a function after shop 
   loop item title
 * add_action(‘woocommerce_after_shop_loop_item_title’, ‘display_custom_review_rating’,
   2 );
   function display_custom_review_rating() {echo do_shortcode( ‘[cusrev_reviews_rating
   color_stars=”#FFBC00″ product=”” group=”false”]’ );
 * }
 * in css style hide the generated rating:
 * ul.products li.product .star-rating{display:none!important}
 * maybe somebody else can benefit from it, always willing to share.
    -  This reply was modified 1 month, 4 weeks ago by [harrydevries](https://wordpress.org/support/users/harrydevries/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] quantity selector in sticky cart](https://wordpress.org/support/topic/quantity-selector-in-sticky-cart/)
 *  Thread Starter [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [4 months ago](https://wordpress.org/support/topic/quantity-selector-in-sticky-cart/#post-18771700)
 * add_action( ‘storefront_sticky_single_add_to_cart’ , ‘woocommerce_quantity_input’,
   x );
 * somehow it does not hook anything, i tried multiple functions but it does not
   show any output.
 * Maybe, perhaps i am doing something wrong
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Wishlist] wishlist heart (add to wishlist) not showing on all products in loop](https://wordpress.org/support/topic/wishlist-heart-add-to-wishlist-not-showing-on-all-products-in-loop/)
 *  Thread Starter [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [5 months ago](https://wordpress.org/support/topic/wishlist-heart-add-to-wishlist-not-showing-on-all-products-in-loop/#post-18744670)
 * I solved it for now. I changed to Ti wishlist plugin and it does the job in the
   loop.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] at 769 breakpoint cart icon to stay in header](https://wordpress.org/support/topic/at-769-breakpoint-cart-icon-to-stay-in-header/)
 *  Thread Starter [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [5 months ago](https://wordpress.org/support/topic/at-769-breakpoint-cart-icon-to-stay-in-header/#post-18739019)
 * its still in localhost.
 * No worries i already fixed it
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Wishlist] wishlist heart (add to wishlist) not showing on all products in loop](https://wordpress.org/support/topic/wishlist-heart-add-to-wishlist-not-showing-on-all-products-in-loop/)
 *  Thread Starter [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [5 months, 1 week ago](https://wordpress.org/support/topic/wishlist-heart-add-to-wishlist-not-showing-on-all-products-in-loop/#post-18736595)
 * the problem lies not in the load more products plugin. I disabled this ajax plugin
   and the issue is still the same.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] filter and function to change the texts of the buttons in dropdown cart in heade](https://wordpress.org/support/topic/filter-and-function-to-change-the-texts-of-the-buttons-in-dropdown-cart-in-heade/)
 *  Thread Starter [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [5 months, 2 weeks ago](https://wordpress.org/support/topic/filter-and-function-to-change-the-texts-of-the-buttons-in-dropdown-cart-in-heade/#post-18728141)
 * Thx Shahzeen i already gave the 5 star review
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] filter and function to change the texts of the buttons in dropdown cart in heade](https://wordpress.org/support/topic/filter-and-function-to-change-the-texts-of-the-buttons-in-dropdown-cart-in-heade/)
 *  Thread Starter [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [5 months, 2 weeks ago](https://wordpress.org/support/topic/filter-and-function-to-change-the-texts-of-the-buttons-in-dropdown-cart-in-heade/#post-18728119)
 * i decided to do the ones i cannot change through functions (too lazy now to do
   poedit) with css as follows (perhaps for somebody who also wants to make button
   text for instance shorter for smaller viewports). This in the go to cart (in 
   dutch: “Naar winkelwagen”) button in the mini dropdown cart in header. The text
   as you can see is very long and i wanted to make it a lot shorter.
 * p.buttons a:not(.checkout) {
   color:transparent!important;position:relative;}
 * p.buttons a:not(.checkout)::after {
   content:”Naar mand”;font-family: “Overpass”,
   sans-serif, Roboto;font-optical-sizing: auto;font-weight: 500;letter-spacing:
   0.03em;color:#fff;position:absolute;display:block;top: 50%;left: 45%;transform:
   translate(-50%, -50%);}
    -  This reply was modified 5 months, 2 weeks ago by [harrydevries](https://wordpress.org/support/users/harrydevries/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] change mobile menu breakpoint from 769 to 1069](https://wordpress.org/support/topic/change-mobile-menu-breakpoint-from-769-to-1069/)
 *  Thread Starter [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [5 months, 2 weeks ago](https://wordpress.org/support/topic/change-mobile-menu-breakpoint-from-769-to-1069/#post-18727029)
 * no worries managed to solve it nicely.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] wishlist left to header cart in top](https://wordpress.org/support/topic/wishlist-left-to-header-cart-in-top/)
 *  Thread Starter [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [5 months, 2 weeks ago](https://wordpress.org/support/topic/wishlist-left-to-header-cart-in-top/#post-18724869)
 * it worked a charm thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] New picker select pseudo element](https://wordpress.org/support/topic/new-picker-select-pseudo-element/)
 *  Thread Starter [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/new-picker-select-pseudo-element/#post-18714778)
 * review added

Viewing 15 replies - 1 through 15 (of 32 total)

1 [2](https://wordpress.org/support/users/harrydevries/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/harrydevries/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/harrydevries/replies/page/2/?output_format=md)