The post Moving WooCommerce Orders Between Sites appeared first on SkyVerge.
One of the most common problems for WooCommerce stores that have multiple environments (such as a staging and live version of the site) is how to move data back and forth between these versions of the site. For example, what if you use an eCommerce-friendly host like SiteGround or Kinsta who has a one-click staging environment you can use? You could update a design or content on the staging site, Keep Reading…
The post Moving WooCommerce Orders Between Sites appeared first on SkyVerge.
The post Filtering WooCommerce Orders appeared first on SkyVerge.
Filtering your WooCommerce orders gives you a way to find the transaction records you’re looking for faster. When we’re working on threads in the help desk, this is useful to us as developers as well so we can find the orders relevant to the issue quickly. One of the most helpful filters for debugging is to filter orders by payment method used, as we’ll use this for payment gateway support, Keep Reading…
The post Filtering WooCommerce Orders appeared first on SkyVerge.
The post Add a Lock Icon to WooCommerce Memberships Restricted Posts appeared first on SkyVerge.
We’ve gotten this question a few times, most recently from Jon: Can I add a lock icon before restricted posts? I already use FontAwesome, but I’m not sure how to add / remove the lock depending on whether the customer has access. Definitely do-able As Jon has noted though, be sure that FontAwesome is already loaded on your site so the icon can be shown. To add the icon, Keep Reading…
The post Add a Lock Icon to WooCommerce Memberships Restricted Posts appeared first on SkyVerge.
Here’s a quick development tutorial on how to make changes to a single WordPress page or post. Let’s say that you want to change styling for one page on your site, but it doesn’t have unique class or ID for you to target in your stylesheet. You can use the is_page() conditional tag to target a specific WordPress page to make your changes. You can also use the is_single() tag Keep Reading…
The post How to apply changes to a single WordPress page appeared first on SkyVerge.
If you’re using the official WooCommerce iPhone app, you may have noticed that custom order statuses have their own icon when displayed in your order details: These handy little icons (designed by Jay Koster) can be added to your WooCommerce “Orders” page as well so they’re consistent throughout your shop and the app. Here’s a quick guide on how to add WooCommerce custom order status icons. You don’t have to Keep Reading…
The post Changing WooCommerce Custom Order Status Icons appeared first on SkyVerge.
Today’s question comes from Nelson: Is there a way to align the “Add to Cart” or “Select Options” buttons on the shop pages? When the product names are different lengths, or some products have reviews and some don’t, the buttons are misaligned. This would make it look much more professional. Thanks! Unfortunately, this will depend heavily on your theme. However, it may be possible with a bit of CSS to Keep Reading…
The post Ask SkyVerge: WooCommerce Align Add to Cart Buttons appeared first on SkyVerge.
Our WooCommerce Social Login plugin has quickly become one of my favorites, as you can allow users to easily link social accounts to WooCommerce and Sensei. This makes it easier to get involved with your store and far easier to save a user profile for future purchases. Even better, it’s on sale for a limited time as part of the WooCommerce Essentials Kit! You can pick it up for 25% Keep Reading…
The post Advanced WooCommerce Social Login Tips appeared first on SkyVerge.
Our WooCommerce Social Login plugin has quickly become one of my favorites, as you can allow users to easily link social accounts to WooCommerce and Sensei. This makes it easier to get involved with your store and far easier to save a user profile for future purchases. Even better, it’s on sale for a limited time as part of the WooCommerce Essentials Kit! You can pick it up for 25% Keep Reading…
The post Advanced WooCommerce Social Login Tips appeared first on SkyVerge.
Our WooCommerce Social Login plugin has quickly become one of my favorites, as you can allow users to easily link social accounts to WooCommerce and Sensei. This makes it easier to get involved with your store and far easier to save a user profile for future purchases. Even better, it’s on sale for a limited time as part of the WooCommerce Essentials Kit! You can pick it up for 25% Keep Reading…
The post Advanced WooCommerce Social Login Tips appeared first on SkyVerge.
While offering coupons to your customers is a really great way to offer a purchase incentive or to say “thanks for a review!”, you may not want to train customers to look for discounts. If this is the case, they may end up frequently leaving your checkout to go coupon hunting, or may wait to purchase something from your store until they have a coupon available. This runs the risk Keep Reading…
The post How to Hide WooCommerce Coupon Fields appeared first on SkyVerge.