MCI Desarrollo
Forum Replies Created
-
Forum: Plugins
In reply to: [Supplier Order Email] A few issues plseHello enwindowsltd, we answer your questions:
- If you have the premium version of the plugin and the “Show store logo instead of header text” option enabled, the store logo should be displayed. Please check if you have added a custom logo to your theme and that this logo is in jpg or png format.
It could also happen that your theme saves the custom logo in another place that the native WordPress themes and the plugin cannot find it. If you’re using a free theme, tell us what it is and we’ll try to reproduce your problem in a test installation. If you are using a paid theme we would have to investigate it directly in your installation if you send us an email to [email protected] - To include “product image thumbnails” of both individual products and variations, you would need to do plugin development. If you are interested, write us an email to [email protected] and we will send you a quote.
- To display the delivery date, our plugin is compatible with the “Order Delivery Date for WooCommerce” plugin. Another option to display a custom delivery date is by using the “_delivery_date” custom field (our plugin picks up that custom field). You can see the details in the following link to our manual: https://mci-desarrollo.es/supplier-order-email-manual/#delivery-date
However, if you need it to be compatible with another plugin in particular, send us an email telling us which plugin you use and we can investigate to be able to give you a quote to make it compatible with the one you use. - To import the weight, if you are using a custom product meta field for it, you can import it by adding that field to “Add a list of special product meta custom fields to show” in the plugin settings. If you’re saving it another way, we can do a stretch to display it.
Thank you very much and greetings
Forum: Plugins
In reply to: [Supplier Order Email] Product attribute/variation bugHello, it seems that it may be a bug, although it is difficult to solve it without being able to reproduce the exact error in our test installation.
Still, we’ve been digging around and found a part of the code that could be causing the problem when the attribute value was numeric.
We have fixed this bug and released the new version 3.0.7. Please update to the latest version and see if the issue is resolved.
We await your response and we are very glad that you like our plugin.
Thanks and best regards,
The MCI Development teamForum: Plugins
In reply to: [Supplier Order Email] local pickupHello, in the premium version you can modify the email templates from your child theme if you have knowledge of html, css and php. Here you can see the details of our manual where it is explained how to do it: https://mci-desarrollo.es/supplier-order-email-manual/#override
You can try the premium version for 30 days for free to find out if it works for you here: https://mci-desarrollo.es/supplier-order-email-premium/From the template you can get WooCommerce data about the products and the order so you could get the “local_pickup” metafield of the product and add the desired text to the email if the field is checked.
If you don’t know how to do it, we can do it for you. You can request a budget for the work by sending an email with the details to [email protected]
Thanks!
Forum: Reviews
In reply to: [Supplier Order Email] Great supportThanks for your assessment! Anything you need we are here ??
Hello Tausefch, the plugin sends an email to each of the suppliers that have their products in the order and also has the possibility of sending copies of the emails to the admin email but you cannot write several emails for each of the suppliers.
For that it would be necessary to do a development. If you are interested, you can write us an email to [email protected] and we will send you a quote.Thanks!
Forum: Reviews
In reply to: [Supplier Order Email] Hace lo que estaba buscandoMuchas gracias Marcos ??
Forum: Reviews
In reply to: [Supplier Order Email] Great Plugin with a Superb Support ★★★★★Thank you very much!!! Reviews like yours encourage us to continue working with all the enthusiasm
Forum: Plugins
In reply to: [Supplier Order Email] Translate emailHello, We have been testing the translations with Loco Translate “Send the order to:” and “Product” on several test installations and they are working fine for us.
Write us an email to [email protected] with the details and screenshots and we will try to help you.
Thanks!
Forum: Plugins
In reply to: [Supplier Order Email] We don’t use “Processing” anymoreHello daisycutter, the plugin only sends the emails when passing to predefined state by WooCommerce “on_processing”.
To do what you want you have to do a custom development. If you are interested, you can request a quote at https://mci-desarrollo.es/contactar/Thanks and best regards,
CarlosGood morning, thank you very much for your answer.
Addingecho do_shortcode('[cwginstock_subscribe_form product_id=’304′]');
we manage to show the form but we don’t get what we need because that form is shown in some products and not in others, depending on the conditions selected in the plugin configuration page.Since we need to display the form depending on the attribute this doesn’t work for us.
The ideal for us is to be able to display the form according to the following conditions without other plugin conditions affecting:$attributes = $product->get_attributes(); if (!empty($attributes)) { foreach ($attributes as $attribute_name => $attribute) { if ($attribute_name == 'pa_delivery') { $attribute_value = $product->get_attribute($attribute_name); if ($attribute_value == 'Check stock') { //Display subscribe form.... //............... } } } }
It seems that the plugin sets the conditions in the display_subscribe_box function of the CWG_Instock_Notifier_Product class (class-product.php file)
How can we override that function from our theme to change the conditional rules?
Thank you very much,
CarlosForum: Plugins
In reply to: [OWM Weather] Translation does not load correctlyThank you Uwe! It works perfectly
Forum: Plugins
In reply to: [OWM Weather] Translation does not load correctlyPerfect Uwe! For the time being I will disable the “Wind” field and will enable it when you release the next version.
As for the translations, if I see that I can improve any, I will do it in your plugin instead of in Loco Translate so that other installations in Spanish can benefit.
Thanks and best regards,
CarlosForum: Plugins
In reply to: [OWM Weather] Translation does not load correctlyHi Uwe, it’s great that you solved it so quickly and also created a lot of Spanish translations. Thanks a lot!
Now almost all the translations that I show on my screen appear. There is only one that keeps appearing untranslated (Wind in the prediction view) I am sending you a screenshot of it.
https://ayuntamiento.mci-desarrollo.es/wp-content/uploads/2022/03/translation_problem_wind.pngI have checked if Wind is translated in the .po and yes it is.
All the best,
CarlosForum: Plugins
In reply to: [OWM Weather] Translation does not load correctlyHere is the screenshot
https://ayuntamiento.mci-desarrollo.es/wp-content/uploads/2022/03/translation_problem.png
- This reply was modified 3 years ago by MCI Desarrollo.
Forum: Plugins
In reply to: [OWM Weather] Translation does not load correctlyHi Uwe, thanks for your quick response and willingness to solve.
I have removed the .po and .mo files from the /wp-content/languages/plugins folder and put the translation files only in wp-content/plugins/owm-weather/lang/ as you requested.I can translate the days of the week correctly but the translations in the rest of the texts still do not work. I can send you a screenshot if you tell me an email.
Could it be that the plugin is getting those texts directly from the “Open Weather Map” api? and you have not enabled its translation in the textdomain?
- If you have the premium version of the plugin and the “Show store logo instead of header text” option enabled, the store logo should be displayed. Please check if you have added a custom logo to your theme and that this logo is in jpg or png format.