Regards,
Ben
I thank you all for any insights.
]]>we run a German-based Shop with out product prices entered including Taxes. The VAT-Tax is different for different countries in the EU and automatically taken care of by WC, which is great.
Example: When shipping to Portugal, VAT Tax is 23% instead of German VAT 19%.
We noticed: When entering a Billing Company, the TAX of my own shops location (i.e. Germany) is considered for deriving the TAX amount. I logged all SQL queries and finally found that the responsible function is get_matched_tax_rates
in class WC_Tax
– but I still cannot understand WHY this differentiation is done or where it comes from.
I’m a bit clueless on how to nail it down to the exact origin – IMHO the entered billing company should not have any effect whatsoever on the derivation of Taxes for the destination country…
Any idea on how to proceed!?
]]>I’m new to using Fluent CRM but I’m impressed so far. Thanks for a great plugin!
I’ve activated the Company Module in the Advanced Features Settings and I can add contacts to Companies and record Notes and Activities for each Contact or for a Company.
I’ve been trying to find a way to see all the Notes and Activities related to a Company – ie all those for the Company as well as the Contacts in that Company – to get an overview of the history of all contact with that company and the people in it by the different people in my organisation.
I can’t seem to find a way to do that, though. Can you help please?
Thanks in advance.
]]>Is the Teczilla Software Company theme supported or discontinued?
Thanks
]]>For example if a company name is XYZ and we want to show total number of employees in the company XYZ. so maybe a follow company button or something..
]]>add_filter( ‘submit_job_form_fields’, ‘remove_job_form_fields’ );
function remove_job_form_fields( $fields ) {
unset($fields[‘company’][‘company_logo’]);
unset($fields[‘company’][‘company_tagline’]);
unset($fields[‘company’][‘company_twitter’]);
unset($fields[‘company’][‘company_video’]);
return $fields;
}
However, it did not remove any of those fields. What I am doing wrong?
]]>