mingocommerce
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Category Image] Image is not showing in frontendHi,
This plugin is basically for developers. Please read the instructions on how to show the image in front-end –
“Just install it and it will add an image field to your categories.
use following function to get your category image in front-end ‘MGC_Custom_Category_Image::get_category_image($term_id, $size);’You can retrieve your desired image size also by passing size to this function.”
And if you are not a developer or having any issue while implementing the above solution please contact our developers through the following link –
https://www.mingocommerce.com/contact-us/Forum: Plugins
In reply to: [WooCommerce Product Enquiry] Tab titleNice ! you have got it right.
Forum: Reviews
In reply to: [Delete All Posts] What happenHi,
Thank you very much for rating our plugin.
And regarding the error, it seems the server issue. Please increase your server execution time and try. It should resolve the issue.In the meantime we are creating pro version of this plugin where we will make an option to limit/restrict the number of deletion at a time. So that users can delete data as per their server strength or as per wish.
Thanks again for sharing your experience.
Forum: Reviews
In reply to: [Delete All Posts] Best plugin for delete all postHi Udit,
Great to know that it worked well, as it is the sole purpose for this plugin.
And, Thank you for sharing your experience with us. This means a lot to us. It gives us more encouragement for serving the wordpress community more.Thanks again.
- This reply was modified 2 years, 6 months ago by mingocommerce.
Forum: Plugins
In reply to: [WooCommerce Product Enquiry] Still active?Hi,
Thank you for reaching us. Yes we are still active and keeping this plugin up to date with latest versions of WordPress and Woocommerce.
In case of any support required, please raise your concern here. We will be happy to help.
Forum: Plugins
In reply to: [Custom Category Image] Category ImageHi Jerry,
Thank you for sharing the issue. We have fixed the issue in current version(1.2.0). Please update your site with current version.
Forum: Reviews
In reply to: [Custom Category Image] Good simple pluginHi Wolli,
Thank you very much for sharing your experience with us.
This means a lot to us.
We hope to serve wordpress community better in future.Forum: Plugins
In reply to: [Custom Category Image] Category ImageHi,
Thank you for reaching us.You can get category ID there, in category page and pass it to image function.
Example PHP code –/**************************************/
$category = get_queried_object();
$category_image = MGC_Custom_Category_Image::get_category_image($category->term_id, ‘YOUR_THUMBNAIL_SIZE’);
/**************************************/Hope this helps
Forum: Plugins
In reply to: [WooCommerce Product Enquiry] WPML SupportHi,
We have updated the plugin. Can you please update your site with latest version once and try ?If still issue persists, please raise a ticket here
Forum: Plugins
In reply to: [WooCommerce Product Enquiry] Logged out user can’t have the modal on clickHi,
The php code pasted above is actually no where related to this plugin. So no chance of a conflict.
And the screenshot showing $(…) not a function, suggests that Jquery functions not working properly in the website. Again seems not really related to this plugin.
Please fix jquery issues in you website and try ??Forum: Reviews
In reply to: [WooCommerce Product Enquiry] Awesome Plugin – works perfect!Thank you very much for sharing your experience with us. And we will try to serve WP community better.
Forum: Plugins
In reply to: [Delete All Posts] h??ng d?n s? dungnó d? s? d?ng. B?n ch? c?n cài ??t nó và b?n s? nh?n ???c m?t nút trên các trang danh sách bài ??ng (b?t k? lo?i bài ??ng nào). ?? xóa d? li?u, ch? c?n nh?p vào nút, nó s? xóa t?t c? các bài vi?t c?a lo?i ?ó.
Forum: Plugins
In reply to: [WooCommerce Product Enquiry] FeatureThis customizatio will be possible with pro version
Forum: Plugins
In reply to: [WooCommerce Product Enquiry] Cannot change recipient’s addressHi,
This seems a premium version feature. Please follow up with your raised support ticket, as premium team is totally dedicated for paid customers. This forum is only for free version.
Forum: Plugins
In reply to: [WooCommerce Product Enquiry] “email to vendor” free or premium?Hi,
First of all thank you for this question. This might be doubt for many users.
Now let me clarify.There are many multivendor plugins in market and they work differently.
Free version sends mail to vendors if you are using – WC Vendors plugin. But every other plugins might not work automatically with this.
But if you are a developer you can, make this happen too without touching this plugin. You can use this hook – ‘mgc_pe_sender_email’. Using this you can support any multivendor.Now if you are using premium version, these developer support for using any multivendor plugin is free.
As well as there will be a dashboard for vendors, from where vendors can reply. Admin can check their replies/ manage things.Hope this clarifies.