WooCommerce Cart Hooks – WPDesk

WooCommerce Cart Hooks – WPDesk

The “Add your own sections to the cart page” in WPDesk’s WooCommerce Cart Hooks article is very helpful in learning how add_action hooks code works in functions.php file. WPDesk’s “WooCommerce Empty Cart Hooks – Visual Guide” is also especially helpful. In the above code, WPDesk helps me see that the first part (woocommerce_before_cart_table) is the…

| | |

How To: Add Featured Image to WordPress PlatformPro Theme

Goal: Add Featured Image to PlatformPro theme to use The Cart Press: List products in your home page in grid format WordPress: v3.2.1 Parent theme: PlatformPro, v1.5.2 Child Theme: PlatformBase, v1.4.1 Shopping Cart: The Cart Press, v1.1.3 File: root > wp-content > themes > platformbase > functions.php Add to the end of the file: //…