Georgi Bakalski
Forum Replies Created
-
Forum: Plugins
In reply to: [Woo Instant Notifications] Addons metadataYes, the Cloudy printer supports this
Forum: Plugins
In reply to: [Woo Instant Notifications] Error print with new order ticketJust make sure when you edit the notification in woo instant notifications to switch to text mode and to remove any html characters then save
Forum: Plugins
In reply to: [Woo Instant Notifications] Error print with new order ticket1 . Make sure you send only plain text (no html is allowed)
2. Depending on the printer you use , you may need to configure the printer driverForum: Plugins
In reply to: [Woo Instant Notifications] Automatic printer the receiptThis shop isnt currently processing orders.
the printer can be purchased fromDelivery to france would take around a week and by default we ship via DHL with tracking number
Forum: Plugins
In reply to: [Woo Instant Notifications] Automatic printer the receiptThere are two options
1. If you buy off-the-shelf printer, you will need to connect it to a computer with thunderbird installed and configured for automatic printing.
2. Our printers, does not need a computer, just connect to the internet and automatically print.
Forum: Plugins
In reply to: [Woo Instant Notifications] FooterRemove the shortcode from the receipt.
Footer gets parsed from woocommerce without any further processing as plain text.
Forum: Plugins
In reply to: [Woo Instant Notifications] Plugin Errorlook at this post for resolution
https://wordpress.org/support/topic/php-8-0-checkout-woo-error/
Forum: Plugins
In reply to: [Woo Instant Notifications] PHP 8.0 Checkout woo errorYou need to comment the line that contains “woocommerce_email_order_meta” shortcode
In class-wcnotifications-instance.php
Then try again placing an order
Forum: Plugins
In reply to: [Woo Instant Notifications] PHP 8.0 Checkout woo errorWe havent received any complaints related to the version of the PHP used.
You can check to see what is going on by enabling wordpress debugging
1. In your WP-config.php file add the following:
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_DISPLAY', false ); define( 'WP_DEBUG_LOG', true );
2. In your theme functions.php add the following function:
if (!function_exists('write_log')) { function write_log($log) { if (true === WP_DEBUG) { if (is_array($log) || is_object($log)) { error_log(print_r($log, true)); } else { error_log($log); } } } }
3. Uncomment the tho lines that contain the following in plugins/woo-instant-notifications/admin/class-wcnotifications-instance.php
$data=$this->object->get_data(); write_log($data);
Then make a test order.
And you can paste the contents of the file /wp-content/debug.log here
we can check- This reply was modified 3 months, 2 weeks ago by Georgi Bakalski.
Forum: Plugins
In reply to: [Woo Instant Notifications] Plugin ErrorIf there is a conflict with the Bluehost sitebuilder, then you may have to identify what the problem is by enabling debugging and wordpress logging. Or use different site builder
Forum: Plugins
In reply to: [Woo Instant Notifications] Plugin ErrorWhat’s the version of the plugin that you are using?
Forum: Plugins
In reply to: [Woo Instant Notifications] plugin does not workI wonder what resolved the issue for you, because there is another user with similar issue and your resolution may help him as well.
Forum: Plugins
In reply to: [Woo Instant Notifications] Plugin ErrorAccording to this something has modified your php plugin file adding empty lines before or after the begining of the php plugin file.
https://www.hostinger.com/tutorials/cannot-modify-header-information
Removing the empty lines should solve the issue for you.
- This reply was modified 3 months, 3 weeks ago by Georgi Bakalski.
Forum: Plugins
In reply to: [Woo Instant Notifications] Limitation fildesThese additional features are available in the PRO version. This is a link to a manual for PRO -> https://ji4ka.com/download/woo-instant-notifications-users-manual/
and this is a link to purchase PRO – https://ji4ka.com/woo-instant-notifications-pro/
Forum: Plugins
In reply to: [Woo Instant Notifications] plugin does not workI guess, that the suggestion solved youe issues?