Add a “Buy Now” button To create a simple Buy Now button that adds a product to cart and redirects to checkout use the following...
Change “add to cart” text WooCommerce has some filters that allows to change the add to cart text based on the context. All PHP snippets...
Change header icons It’s possible to change the default Wishlist and Cart icons from the header. Add to Cart/Bag There is an option...
Free Shipping progress bar Go to Appearance > Customize > Shop > Progress Bar to configure the progress bar.
Login to see prices The following mod will hide the prices for non logged in visitors. Instead is will display a link to open...
Product Categories carousel The shortcode [product_categories] displays the category loop in the default grid mode. Follow the steps to transform the grid into...
Product categories description Move description to the bottom A common change is to move the category description to the bottom of the page...
Reorder Checkout fields WooCommerce has a ‘priority’ parameter for each billing and shipping field. In this example State and City are moved so...
Replace variable price range by chosen variation If the product variants have different prices, WooCommerce will display the price range below the title and the selected price...
Show images in Order Details In Order Details page To display the product thumbnails in the order details use the following code in /wp-content/themes/goya-child/functions.php In...