gendai
Forum Replies Created
-
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Topping not print and via APPHave a look at the FAQ
https://github.com/star-micronics/star-cloudprnt-for-woocommerce/blob/master/common_issues.md#printer-is-not-detected-by-the-pluginPerhaps you will find your solution there.
- This reply was modified 3 years, 7 months ago by gendai.
Did you upgrade the firmware of you printer? You can do that easy with the mC-Print Utility from your phone.
Good luck!
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] designers and brand pageLooks like you don’t have any images linked to the brands.
https://quadlayers.com/documentation/perfect-woocommerce-brands/brands/perhaps its better to contact support, that the forum (slow/none response)
https://quadlayers.com/contact/Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] designers and brand pageHave a look here
https://quadlayers.com/documentation/perfect-woocommerce-brands/shortcodes/your code is not ok: [product_brand_list show_empty_brands=”true”]
try this: [pwb-carousel items=”10″ items_to_show=”5″ items_to_scroll=”1″ image_size=”thumbnail” autoplay=”true” hide_empty=”true” title_position=”after”]
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Print ButtonThis is how it prints with us, see: https://ibb.co/yn3RN6p
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Date format on the ticketIf I’m correct the Time and Date format are used the from WP default, see https://www.ads-software.com/support/article/formatting-date-and-time/
I have no idea why translation does not work, sorry. Could be that the ByConsile plugin uses other values.
Perhaps @lawrenceowen can help out with this.
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Date format on the ticketin order-handler.php around line 190;
function star_cloudprnt_create_receipt_order_meta_data($meta_data, $order, &$printer, $max_chars) { if(get_option('star-cloudprnt-print-order-meta-cb') != 'on') return; // List of meta data item keys to print and formatted output $fields = array( "pi_delivery_date" => "Delivery Date: [value]", "pi_delivery_time" => "Delivery Time: [value]", "pi_delivery_type" => "Delivery Type: [value]" );
you can change Delivery Date/Date/Type:, like this:
"pi_delivery_date" => "Date de livraison: [value]",
Forum: Plugins
In reply to: [WooCommerce] Filter order by dayHi @ditus,
Thanks for the suggestion, but since this plug-in was not updated for 3yrs I don’t have any plans of using it.
Thanks anyway.
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Extra Printing OptionsHi @microspub,
You can try this version, that will print extra meta data from the order. Please note that depending on how the plug-in stores the order data it will be printed or not.
Forum: Plugins
In reply to: [WooCommerce] Filter order by dayHi @danielinhou,
WooCommerce > Reports > Orders > Sales by Date
Thank for the reply, informationally, this view does not show all the plug-in details what we need in a daily view. As a take-away restaurant we need to know the order time, pick-up/delivery. These elements are not available in the report view.
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Multisite printer directory and selection@lawrenceowen and @shiro_hagen
Would it be a idea to publish useful modification, like this, on Github?
Forum: Plugins
In reply to: [WooCommerce] Filter order by dayAnyone?
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] WC checkout-add-onsForum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] WC checkout-add-onsForum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Modify the layout@surdusvacca You welcome, no problem.