-
Posted a reply to Download Count is not working with 4.6.4, on the site WordPress.org Forums:
Hi Razvan I am still using the older version 4.5.99, with this version it is… -
Created a topic, Download Count is not working with 4.6.4, on the site WordPress.org Forums:
Hello author I was using version Version 4.5.99, where… -
Created a topic, Excellent !!!, on the site WordPress.org Forums:
Works perfectly, recommended. -
Posted a reply to Product Updating very slow, on the site WordPress.org Forums:
Hi Thank you for the link, I have sent a request. Lets see with the… -
Created a topic, Product Updating very slow, on the site WordPress.org Forums:
I have been pushed this forum form wooCommerce. I have… -
Created a topic, Excellent Support, on the site WordPress.org Forums:
Excellent support for a free plugin. I have been back … -
Posted a reply to New version 1.2.5 not compiling properly, on the site WordPress.org Forums:
The simple solution is to add: define('WP_SCSS_ALWAYS_RECOMPILE', true); on you wp-config.php file. It will solve… -
Posted a reply to New version 1.2.5 not compiling properly, on the site WordPress.org Forums:
Same issue like (@neilparnold), downgraded works fine. It only compiles the main style.scss file but… -
Posted a reply to Either “offers”, “review”, or “aggregateRating” should be specified error, on the site WordPress.org Forums:
If this helps: https://www.checkerboard.com/web-development/fix-offers-review-aggregaterating-specified/ -
Posted a reply to The date field does not work with Safari, on the site WordPress.org Forums:
To solve the issue, we need to use jquery date picker. First Step: Add this… -
Created a topic, Hide empty reviews, on the site WordPress.org Forums:
Hi Thank you for the awesome plugin. Is there any p… -
Posted a reply to Price below radio button, on the site WordPress.org Forums:
use this in functions.php to get the price: //Add prices to variations add_filter( 'woocommerce_variation_option_name', 'display_price_in_variation_option_name'… -
Created a topic, Very Helpful Plugin, on the site WordPress.org Forums:
I am happy that I found this plugin. There is really n… -
Posted a reply to Incorrect Approved email, on the site WordPress.org Forums:
I did use "Require admin review" and it solved the problem. This plugin provides really… -
Created a topic, Incorrect Approved email, on the site WordPress.org Forums:
Hi First the plugin is really good, I have small prob… -
Created a topic, Meta Key, Meta Query, on the site WordPress.org Forums:
Hi This is a great plugin but I still want to show a … -
Created a topic, Request feature, on the site WordPress.org Forums:
Hi I think this plugin is good, but can we add some + … -
Posted a reply to Fastway: No such api key: b5056fe957ea82692b615808cfd881bc, on the site WordPress.org Forums:
Hello I am using wooCommerce 3.3.5 and WP: 4.9.5. I've got the same notification: Fastway:… -
Posted a reply to WooCommerce Product Variation data is not duplicated, on the site WordPress.org Forums:
The problem is WooCommerce default duplicate does not copy other fields, like custom taxonomy terms… -
Created a topic, WooCommerce Product Variation, on the site WordPress.org Forums:
Hi Thank you for the awesome plugin, just wanted to le… -
Created a topic, Disable Default Related Products, on the site WordPress.org Forums:
Hi Thank you for the awesome plugin. I have a question… -
Posted a reply to Display error, on the site WordPress.org Forums:
Thank you Ewout, it worked after installing fonts. -
Created a topic, Related products showing, on the site WordPress.org Forums:
Hi I installed this plugin, it seems working but there… -
Created a topic, PERFECT !!!, on the site WordPress.org Forums:
This plugin is so easy to use, I can even override it … -
Posted a reply to Works then fails, on the site WordPress.org Forums:
Same problem after update -
Created a topic, Cool Plugin, on the site WordPress.org Forums:
I like this plugin, easy to work with. Thanks -
Created a topic, On click remove past filter, on the site WordPress.org Forums:
Hi I am using 1 search box and 2 taxonomies and it sea… -
Posted a reply to Sorry, this file type is not permitted for security reasons, on the site WordPress.org Forums:
On wp-config.php define('ALLOW_UNFILTERED_UPLOADS', true); Try this -
Posted a reply to Add (+) at the end of number, on the site WordPress.org Forums:
I was able to do it by tweaking the plugin which is bad practise, is… -
Created a topic, Add (+) at the end of number, on the site WordPress.org Forums:
Hi I want to add + at the end of the budget price like… -
Created a topic, Excellent, on the site WordPress.org Forums:
It worked great for me, easy to use. Thanks -
Posted a reply to Custom Field, on the site WordPress.org Forums:
or is there any way to show ACF field into woocommerce>pdf>custom>invoice.php ? -
Created a topic, Custom Field, on the site WordPress.org Forums:
Hi first of all plugin is excellent, I am using your "… -
Created a topic, Huge Fields, on the site WordPress.org Forums:
Hello Author, The plugin is excellent, but recently I … -
Created a topic, Rename archived, on the site WordPress.org Forums:
I am using it on woocommerce, so instead of Archived l… -
Posted a reply to please select some product options before adding this product to your cart, on the site WordPress.org Forums:
jQuery(document).ready(function($){ $('.single_add_to_cart_button').click(function(e){ if ($('#pa_size').val() === "") { e.preventDefault(); alert("Size should be selected, please select one");… -
Posted a reply to woocommerce subscription and woocommerce addons, on the site WordPress.org Forums:
Thank you Riaan for the reply, I bought bundle pack and it worked!!! thanks you.… -
Created a topic, woocommerce subscription and woocommerce addons, on the site WordPress.org Forums:
Hi I have bought woocommerce subscriptions and addons,… -
Posted a reply to Wishlist count in header, on the site WordPress.org Forums:
<?php $wishlist_count = YITH_WCWL()->count_products(); echo $wishlist_count; ?> -
Created a topic, Replace with Variation price, on the site WordPress.org Forums:
Hi I am using woocommerce 2.6.4. I want to replace nor…