FMEAddons
Forum Replies Created
-
Hi,
We are sorry to hear that you have still facing issues, we have tested our plugin and we verified that data is displayed in order view page in admin for the new orders, may be something is conflicting with our plugin or files are not replaced properly in your website.
Please create a support ticket here. https://support.fmeextensions.com/
about your issue, we will resolve this issue directly in your website.Hi,
We have fix the issue that you have reported, you can see data of custom checkout fields in admin order view page in Custom Fields section. Download our module again and replace files in your website.
Custom Fields in Email feature is not included in free version, this is a premium module feature.
Hi, we have tested our plugin again and there is no issue like you pointed, may be something is conflicting with our plugin in your website.
Please create a support ticket here. https://support.fmeextensions.com/
about you issue, we will resolve this issue in your website.If your wordpress is installed in Chinese language then you can add Chinese text, and about Chinese locations you can add any location form google map regardless of area.
Forum: Plugins
In reply to: [Woocommerce Product Options Plugin, Custom Product Addons] VariationsHello,
Thank you for the downloading our extension and sorry to hear that you are having this issue with our extension. We will try to resolve it for you as soon as possible. We have tested there is no issue like that may be something is missing in your site or may be some other things are conflicting with it.
Please contact on our support they will guide you more about it. here is the link.
Yes you can do that.
Forum: Plugins
In reply to: [Woocommerce Quick Product Enquiry Form] Fatal error when I try to activateHello,
Thank you for the downloading our extension and sorry to hear that you are having this issue with our extension. We will try to resolve it for you as soon as possible. We have tested there is no issue like that may be something is missing in your site or may be some other things are conflicting with it.
Please contact on our support they will guide you more about it. here is the link.
Hello,
Thanks for contacting with us, for your first point i am not getting your point that what you want to say please provide some more explanation for that what you want to say, but for your second point, Yes Drop Down and Multi Select is available in free version.
Forum: Plugins
In reply to: [Woocommerce Dynamic Pricing and Discounts] Dynamic Pricing Rules NO WORKHi,
Can you provide us some more info about your problem because we have tested module and there is no issue, rules are saved and products are selected in rule.
Forum: Reviews
In reply to: [Woocommerce Dynamic Pricing and Discounts] It not works for me tooHi,
Can you tell us what is not work for you in this module?
Hi,
we not use any specific css for the things your talking about, our module use theme default css for these things so you can made changes in your active theme css, or in our module, /front/css/fmepco_front_style.css is added you can write you own css in this file.
This error message on activation have no impact on module any where, just ignore this message, plugin is successfully installed in your site, go in products form and use the plugin.
Forum: Reviews
In reply to: [Woocommerce Checkout Field Editor, Custom Checkout Manager] waist of timeHello,
I think you haven’t test this module fully, there are features in free module and you can use these features basic features are added in the free version and some advance features are added in premium, if you need more info then contact us we will provide you detailed info.
Hi,
Thanks for downloading our module, and we are sorry to hear that you have facing issue, but we make our module compatible with default woocommerce, not with the third party modules, if you need more info you can contact our support team on http://support.fmeaddons.com/ they will guide you more about it.
Hi, sorry to hear that you have facing issues with our module, we have fixed the issue that you pointed, you can download new package. or if you want to changes in existing code then in
admin/class-fme-product-custom-options-admin.php around line 123 find
foreach (sanitize_text_field($product_option['row_value']) as $row_value) {and replace with
foreach ($product_option['row_value'] as $row_value) {and on line 161 find
foreach (sanitize_text_field($product_option['row_value']) as $row_value) {
and replace with
foreach ($product_option['row_value'] as $row_value) {these sanitize_text_field() were added mistakenly so remove that because we are doing sensitization on each entry level.