Hey there!👋

Our team, support and all product sales will be offline December 22 – January 3 for our annual holiday break. 🙌 Wishing you all a safe, happy, healthy holiday season from Team Shannon Mattern!

WooCommerce

Click here to download WooCommerce >> Selling a physical product? Need a shopping cart on your WordPress site? WooCommerce is the perfect shopping cart plugin for WordPress. In this tutorial, we’ll cover installation and setup, configuring WooCommerce’s robust e-commerce features, setting up your store page, and setting up all your products and all the possible product variations and prices. Then we’ll move on to checkout, and the decision to use PayPal or accept credit cards on your site, and how to set up the tech you need if you don’t want to use PayPal. Finally I’ll give you a little bonus functionality to help keep people from abandoning their shopping cart on your site!

CODE

Here’s the CSS code for styling your cart messages. Remember to switch out my color codes (starting with #) with your own!

<.woocommerce-message { border-top-color: #ff0066 !important; }/code>

.woocommerce-message { border-top: 3px solid #ff0066 !important; }

.woocommerce-message:before { content: "13"; color: #ff0066 !important; }

.woocommerce-info { border-top: 3px solid #ff0066 !important; }

.woocommerce-info:before { font-family: Times, Georgia, serif; font-style: italic; content: "i" ; color: #ff0066 !important; }

.woocommerce-error { border-top: 3px solid #ff0066 !important; }

.woocommerce-error:before { content: "0d7"; font-weight: 700; color: #ff0066 !important; }

.woocommerce-error { border-top-color: #ff0066 !important; }

Resources

WooCommerce Cart Tab Plugin WooCommerce Payment Gateway Plugins WooCommerce Themes (note: this will be the theme for your entire site). Stripe Payment Gateway (my recommended payment gateway if you're not using PayPay) Need shipping integration? Just google "WooCommerce shipping plugins" and you'll find a solution for almost every shipping provider, including Shipstation and Easypost.