Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter ESC IT (Web Design Bristol)

    (@escitsupport)

    We managed to put a workaround in for this as follows:

    order-handler.php

    line 269 onwards

    the MAC was not being set although there is an underlying issue why the default printer isnt working

    See the line that has //ZFIX on it which we added to make it work

    ——

    foreach ($printerList as $printer)
    {
    if (get_option(‘star-cloudprnt-printer-select’) == $printer[‘name’])
    {
    $selectedPrinter = $printer;
    $selectedPrinterMac = $printer[‘printerMAC’];
    break;
    }
    }

    if (sizeof($selectedPrinter) == 0) {
    $selectedPrinter = $printerList[0];
    $selectedPrinterMac = $printer[0][‘printerMAC’]; //ZFIX
    }

    Thread Starter ESC IT (Web Design Bristol)

    (@escitsupport)

    Just to confirm, the following test below was also done using the standard WordPress theme (opposed to flatsome above)

    Edit”Checkout”
    Thank you. Your order has been received.

    Order number: 162
    Date: 2 July 2020
    Total: £3.00
    Payment method: Credit Card (Stripe)

    Notice: Undefined offset: 0 in /home/sites/11a/3/3b6e75b09c/public_html/wp-content/plugins/star-cloudprnt-for-woocommerce/order-handler.php on line 280

    Notice: Undefined index: printerMAC in /home/sites/11a/3/3b6e75b09c/public_html/wp-content/plugins/star-cloudprnt-for-woocommerce/cloudprnt/printer_text_plain.inc.php on line 24

    Notice: post was called incorrectly. Order properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/twentyseventeen/page.php’), get_template_part, locate_template, load_template, require(‘/themes/twentyseventeen/template-parts/page/content-page.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, WC_Shortcodes::checkout, WC_Shortcodes::shortcode_wrapper, WC_Shortcode_Checkout::output, WC_Shortcode_Checkout::order_received, wc_get_template, include(‘/plugins/woocommerce/templates/checkout/thankyou.php’), do_action(‘woocommerce_thankyou’), WP_Hook->do_action, WP_Hook->apply_filters, star_cloudprnt_woo_on_thankyou, star_cloudprnt_print_order_summary, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong Please see Debugging in WordPress for more information. (This in /home/sites/11a/3/3b6e75b09c/public_html/wp-includes/functions.php on line 5167

    Notice: order_date was called incorrectly. Order properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/twentyseventeen/page.php’), get_template_part, locate_template, load_template, require(‘/themes/twentyseventeen/template-parts/page/content-page.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, WC_Shortcodes::checkout, WC_Shortcodes::shortcode_wrapper, WC_Shortcode_Checkout::output, WC_Shortcode_Checkout::order_received, wc_get_template, include(‘/plugins/woocommerce/templates/checkout/thankyou.php’), do_action(‘woocommerce_thankyou’), WP_Hook->do_action, WP_Hook->apply_filters, star_cloudprnt_woo_on_thankyou, star_cloudprnt_print_order_summary, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong Please see Debugging in WordPress for more information. in /home/sites/11a/3/3b6e75b09c/public_html/wp-includes/functions.php on line 5167

    Deprecated: WC_Order::get_item_meta is deprecated since version 3.0! Use wc_get_order_item_meta instead. in /home/sites/11a/3/3b6e75b09c/public_html/wp-includes/functions.php on line 4713

    Deprecated: WC_Order::get_item_meta is deprecated since version 3.0! Use wc_get_order_item_meta instead. in /home/sites/11a/3/3b6e75b09c/public_html/wp-includes/functions.php on line 4713

    Deprecated: WC_Order::get_item_meta is deprecated since version 3.0! Use wc_get_order_item_meta instead. in /home/sites/11a/3/3b6e75b09c/public_html/wp-includes/functions.php on line 4713

    Notice: post was called incorrectly. Order properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/twentyseventeen/page.php’), get_template_part, locate_template, load_template, require(‘/themes/twentyseventeen/template-parts/page/content-page.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, WC_Shortcodes::checkout, WC_Shortcodes::shortcode_wrapper, WC_Shortcode_Checkout::output, WC_Shortcode_Checkout::order_received, wc_get_template, include(‘/plugins/woocommerce/templates/checkout/thankyou.php’), do_action(‘woocommerce_thankyou’), WP_Hook->do_action, WP_Hook->apply_filters, star_cloudprnt_woo_on_thankyou, star_cloudprnt_print_order_summary, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong Please see Debugging in WordPress for more information. (This in /home/sites/11a/3/3b6e75b09c/public_html/wp-includes/functions.php on line 5167

    Warning: opendir(/home/sites/11a/3/3b6e75b09c/public_html/wp-content/star-cloudprnt/printerdata//queue/): failed to open dir: No such file or directory in /home/sites/11a/3/3b6e75b09c/public_html/wp-content/plugins/star-cloudprnt-for-woocommerce/cloudprnt/printer_queue.inc.php on line 9

    Warning: copy(/home/sites/11a/3/3b6e75b09c/public_html/wp-content/star-cloudprnt/printerdata//queue/1.txt): failed to open stream: No such file or directory in /home/sites/11a/3/3b6e75b09c/public_html/wp-content/plugins/star-cloudprnt-for-woocommerce/cloudprnt/printer_queue.inc.php on line 93

    Warning: fopen(/home/sites/11a/3/3b6e75b09c/public_html/wp-content/star-cloudprnt/printerdata//queue/1): failed to open stream: No such file or directory in /home/sites/11a/3/3b6e75b09c/public_html/wp-content/plugins/star-cloudprnt-for-woocommerce/cloudprnt/printer_queue.inc.php on line 94

    Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/sites/11a/3/3b6e75b09c/public_html/wp-content/plugins/star-cloudprnt-for-woocommerce/cloudprnt/printer_queue.inc.php on line 95

    Warning: fclose() expects parameter 1 to be resource, boolean given in /home/sites/11a/3/3b6e75b09c/public_html/wp-content/plugins/star-cloudprnt-for-woocommerce/cloudprnt/printer_queue.inc.php on line 96

    Plugin Author ESC IT (Web Design Bristol)

    (@escitsupport)

    Hi @shaundas,

    Thanks for getting in touch.
    Can I just check your definition of dynamic price – are you using the WooCommerce plugin called Dynamic Pricing? (https://woocommerce.com/products/dynamic-pricing/)

    Cheers
    Paul

    Plugin Author ESC IT (Web Design Bristol)

    (@escitsupport)

    Hi @kacper1263,

    Thanks for your feedback – we have added this feature request to the next release of the plugin.

    As soon as the development is ready, I will update on this thread.

    Cheers
    Paul

    Plugin Author ESC IT (Web Design Bristol)

    (@escitsupport)

    Hi @mbateam,

    Thanks for your question.

    We have added this to the next track of development to get this added.
    Once it has been tested and released, I will update this thread.

    Cheers
    Paul

    Plugin Author ESC IT (Web Design Bristol)

    (@escitsupport)

    Hi Paula,

    We have just released version 2.2 of our plugin which should address the issue you are facing.

    If there are any more problems, please do get in touch.

    Cheers
    Paul

    We are also facing this issue with POST SMTP with SendGrid as well
    “ERROR: Status code is 0”

    The issue is actually causing our WooCommerce store to duplicate orders and take payment twice

    Plugin Author ESC IT (Web Design Bristol)

    (@escitsupport)

    Hi Paula,

    Thanks for your feedback – apologies for this issue.
    We are working on a new version to resolve this. If you drop us an email to [email protected] we can add you to our communication list of when the new version is ready to download and use.

    Cheers
    Paul

    @festusdog we have exactly the same problem.
    However in our logs it was showing PHP Fatal error: Out of memory (allocated 106954752) (tried to allocate 1216512 bytes)
    We upgraded from PHP 5.6 to 7.2 and changed memory limit which worked for us.

    Thread Starter ESC IT (Web Design Bristol)

    (@escitsupport)

    All plugins were updated and Yoast was the last to be updated (given that it was in A-Z order)
    As soon as the Yoast plugin was updated, that was the point it crashed the admin side. Version 9.7

    I cannot reactivate due to the crashing.

    Thread Starter ESC IT (Web Design Bristol)

    (@escitsupport)

    We noticed the error when upgrading one of our client’s plugin to the latest version.

    Details of the clients setup is:
    WooCommerce version: 3.5.5
    WordPress version: 5.0.3 – There is a newer version of WordPress available (5.1)
    WordPress multisite: –
    WordPress memory limit: 512 MB

    We have the exact same issue. Only certain customers on Stripe have the ability to upgrade to Radar 2.0 on their early release program.
    Any idea when a new version will be available to support this?

    Using the current plugin version, here are the things it passes and fails on:
    PASS: Collect payment information using tokenization
    FAIL: Create payments using the customer object
    FAIL: Save cards using the customer object
    ⁣PASS: Provide customer email address
    FAIL:Provide customer name

Viewing 12 replies - 1 through 12 (of 12 total)