timosoru
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Mobile submenu is not workingHi Tom,
Thanks for your response.My submenus finally appear on mobile view. But it’s auto-open. I want it open after I tap the dropdown icon. What CSS code to accomplish this?
Thanks.
Hi,
I’ve waited too long for this issue. I’ve lost so many customers just because of this issue.
Add to cart is fine when I deactivate this plugin.
Please give me a solution for this quickly. As soon as possible.
Hi,
Thanks for your support. Now I can add my custom fields. But when I preview, it separates data based on orders. But I want the data of how much orders, order amount, etc from
each of my customers.So what you suggest I should do to get summary by customers, and also get my custom fields included in the exported file?
Forum: Plugins
In reply to: [Woongkir] Connection Time OutHalo mas, sudah bisa. Masalahnya di IP Perujuk. Sudah saya masukkan dan tidak ada lagi masalah untuk saat ini.
Ada pertanyaan tambahan mas. Untuk kompres file JSON data subdistrict, city, state, dan country, ternyata ga bisa dengan gzip compression. Sudah enable tapi file JSON di atas tidak berhasil terkompresi.
Saya coba hubungi pihak RajaOngkir, saya diminta untuk menyimpan di database supaya tidak request lagi ke API RajaOngkir. Setelah saya perhatikan sepertinya sudah ada di database oleh plugin Woongkir.
Ada solusikah untuk ini? Krn gzip compression berhasil kompres file selain JSON tapi untuk file JSON tidak berlaku.
Saya sudah kontak provider hosting dan belum ada support yang berarti. Makasih mas.
Hi, I have the same issue different field.
My shipping_address_2 is still optional even after I check Required.
You can check here:
https://prnt.sc/t6r1d4
https://prnt.sc/t6r2xh -> Look at “Kecamatan”You can test here: https://store.jualanpraktis.com
- This reply was modified 5 years, 11 months ago by timosoru.
Thanks for your response.
I’ve figured out how to write meta data value in Google Apps script.
I wrote this:
var your_meta_data_field_key = myData.meta_data[i]["value"];i = the value based on your webhook debug. should be started with 0.
And it worked!
Thank you, ThemeHigh team.
Thank you for your answer. But I still don’t get it since I’m not a programmer and can’t get it.
I know that your data form saved as order meta data. I can see that when I debug the webhook body data after create an order. Also, I can see the custom data in the API list. My question is how could I transfer it to my Google App Script?
This is the order meta data properties from API list WooCommerce:
Attribute Type Description
id integer Meta ID. READ-ONLY
key string Meta key.
value string Meta value.Then, I try this code (for example): var shipping_hp = myData.meta_data.key_shipping_hp;
But still get no results. It still empty. I really need any solution about this.
Thank you for your responses!