• Resolved Kiran

    (@kiran11more)


    Hello,

    Is it possible to add serial number and product short description column in woo cart page as well as in pdf?

    Any help would be appreciated.

    Thanks for great plugin.

    Regards,
    Kiran.

    • This topic was modified 2 years, 4 months ago by Kiran.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author David Jensen

    (@dkjensen)

    @kiran11more Hello, yes this is possible. (apologies for delay I was away on holiday)

    To add columns to the PDF, it will require some coding. But how you would accomplish it is by copying the PDF template from the plugin folder wc-cart-pdf/templates/cart-table.php into your child theme folder child-theme/woocommerce/wc-cart-pdf/cart-table.php.

    In that file there is an HTML table, simply add a couple more <td> columns and inside each column you will grab the product serial number and short description.

    The process is similar for WC cart page, copy the plugin file woocommerce/templates/cart/cart.php into your child theme child-theme/woocommerce/cart/cart.php, and repeat the process.

    Hope this helps

Viewing 1 replies (of 1 total)
  • The topic ‘Serial number and product short description column’ is closed to new replies.