• Resolved mmarshall1993

    (@mmarshall1993)


    Hi there,

    To start great plugin, thank you.

    I have found two bugs and also have a few feature requests which I will put in a new post.

    Bug 1 – Bulk action: Change status to Ready for pickup:
    When I select multiple orders, and use the bulk action: Change status to Ready for pickup, the Pickup Instructions Table gets duplicated. So the first order changed, there is only one table, second order changed two tables, etc. Please see screenshot of an actual Ready for pickup email sent, this order was the 4th order to be changed.

    https://www.dropbox.com/s/9jy4hrnr0n1q23z/FireShot%20Capture%20050.png?dl=0

    Before I knew about this issue above, we are having high CPU usage and slow response on our web hosting server, while using bulk action: Change status to Ready for pickup only, when selecting say 6+ orders to be changed. A couple of orders was ok. This could be due to the above issue?

    Also is there a way to stop the Pickup Instructions Table splitting in half and down when shown on a small screen device as shown in the screenshot?

    Bug 2 – Email customizer:
    On your plugin page, clicking on edit email or Customizer for the selected template will bring up the Customizer view. I make changes and the preview updates on the right.

    When I click on the < button and choose a different template to edit and make changes, the preview on the right doesn’t update to show the correct template, it gets stuck on the first template that was selected.

    Kind Regards,
    Mark

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Zorem

    (@zorem)

    Hi
    Bulk actions issue and customizer – We will check these issues and fix.
    Display – we allow more customizer options in the PRO version and we are in the works to even improve it and also add option to choose between 1 column or 2 columns, the PRO is already available and we will release a new version with with the 1/2 columns by the end of this week.
    Thanks

    Thread Starter mmarshall1993

    (@mmarshall1993)

    Hi,

    Thanks for looking into those bugs.

    I’ll look into that regarding the display, thanks.

    Kind Regards,
    Mark

    Thread Starter mmarshall1993

    (@mmarshall1993)

    Hi There,

    I have an extra question regarding the Ready for pickup Email.

    I currently use WebToffee WooCommerce PDF Invoices, Packing Slips, Delivery Notes and Shipping Labels pro version.

    I wanted to attach the invoice to Ready for pickup Email instead of the processing email. I spoke to WebToffee and they gave me this code:

    add_filter(‘wf_pklist_alter_invoice_attachment_mail_type’,’wf_pklist_alter_invoice_attachment_mail’,10,4);
    function wf_pklist_alter_invoice_attachment_mail($attach_to_mail_for, $order_id, $email_class_id, $order)
    {
    $attach_to_mail_for[]=’enter the custom status id here’;
    return $attach_to_mail_for;
    }

    I have changed the ‘enter the custom status id here’ and it doesn’t seem to attach it. Or is there another way of dealing with this?

    Kind Regards,
    Mark

    Thread Starter mmarshall1993

    (@mmarshall1993)

    Hi,

    Is there any update on these bugs yet?

    Kind Regards,
    Mark

    Plugin Author Zorem

    (@zorem)

    Hi @mmarshall1993,

    I think you need to discuss that with WebToffee WooCommerce PDF Invoices, Packing Slips, Delivery Notes, and Shipping Labels developer. Because that plugin gives you the option to you can select order status for attaching PDF and it’s not working. so, that is not the issue with an ALP plugin. so please discuss with them.

    Thanks ??

    Thread Starter mmarshall1993

    (@mmarshall1993)

    Hi,

    Sorry I didn’t mean an update on the email attachment, I got that sorted.

    I meant the original bugs I reported at the start of this topic.

    Kind Regards,
    Mark

    Plugin Author Zorem

    (@zorem)

    Ok, it will be fixed in the next version.

    Thread Starter mmarshall1993

    (@mmarshall1993)

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Ready for pickup Email’ is closed to new replies.