futureyoon
Forum Replies Created
-
i have found out the solution
Please dont hesitate if there is better way (maybe embeded function) to achieve this.
Thank you
Just FYI, it’s due to this. I have talked to Stripe agent.
https://docs.stripe.com/currencies#zero-decimal
Thank you for the support.
- This reply was modified 2 years, 3 months ago by futureyoon.
OK. Thank you for the confirmation.
I have another issue with the ‘_stripe_exchange_rate’ that was captured in the system.
Please take a look at the demo. It happens for Korean Won exchnage rate.
https://app.screencast.com/d26OpSGOunaz5
Captured in the WC > 1.00 KRW = 0.348199
Capture in Stripe >> ₩1 KRW = RM0.003481 MYR
it should capture 2 decimal points lower.. but somehow it’s missing.
Any idea?
Silly me.. I put it to run on backend only… it’s working fine after i changed to run front and backend.
Quick question
For those orders that were placed before without this ‘_stripe_exchange_rate’ field, is it ok for me to add the line into ‘wc_order_meta’ table?
for example,
https://app.screencast.com/UBXkExg7XXK4r
We need to run report with the respective exchange rate per order.
Please advise.
Thank you
Just wondering if there is any option_name to be ‘yes’ (in the wp_options table) for this feature to be working properly?
I turned all for yes for any option name contains ‘stripe’ or ‘woocommerce’ just in case. not sure if there is anything missing.
It’s so weird..
Thank you for the update.
Yes, display stripe fee is enabled but still not showing up..
Is there anything else to check? i have checked wc_order_meta table, found out that ‘_stripe_exchange_rate’ appeared long time ago (2022 Oct), since then it is no longer showing up any more… Can you please help?
Thank you
Along with the reported issue, I am not sure where (which table/column) is meta data of ‘_stripe_exchange_rate’ is stored..
Is it under postmeta table?
Because I happened to check a few tables (with my limitted knowledge) but couldnt find such meta data stored any where…
not sure if that’s the reason it’s not showing up on WC > Orders > individual order
Anyway please advise me on this.
Thank you
Sorry for late reply.
Although I have added the code in snippet code, the exchange rate is not showing up in Woocommcer > Orders > individual order
This is what I get.
https://app.screencast.com/Pb0R92Ktb8PQ7
Can you please help identify what went wrong?
Thank you
- This reply was modified 2 years, 3 months ago by futureyoon.
Forum: Plugins
In reply to: [SNORDIAN's H5PxAPIkatchu] h5p_subcontent_idThank you for the explanation.
I am not sure if we are on the same page. Let me rephrase the questions here.
one of my h5p quizzes, I see 5 subcontents_id in the table called ‘wp_h5pxapikatchu_object’ as below.
8c2a09fb-66c6-4794-a329-09baff5d5689
213b998b-1410-481d-9443-a6b7296e650b
f33de428-c93d-4b27-b38b-7d2bd625f29d
95441b20-a816-4771-8490-9a2fc861be8f
c476acf9-e9db-4221-8b8e-c00f8bcb291f
With this, is there any way to find out which one is first question or 2nd question and so on?
or using the subcontents_id, is there a way to retrieve the title of question of each subcontent?
Thank you
Forum: Plugins
In reply to: [AI Engine - The Chatbot, AI Framework & MCP for WordPress] free or paid?Hi @valwa,
Thank you for the details info.
I have used OpenAI and paid $5 for the testing purpose once before and the credit is all used. now the API key I used before is no longer working unless making a payment.
so there is no way to go back to the prior stage where can be used for free of charge? (in fact, I don’t quite remember if it was free though unless you can confirm it is free to use upto certain threshold.
That’s my question, is it free to use ? or is not free to use besides that I need to fill up the billing details.
Please guide me on this.
Thank you
Forum: Plugins
In reply to: [EWWW Image Optimizer] wp offload mediaOK. good to hear that.
but one thing that I noticed that the plugin slows down the performance badly when it’s activated. not sure why and how to fix.
Forum: Plugins
In reply to: [EWWW Image Optimizer] wp offload mediaThank you for the explanation.
one more question.
With mentioned method (s3 offload media with cloudfront), will the webp will be stored on s3 every time a new image is uploaded to the site automatically? Or it will be stored only when I run the bulk transform?
Please kindly educate me on this.
Thank you.
Forum: Plugins
In reply to: [EWWW Image Optimizer] wp offload mediaOK. Thank you for the screenshot.
Just curious
Do I still need to set “Choose Whitelist from Forward Headers, and then add the “Accept” header to the whitelist.” if I use wp offload media?
Bcoz WP offload media has its own settings for that.
Please help clarifiy it
Thank you
Forum: Plugins
In reply to: [EWWW Image Optimizer] wp offload mediaThank you for the info
In the doc, it says “you need to make one small change in your Distribution settings. Under the Behavior tab, select the Behavior and click the Edit button. Choose Whitelist from Forward Headers, and then add the “Accept” header to the whitelist.”
I have checked my cloudfront settings, I dont see anything like Whitelist or Forward Headers.. Do you mind adding some screenshots to see where to find such settings?
Thank you
Forum: Plugins
In reply to: [EWWW Image Optimizer] resize sizeThank you for the info
Just to double confirm
Let’s say my current setting is 1920 x 1080px for the resize size and if I upload the image which is size of 600 x 300px, will it resize this image into 1920 x 1080px?
or this settings would only work for those image bigger than 1920 x 1080px?
Please guide me on this. Thank you