Giter Club home page Giter Club logo

wc-order-pdf-download's Introduction

wc-order-pdf-download

Download PDF for WooCommerce orders.

Description

This WooCommerce extension generates a PDF invoice for your woocommerce orders. Admin can download order pdf from the order admin page and customers can download order pdf from the my account page.

Features

  • One Click PDF Download
  • Download the PDF invoice from the order admin page.
  • Download invoices from the My Account page
  • Use hook to add new order items in pdf table
add_action( 'wcopd_order_pdf_add_extra_order_details', 'callback_function', 10, 1 );
  • Use hook to add order item meta in pdf table
add_action( 'wcopd_order_pdf_add_order_item_meta', 'callback_function', 10, 1 );
  • Use hook to add extra rows to pdf table
add_action( 'wcopd_order_pdf_add_extra_table_rows', 'callback_function', 10, 1 );

Installation

  1. Upload plugin to the "/wp-content/plugins/" directory.
  2. Activate the plugin through the "Plugins" menu in WordPress.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.