charliemp
Forum Replies Created
-
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] FooterAdding it using Code Snippets rather than direct into the functions.php file means that it doesn’t crash the site.
However changing the font size in the code makes no difference and it doesn’t remove the footer text from the delivery note.
Can you help further?
Thanks
Martin
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] FooterHi
Any more thoughts on how to make it work without breaking the website?
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] FooterHi
Thanks for the suggestion, I tried it but it broke the whole website.
- This reply was modified 4 years, 2 months ago by charliemp.
Forum: Plugins
In reply to: [WooCommerce] order-received page not workingHi Juan G
Thank you very much for your reply.
I had to do a few additional changes but thanks for pointing me in the right direction, I hadn’t found that section.Forum: Plugins
In reply to: [WooCommerce] mailto populate subject with product titleI have a woocommerce site and want to have a mailto button for more information. I want the email to automatically populate the subject field with the product (post) title. I have found various options using php but nothing seems to work.
I have tried using the following mailto:
mailto:[email protected]?subject=Info request for [custom_mailto_title]
and then this php:
add_shortcode( ‘custom_mailto_title’, ‘custom_mailto_title’ );
function custom_mailto_title( $atts ) {
return esc_attr( get_the_title( get_the_ID() ) );
}It looks like it should work but it does not and my understanding of php is limited
Forum: Plugins
In reply to: [WooCommerce] add to cart for each variationok, thanks
Forum: Plugins
In reply to: [WooCommerce] add to cart for each variationThanks for the reply.
I was wondering if it was possible using phpForum: Plugins
In reply to: [WooCommerce] separate woocommerce shop pagesThanks