kevinin2d
Forum Replies Created
-
Hey @omardabbas and @moshtafizur01.
After updating the plugin I got 2 things working.
1. I can set products which have quantity less than 1 in stock.
2. I can purchase all of the products when I have 0.2 left.
However I have a small issue. When there is 0.1 products left I can’t purchase the last 0.1. When there is 0.4 products left I can add all 0.4 to cart. Weird bug.
Compare there 2.
0.4 left – https://kangasemu.ee/toode/sinised-armsad-linnukesed-trikotaaz-digital-print/
0.1 left – https://kangasemu.ee/toode/elsa-ja-anna-trikotaaz-digital-print/
Also when there is less than 1 products left the default quantity on product page is set to 1(see links above). How can I change it?Forum: Plugins
In reply to: [WooCommerce] Using decimal values in WooCommerce shopTried this plugin out. I can purchase decimal products with it but all products under 1 are still out of stock.
I sent question to the forum but it hasn’t been accepted by moderator yet. @moshtafizur01
Forum: Plugins
In reply to: [WooCommerce] Using decimal values in WooCommerce shopThis will give me critical error. However I see your idea but I haven’t found the right solution to set min default product quantity to 0.1 instead of 1. @owadud655
I tried this again and I still get the same error(see image: https://imgur.com/a/LnumEUn).
I have 3.9.1?version of the plugin however this doesn’t suggest updating the plugin. How to update this plugin? https://imgur.com/kn2tfZDForum: Plugins
In reply to: [WooCommerce] Using decimal values in WooCommerce shopHey @owadud655
I tried out your code but it doesn’t work for some reason. I also tried to turn off all other plugins to see if they are interrupting this code but I still can’t set default minimum stock value to 0.1.Also when WooCommerce product stock is under 1 then it goes automatically to not in stock. So when I have 0.2 products left it is still supposed to be “in stock”
Forum: Plugins
In reply to: [WooCommerce] After update e-mail template aligns rightSame thing with footer template for me. Issue solved
Forum: Plugins
In reply to: [WooCommerce] After update e-mail template aligns rightThe issue of e-mail template aligning to the right happened before updating the template. After removing given code form the template the email aligned to the middle but on some e-mail software it is stretched out now.
See @kilgoredude answer for more details. We have the same issue.
Forum: Plugins
In reply to: [Booster for WooCommerce] Shortcode fields not showing up in pdf invoicesThese field are showing up when I generate a pdf under Woocommerce orders. After they have been sent via e-mail they dissapear. A shortcode like this [wcj_order_number] will show up in e-mail The problem is related only to wcj_invoice shortcodes.
Forum: Plugins
In reply to: [a3 Lazy Load] a3 lazyload errors in consoleThe issue might occur because of some Chrome extension as it doesn’t occur in incognito mode
Forum: Plugins
In reply to: [10Web Social Post Feed] Feed not showing latest postIt’s still showing posts from 2 months ago instead of showing me the latest posts.
Forum: Plugins
In reply to: [10Web Social Post Feed] Feed not showing latest postI tried reinstalling the plugin. It didn’t work for me as well.
Thank you for all the quick responses @maartenbelmans
I think I figured out the problem with my custom theme. My header.php file has <body> tag and I replaced it with <body <?php body_class() ?>>. This made the total price part work. I can’t really explain why does such small thing have this big effect on this part of the plugin but I am glad it’s working now.
I also took a look at the mini cart part of the plugin you added in the demo(we talked about this in my other post I made today). I think it looks nice.
If this project I am working on right now goes further I am definitely planning to go pro with this plugin.
Best wishes,
KevinUnfortunately I haven’t uploaded the site yet and I am running it on localhost, sorry.
But I think I have figured out what part of the code causes the problem but I am not really sure yet why.
I have these lines of code in my functions.php file taken from Woocommerce documentation
function customtheme_add_woocommerce_support()
{
add_theme_support( ‘woocommerce’ );
}add_action( ‘after_setup_theme’, ‘customtheme_add_woocommerce_support’ );`
after removing these the error dissapears and total price shows up. But I have duplicated content on my product page.