How to create custome pdf file of my invioice in wordpress

Assuming you’re creating this as a plugin and you’ve saved the dompdf directory within your plugin directory you can include it with the following. // wp-content/plugins/yourplugin/yourplugin.php // Set up paths to include DOMPDF $plugin_path = plugin_dir_path( __FILE__ ); define( ‘YOURPLUGIN_DOMPDF’, $plugin_path . ‘dompdf/’ ); // Set up directory to save PDF $upload_dir = wp_upload_dir(); define( … Read more

I’d like to add a button under the “Add to Cart” button which says “Buy on Amazon” and links to my Amazon product page [closed]

You can copy this code to your functions.php and you will add a button under Add to Cart Button. add_action( ‘woocommerce_after_add_to_cart_button’, ‘content_after_addtocart_button’ ); function content_after_addtocart_button() { echo ‘<div class=”content-section”><br><br><a href=”https://www.google.com/”><input id=”amazonBtn” type=”button” value=”Buy on Amazon”/></a></div>’; } Change the Google link for your Amazon link.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)