jerryxcoke
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] sitemap did not updated after excluded some term idsOh that is a great explanation @stodorovic . I really missunderstood the terminology of terms and I use term_taxonomy_id instead of term_id. Totally my fault.
@mazedulislamkhan also thanks for quick debug check.
Thanks all
Forum: Plugins
In reply to: [Yoast SEO] sitemap did not updated after excluded some term ids@devnihil, Thanks for the quick reply. I understand that custom code is not supported.
Is there any developer forum or guideline for these issues?
The hook is documented here: https://developer.yoast.com/features/xml-sitemaps/api/, but this is all that I found. I don’t want to open github ticket beacuse I do not have any proof that This is a bug.Hi,
Thanks for the quick update again.
Forum: Plugins
In reply to: [Unit Price for WooCommerce] plugin is not working on order edit page bugHi,
It works if ‘Update Cart’ option disabled.
Thanks for the quick reply and the solution.Forum: Plugins
In reply to: [Unit Price for WooCommerce] plugin is not working on order edit page bugHi @condless,
After the update I noticed that there is another bug in shop pages, but I can’t decide which plugin is wrong ??Details:
I do not know it cames after the new release or not.
There is a custom plugin which can add a quantity input field next to product, so the customer easily can set the qty before they put in the cart.
Without your plugin, the fields are contains a default value (which is 1 or 1.0 depends on the product type), but with your plugin, these input fields contains the cart’s product quantity. So If I have 3 banana in my cart, The field contains 3, if I have 0 apple in cart, then 0.Is it possible that somewhere these qty field are populated with cart’s product count on shop page?
Could you check this issue?Here is an example HTML output from shop page which may help:
<form action="?add-to-cart=555555" class="cart one-line" method="post" enctype="multipart/form-data"> <div class="quantity buttons_added form-flat"> <label class="screen-reader-text" for="quantity_601af31fb7771">Product name test</label> <input type="number" id="quantity_601af31fb7771" class="input-text qty text" step="1" min="0" max="" name="quantity" value="0" title="Mny" size="4" placeholder="" inputmode="numeric"> </div> <button type="submit" data-quantity="1" data-product_id="555555" class="button alt ajax_add_to_cart add_to_cart_button product_type_simple">Hozzáad</button></form>
EDIT: unfortunatly I cannot rollback your plugin to previous version, I do not have the code.
Thanks
- This reply was modified 3 years, 9 months ago by jerryxcoke.
Forum: Plugins
In reply to: [Unit Price for WooCommerce] plugin is not working on order edit page bugHi @condless,
It works. Thanks for quick fix.