Hello to all. Welcome to therichpost.com. Myself Ajay Malhotra and I am freelance full stack developer. I love coding. I know WordPress, Core php, Angularjs, Angular 14, Angular 15, Angular 16, Angular 17, Bootstrap 5, Nodejs, Laravel, Codeigniter, Shopify, Squarespace, jQuery, Google Map Api, Vuejs, Reactjs, Big commerce etc.
4 comments
hi i used your code in themes functions.php but it is not showing download pdf button in product details page,
do i need to modify some others files too ?
Try this:
add_action( ‘woocommerce_before_single_product_summary’, ‘download_pdf’, 10 );
function download_pdf()
{
return “Download PDF“;
}
Is there a way of turning this into a shortcode so that you can enter it into a template?
yes we can.