Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1421936

    Nabeel A
    Moderator

    Hi again,

    You can check out the following plugin https://wordpress.org/plugins/woocommerce-delivery-notes/screenshots/

    Hope this helps!

    #1422670

    iamwithU
    Participant

    Tks Nabeel for the recommendation. I’ll definitely try it out.

    So what happens to that process advised by your colleagues before you – uploading a php file onto X-child’s theme? What’s the aim of that process?

    I did learn something from that process. But for completion, at least tell me how to use the end result there. All that has been taught so far is to create a new web page. What’s next for that web page? Where’s the print button or option?

    #1423054

    Joao
    Moderator

    Hello There,

    So what happens to that process advised by your colleagues before you – uploading a php file onto X-child’s theme? What’s the aim of that process?

    The point of this process is that when the theme gets updated your changes won’t be overwritten.

    You need to read the plugin documentation in order to learn how it works.Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks for understanding.

    #1423353

    iamwithU
    Participant

    No Joao, I was not referring to the end process of the plugin recommended by Jabeel.

    I was referring to the steps advised by Lely & Rue Nel right in the beginning of the thread – after creating the new web page, what is next – how do I print? There is no “print” option or button. Am I missing a step there?

    #1424578

    Rad
    Moderator

    Hi there,

    The above process only makes the page print ready and
    you have to add your own print button, like from here https://css-tricks.com/quick-tip-making-a-print-this-page-button/

    Thanks!