Support » Plugin: Custom Order Statuses for WooCommerce » Problem with plugin

  • Resolved alijens

    (@alijens)


    I have a couple of problems with the plugin.
    Adding a new Custom status does not work.
    settings-page.php row 98. add_option seems to do nothing, I get no response at all from it. I have changed it to use update_option instead and then it works fine since update_option will create the option if it does not exist.

    Copying email templates to theme always copies to woocos-email/emails/woocos-email-template.php in the child-theme and hence limits the amount of templates to one since copying the next one will overwrite the existing one. Please add a folder for each template or set a unique file name for each template.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Nuggethon

    (@nuggethon)

    Hi alijens,

    could you specify the problem with adding Custom status?

    About settings-page.php and copying templates, thank you for your insights, we will fix and add these features in the next update (most likely during the next week).

    Thread Starter alijens

    (@alijens)

    Hi,
    When I click the button “Add new custom order status” nothing happens. I have tried to console.log the result of add_option but I get nothing in the log. I would have expected true/false but I get nothing. If I change to update_option the status is added as expected when clicking the “Add new custom staus” button.

    Plugin Author Nuggethon

    (@nuggethon)

    Okay, so if update_option fixes this issue, then you should no longer encounter it after we release the update. You can expect it by the end of this week. If the issue persists after the update let us know and we will look deeper into this then.

    Plugin Author Nuggethon

    (@nuggethon)

    Hi alijens,

    sorry for the delay, but version 1.3.0 is now available to download with fixed row 98 in settings-page.php. Additional templates are not yet available, but they will be in the future. We are marking this issue as resolved and if you have any other issues feel free to open another ticket.

    Plugin Author Nuggethon

    (@nuggethon)

    Hi alijens,

    we are happy to inform you that an update with customizable HTML templates has been released, so now you can copy the template to your theme folder and customize it as you like!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem with plugin’ is closed to new replies.