niikk
Forum Replies Created
-
hello @keraweb
Thanks. Sure, The link is: https://brewmee.ch/shop/
We display the button froh the canvas sidebar only on mobile. So you have to use F12 and change to mobile view.Cheers
@wpclever Awesome! Thank you!! 🙂
Hello @wpclever
Awesome! Now it works! Very Cool!
Now the Sold out is visible when a product from the bundle is not published. As you can see here: https://ibb.co/FnrHM1S If a product is not in stock, then it shows the bundeld product list as “out of stock”. It would make sense to display this the same way, if a product is in darft mode cause it is not available. :))Last questions:
– Why is it still purchasable for the administrator if a product from the bundle is on draft?Many many thank so far for your work 🙂
Cheers
Hello @miemie
Thanks but I do not want to translate anything. I’m talking about a function of the plugin. Again, we want that the bundle shows as sold out when the status of a product from the bundle IS NOT = PUBLISHED. That’s all. 🙂
Hope that helps.
Cheershello @miemie
Many thanks! I’m aware of all those options and settings 🙂
But our question is related to, published products. So in your view, only if a product is out of stock, the bundle shows the message “out of stock”. But as you can imagine, a bundle has more than one product. Now, if one product from that bundle is not published and in the draft mode, then the bundle does not show “out of stock”. Also the add to cart button is visible. After clicking on that we get the message:
Product A is not available for purchase. You cannot add this bundle to your shopping cart.
We need to know, how or where we can adjust the check for that. We want to change, that if a product IS NOT published, then show the bundle as “Out of stock”.
Many thanks for your feedback 🙂
Cheers 🙂
@miemie Any feedback on that? 🙂
Cheers
Hello @miemie
Thanks. I just made a test with the new version. However, it does not work as expected.
Repo steps:
– We have a bundle with 6 products
– 5 Products of that bundle are in stock AND published
– 1 Products is also in stock BUT NOT published. (I made tests with “draft mode” and “needs approval”)Result: The bundle is not shown as “Out of stock”. Also the add to cart button and quantity buttons are visible.
BUT if we change a quantity from a product in that Bundle to “0”. Then the Bundle is shown as “out of stock”.
What do we miss here?
I thinks a check if all product are “in stock” AND “status = published” should be do the job. Or what can here maybe be the problem?
Cheers & Thanks
Forum: Plugins
In reply to: [Max Mega Menu] Columns in mega menuThanks Tom.
SO there is a option for that in pro? Then we will buy the pro version. But just to makre sure that there is such a option? Can you maybe share some screen shots how that can look like?
cheers
Forum: Plugins
In reply to: [Loco Translate] Translate added stringHmm.. Okey, so I do not want to translate my child theme. I add a custom code (for WooCommerce Subscriptions) in function.php and want to translate this new text string.
Forum: Plugins
In reply to: [Loco Translate] Translate added stringThanks. So actually this code is in child theme function.php
When I understand the process right, loco translate would load that “new” added translation file in woocommerce-subscriptions file because I press the sync button. Or how does that work?
What I did:
I only pressed “sync” in my woocommerce-subscriptions-de_CH.po file. In my understanding, then it would get all new strings..Maybe I miss something here 🙂
- This reply was modified 5 years, 2 months ago by niikk.
Thanks!! I also faced a other issue with draft products: (https://wordpress.org/support/topic/issue-with-product-in-draft-or-review-status/)
Did you have this also on your end?
Cheers
- This reply was modified 5 years, 3 months ago by niikk.
@jasonduvenage We habe the same problem. How did you solve this? 🙂
Cheers
- This reply was modified 5 years, 3 months ago by niikk.
Forum: Plugins
In reply to: [WPC Smart Notifications for WooCommerce] Add delay time between a new popupHello, any feedback on this? 🙂
Works! Cool!
Just one last question: Those values are stored in the order right? So if I change a commission type or amount from product A, it will not change the values there in orders where product A was ordered by the customer?
Hello Rashed,
I’m still trying to get this to work. I think I always get the wrong class name. I’m not sure if
constructoris the right class name. After I have the right class name, I think the snipped should work.. 😉add_action( 'plugins_loaded', 'webearth_remove_plugin_filter' ); function webearth_remove_plugin_filter() { global $constructor; remove_filter( 'woocommerce_order_item_get_formatted_meta_data', array('$constructor', 'hide_extra_data'), 10 ); }