rickybrce
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Combination / sum of fieldsHi,
ok, thanks.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Combination / sum of fieldsHi,
I will try to explain. I have two different custom tax rates. 15% and 25%. This 25% is also added to the shipping cost.
When exporting fields 25% is separated from shipping 25%. So, I need to sum 25% from items with 25% from shipping to get total 25% tax on order, or directly export total of 25%.
Any help is appreciate.Thanks.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Combination / sum of fieldsHi,
thank you for your response. I want to calculate on orders. I try the function and is working on some fields, but not on every field. I want to do a calculation on “Order Shipping Tax Amount(order_shipping_tax)” and custom tax “TAX_NO-MVA 25%-1(plain_orders_TAX_NO-MVA 25%-1)”. But giving an error.
For “Order Shipping Tax Amount(order_shipping_tax)” – get_shipping_tax() is working, but what function to use for getting value from custom 25% tax class?
Is it possible to do a sum calculation on this 2 fields?Thank you
Forum: Plugins
In reply to: [Search & Filter] DependencyHi, I also need this, any idea how to achieve it?
Forum: Plugins
In reply to: [Mega Menu by WooRockets.com] Configuration in MobileHello,
Try to add this in theme css:
@media screen and (max-width: 783px) {
.wr-megamenu-container ul.wr-mega-menu {
display: none !important;
}
.wr-megamenu-container.active ul.wr-mega-menu {
display: block !important;
}
}Hello,
Try to add this in theme css:
@media screen and (max-width: 783px) {
.wr-megamenu-container ul.wr-mega-menu {
display: none !important;
}
.wr-megamenu-container.active ul.wr-mega-menu {
display: block !important;
}
}Forum: Plugins
In reply to: [Strong Testimonials] Form fields translation with polylyngHello,
What a great support. That worked, I see the strings now.
Thank you for a great plugin and support.Forum: Plugins
In reply to: [Max Mega Menu] Enable clicking function for top level menu items on mobileHello,
Thank you for your response. Yes, I already did it similar like that. I created another sub-menu items that are visible only on mobile.
Best Regards
Ricky K.