pavel.larkin
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] woocommerce adds &s=&post_type=product on form submissioni’d like not to, at least no in an open thread..
Here is, what gives this variables:
<div class=”nav-dropdown”>
<div class=”row collapse search-wrapper”>
<form method=”get” id=”searchform” class=”searchform” action=”http://www.domainremoved.com/” role=”search”>
<div class=”large-10 small-10 columns”>
<input type=”search” class=”field” name=”s” value=”” id=”s” placeholder=”Search⦔ />
<input type=”hidden” name=”post_type” value=”product”></div>-> so it’s hidden variable. Is it theme’s?
—
Currently, solved by creating product-searchform.php in my child theme, removing out this line: <input type=”hidden” name=”post_type” value=”product”>don’t know what impact will it have.. but seems to be working..
anyway – is it theme, or is it WC?
Forum: Plugins
In reply to: [WooCommerce Advanced Product Quantities] works strange on 4.2.1Then universal troubleshooting technique
disable ALL plugins
then enable one by one, and look – when smth bad is back again.
GL πForum: Plugins
In reply to: [WooCommerce Advanced Product Quantities] works strange on 4.2.1check if this part:
<script type='text/javascript' src='http://www.yourhost.com/wp-content/plugins/woocommerce-thumbnail-input-quantities/wpbo_thumbnail_input_validation.js?ver=4.2.2'></script>is not generated twice (for somehow, i’ve managed to put it twice π )
Forum: Plugins
In reply to: [WooCommerce Advanced Product Quantities] works strange on 4.2.1Ok, i’ve:
1) removed all the plugins, except woocommerce and your two. It remained.
2) downgraded (with all the plugins) WP down to 4.1 – it remained.I think maybe it’s on your premises? Can you take a look?
Thank you a lot!Forum: Plugins
In reply to: [WooCommerce Advanced Product Quantities] works strange on 4.2.1I’ve checked it with Firebug’s NET panel – it POSTs 5 when it should POST 8.
action=woocommerce_add_to_cart&quantity=5&product_id=730&product_sku=
So, most probably – it’s a JS “feature” (bug) π
Hope someone can help.Forum: Plugins
In reply to: [YITH WooCommerce PDF Invoice and Shipping List] LocalizationOk, i’m completely sure – i know how to use .po and .mo
I can translate settings pages of your plugin – and i see it.
But PDFs are not getting translated – ant it’s what i need.Can you assist on it? What should i do to have pdf in other language?
Thank you!
Forum: Plugins
In reply to: [YITH WooCommerce PDF Invoice and Shipping List] LocalizationSure, i’d share.
But let me understand – is localization a PREMIUM feature, ir should it work with a free version too?
Should i buy premium plugin, to get .po/.mo files working, or they should work on a free version to?
Thank you!
Hi π
My ultimate goal here – to be able to manage more conditions, than your WAS plugin can offer. For example, my client’s cart always have a lot of products (always more than 1), so all the conditions for product “weight”, “height” and so one – just irrelevant for me.
But:
I need condition “cart contains category”
i need condition “cart does not contain category”
even better if it would be “cart does not contain shipping class”
and so on.And 100% by your comment, I’ve managed to solve it by creating a lot of shipping methods, and then disabling unnecessary by:
unset( $rates['1944'] );
where 1944 is a standard WP post id (somehow i found it accidentally π ).But, sure, i like plugins more than digging into functions.php because of their GUI π
So, your plugin WAFS was good for me, and i’m pleased that i’ve bought your WAS. It helped me create a solid base for a 5+ shipping methods, which i then manipulate with functions.php.
I just hope that may be someday you put these features above in your plugin, then i’d be completely happy π
I mark this topic as resolved, thank you!Forum: Plugins
In reply to: [WordPress Access Control] Pages are protected, posts are notSame to me.
Users can see each others posts (it’s existence) but they can’t see the content. (which is bad)
And with pages – they don’t even know that page for other group have ever been created.Is it a “as supposed to be”, or is it a malfunction?
Version 4.0.13
Thank you, great plugin, convenient and easy.
Except this πForum: Plugins
In reply to: [WooCommerce Advanced Product Quantities] Roles Functionality not WorkingI’ll open a new topic for this issue.
Forum: Plugins
In reply to: [WooCommerce Advanced Product Quantities] Roles Functionality not WorkingI confirm, that i do have probably the same problem. And with 1.7 i had it too.
My setup.
1) I have:
“Edit rule” -> User Roles
checked box’es: Customer
When i login with a customer – i don’t see the rules working2) But when i have:
checked box’es: Guest – and i login with guest (no login, actually) everything works as expected.3) And lastly, if i TOTALLY match the User Roles, that user has (!) then it works as expected.
But it’s more logical for me, not to have logical AND but to have logical OR – because i have different User Roles for users, they all are Customers, but also they have their own User Roles “tuesday_delivery”, “friday_delivery” (or whatever). And without that 100% AND match, i can’t apply the rules – which makes me to create a lot of rules for each User Role, which is a headache.
The workaround for the moment is to configure min/step in each product manually, wich is not good/convinient.
Can you assist on how to make it logical “OR” for user groups, instead of logical “AND”?
Thank you!