Warning: call_user_func_array() expects parameter 1 to be a valid callback, function '_wp_footnotes_kses_init' not found or invalid function name in /var/www/vhosts/223/1111104/webspace/httpdocs/codingthenet.com/wp-includes/class-wp-hook.php on line 307
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function '_wp_footnotes_kses_init' not found or invalid function name in /var/www/vhosts/223/1111104/webspace/httpdocs/codingthenet.com/wp-includes/class-wp-hook.php on line 307 Home - Coding The Net
If you need a customer to be able to add seperate billing and delivery phone numbers (for example when having a product sent as a gift) you can achieve this by adding the code below to your theme’s functions.php file /** Add an extra Phone number field to the Delivery Address checkout. */ add_filter( ‘woocommerce_checkout_fields’, […]
https://www.codingthenet.com/wp-content/uploads/2020/05/Delivery-Phone-number-field-Woocommerce.png208540ctn-adminhttps://www.codingthenet.com/wp-content/uploads/2015/07/ctn-logo.pngctn-admin2020-05-18 20:05:062020-05-18 20:13:05Add a Delivery Phone number field to Woocommerce Checkout
Want to display a list of your product attributes on your product page? For example show the Manufacturer, Dimensions etc. Just add the code below to your themes functions.php file. If you want to change exactly where on the product page the attributes are displayed update the priority of the hook. (Thats the 25 in […]
So this happened today. I paid for a coupon online, pressed print, then closed the webpage. Walked over to printer, it was out of ink so so had not printed out properly. No problem you would think, just print it again? Logged back in, and it would not let me print the coupon again without […]
https://www.codingthenet.com/wp-content/uploads/2018/04/how-to-recover-printer-documents1.png4001300ctn-adminhttps://www.codingthenet.com/wp-content/uploads/2015/07/ctn-logo.pngctn-admin2018-04-23 17:49:352018-04-23 17:59:09How to Recover and Reprint the last document printed on a Mac
If you are using SEO urls on your opencart site (which you should be), you may notice that sometimes when you navigate to the homepage by clicking on your site logo or other link, the url appears with the index.php?route=common/home suffix. The easiest way to remove this, is to edit your .htaccess file with the […]
If you are using the Weight Based Shipping module in Opencart you may find that the weight appears in certain places such as the cart and checkout. However, you may not want this displayed as your weight might not be accurately setup or you may have it configured in your own way. There is a setting to […]
Add a Delivery Phone number field to Woocommerce Checkout
/in Woocommerce, WordpressIf you need a customer to be able to add seperate billing and delivery phone numbers (for example when having a product sent as a gift) you can achieve this by adding the code below to your theme’s functions.php file /** Add an extra Phone number field to the Delivery Address checkout. */ add_filter( ‘woocommerce_checkout_fields’, […]
Display Woocommerce Attributes on Product pages
/in Woocommerce, WordpressWant to display a list of your product attributes on your product page? For example show the Manufacturer, Dimensions etc. Just add the code below to your themes functions.php file. If you want to change exactly where on the product page the attributes are displayed update the priority of the hook. (Thats the 25 in […]
How to Recover and Reprint the last document printed on a Mac
/in MacSo this happened today. I paid for a coupon online, pressed print, then closed the webpage. Walked over to printer, it was out of ink so so had not printed out properly. No problem you would think, just print it again? Logged back in, and it would not let me print the coupon again without […]
Opencart SEO homepage (remove index.php?route=common/home)
/in OpencartIf you are using SEO urls on your opencart site (which you should be), you may notice that sometimes when you navigate to the homepage by clicking on your site logo or other link, the url appears with the index.php?route=common/home suffix. The easiest way to remove this, is to edit your .htaccess file with the […]
Remove weight from cart/checkout – (Opencart Weight Based Shipping)
/in Opencart, PHPIf you are using the Weight Based Shipping module in Opencart you may find that the weight appears in certain places such as the cart and checkout. However, you may not want this displayed as your weight might not be accurately setup or you may have it configured in your own way. There is a setting to […]