nolas154
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] (SOLVED) Woocommerce plugin not showing on dashboardI have imagined that WCFM would be the problem. I’ll try It. Thanks you so much
Forum: Plugins
In reply to: [WooCommerce] (SOLVED) Woocommerce plugin not showing on dashboardI have the same issue , even worse for me. The woocommerce menu button have dissapeaed after the update to 6.4.0. I found the problem yesterday and today I am still suffering the issue. Anyone could help me please?
A 404 error. Well the resul is my 404 page, is very rare. This Issues should be for caché reasons
- This reply was modified 3 years, 5 months ago by nolas154.
Can you help me please? I dont know how to fix it.
only a little update: I can’t delete the categories because I am using them in other products or stores.
thank you so much in advance
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] CUSTOMIZING TOTALSthe question is different. I am trying to do it for myself and I want to learn how to do it. But I dont know how show the fields of impositive base and vat for each type of vat
Hi again, I have checked the code and in the nest action
“add_action( ‘woocommerce_check_cart_items’, function() {”
i add ” + $cart_item[‘line_tax’]” to the line
“$vendor_wise_cart_total[$cart_product->post_author] += $cart_item[‘line_total’]”
Now is:
“$vendor_wise_cart_total[$cart_product->post_author] += $cart_item[‘line_total’] + $cart_item[‘line_tax’];”
It make sense? Its seems that works properly, but I have to do more tests
What do you think?
- This reply was modified 4 years, 3 months ago by nolas154.
Thanks for your help, it seems that during the min order calculation its considering (100 – tax cost) value.
I am testing, and i have just changed the tax option, and the problem is still there
Here you are a screenshot https://prnt.sc/tycdue
Yes of course, here you are https://prnt.sc/tyalnw
I need your help please. I dont know how to solve it