Ko Takagi
Forum Replies Created
-
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Add custom imagesFor now, I’m trying CPUtil you told me about.
Using this page as a reference, I was able to install the command, but I still don’t know how to use it from the plugin.
https://cloudprnt.net/CloudPRNTSDK/Documentation/articles/cputil/cputil.htmlI found that I can generate binary data from an image with the following command, but how can I use that data from the plugin?
cputil thermal2 dither scale-to-fit decode application/vnd.star.starprnt barcode.png outputdata.bin
For example, I would like to print additional barcode data for each product below the product items on the current receipt.
I would appreciate it if you could let me know.
Thank you.
- This reply was modified 3 years, 8 months ago by Ko Takagi.
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Add custom imagesThank you for your information.
> Finally, if your priority is a QR Code, the printers do have built-in Qr Code printing, I can help you with an extension to the printer control classes to print a Qr.
Now, my top priority is a QR Code, could you tell me how to use the extension?
Forum: Plugins
In reply to: [WP to Alexa Flash Briefing] Create mp3 topicI apologize for the late reply.
I couldn’t see the contents of the linked page.
Do you have any other information?
Thank you.
Forum: Plugins
In reply to: [Memorable Password] Brazillian PortugueseI apologize for the late reply.
1. This plugin hasn’t tested user self-registration yet. So, I’m not sure if it will work well.
2. Unfortunately, this plugin doesn’t provide any filter hooks, so you will have to modify the code. At this time, there are no plans to update the plugin.
I’m sorry I couldn’t help you.
Thank you.
Forum: Plugins
In reply to: [Simple Slug Translate] Plugin is not working – 400 ErrorI am closing this topic for now. Would you create a new topic if you have any other questions.
Thank you.
I tried the 2.0.1 and I think the issue is fixed.
I’m grateful for your quick response!@lawrenceowen
Thank you for your new release!I tried version 2.0.0, and found one issue.
– WordPress 5.6.1
– WooCommerce 5.0.0
– Star CloudPRNT for WooCommerce 2.0.0I operated the following steps.
- Install this plugin as a new installation (older versions are not installed)
- On the settings page, change “CloudPRNT” from “DISABLE” to “ENABLE” and save it.
- After that, when I place an order from the site, the receipt is printed, but the “Receipt Title” and “Item list footer message” are not printed.
- On the other hand, when I print manually from “Print with Star CloudPRNT” in the admin panel, they are printed.
At this point, I looked at the DB records and found that there were no entries in the “Receipt Title” and “Item list footer message”.
$ wp db query "SELECT * FROM wp_options WHERE option_name LIKE '%star-cloudprnt-print-%'" +-----------+----------------------------------------+--------------+----------+ | option_id | option_name | option_value | autoload | +-----------+----------------------------------------+--------------+----------+ | 31661 | star-cloudprnt-print-copies-input | 1 | yes | | 31662 | star-cloudprnt-print-order-meta-cb | | yes | | 31663 | star-cloudprnt-print-order-meta-hidden | | yes | | 31664 | star-cloudprnt-print-logo-top-cb | | yes | | 31665 | star-cloudprnt-print-logo-top-input | | yes | | 31666 | star-cloudprnt-print-logo-bottom-cb | | yes | | 31667 | star-cloudprnt-print-logo-bottom-input | | yes | +-----------+----------------------------------------+--------------+----------+
If I re-save the “Receipt Title” and “Item list footer message” with different values in the settings page, it seems to be updated in the DB records.
Is this happening to you?
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Version 2.0 pre-release beta@lawrenceowen
Thank you for replying.That’s great idea! I don’t think you need to merge any risks into the plugin.
I am also looking forward to the release of the stable 2.0.When the repository is made public in the future, I would like to contribute what I can.
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Version 2.0 pre-release beta@lawrenceowen
Thank you for improving the plugin. It’s really working well.By the way, I have a question.
Are you planing to add i18n support in the near future?
I usually use the plugin on Japanese websites, and I would be very happy if it supports i18n.Until now, I have been using i18n by creating an extension plugin to support it.
https://github.com/ko31/star-cloudprnt-for-woocommerce-plusForum: Plugins
In reply to: [Simple Slug Translate] Plugin is not working – 400 Error@sshobhit776
Sorry, but this plugin doesn’t have a feature you mentioned at this time.
Maybe I’ll consider adding the feature in the future release.Forum: Plugins
In reply to: [Simple Slug Translate] Plugin is not working – 400 Error@sshobhit776
Thanks for your information.If you check the “Overwrite” checkbox, the slug will be overwritten the next time you update the post. (It will not be overwritten automatically.)
Would you please confirm it again?
Forum: Plugins
In reply to: [Simple Slug Translate] Plugin is not working – 400 ErrorHi,
I’m sorry, where do you see the 400 error code? Is it a setting screen like this?
https://github.com/ko31/simple-slug-translate/wiki/Documentation#usageI would appreciate it if you could let me know.
Thank you.
- This reply was modified 3 years, 10 months ago by Ko Takagi.
Forum: Plugins
In reply to: [Japanized For WooCommerce] アップデートすると PayPal Checkout が有効になる件Forum: Plugins
In reply to: [WP to Alexa Flash Briefing] How to edit author of Briefings in WordPressHi there.
By default, the author field is not shown.
If you want to show the author field, you could add code as follows.
Please try it out.add_filter( 'w2afb_register_post_type_args', function( $args ) { $args['supports'] = [ 'title', 'editor', 'author' ]; return $args; } );
Forum: Plugins
In reply to: [Kuroneko Web Collect] エラーコード[A081010702]エラーコード[A081010702] についてですが、
電話番号の入力が、8桁以上かつ13桁以下になっていない場合にそのエラーが出るようです。入力されている電話番号の桁数をご確認いただいてもよろしいでしょうか。