WooCommerce reviews + tutorials

How to Create a WooCommerce Widget

…o $args[‘after_widget’]; } public function update: This function handles updating our widget instance with any settings configured by the user. For example, this can let the user set the widget title, or some other part of the widget (such as display text). This function accepts the old settings for the widget, then updates them with the new settings entered by the user. The general format takes every setting from the $instance (which we’ll create…

Read More

Ask SkyVerge

How can I require customers apply for a membership and approve their access?

…reject their membership. This is desirable for merchants who want a great deal of control over who gets access to membership perks on their site. If you’re interested in setting up Memberships to require application and approval, please let us know! In the meantime, here are a couple of ways you can make this happen on your site today. Either option can work, so you’ll need to decide what kind of workflow you want for your potential members. Meth…

Read More

SkyVerge WooCommerce Extensions

WordPress Pretty Category Permalinks Broken and Fixed

…ng that rather than a nice permalink like say /articles/magento/how-to-upgrade-magento I get /category/articles/magento/how-to-upgrade-magento. Even worse than just having the extra directory level cluttering up my nice clean URL is the fact that the ‘category’ page doesn’t even exist: visiting /category/ returns a 404. The solution is to use a plugin a remove that category base, there are a number of options available for this, I happened to use…

Read More

WooConf 2014 Recap

WooConf 2014 Recap

…larger focus is that you don’t want just a website; you want a platform — a site that can grow as your needs change. For that, you need WooCommerce. You can check out a recap of Chris’s talk on his blog. We were also looking forward to the State of the Woo talk from Co-founder Mark Forrester. WooCommerce has expanded to almost 18% of all eCommerce sites, and the Woo crew has doubled in size since we last met up with them in person. The growth of…

Read More

WooCommerce extension updates & releases

WooCommerce Customer / Order CSV Export – Version 4.0

…on that developers could leverage to adjust the export format, we’ve also made great strides in making simple changes more friendly for merchants without custom code as well. Let’s take a look at some of the shiny new features in this release! Custom Export Format Builder Our WooCommerce custom export format builder is one of the features we’re most proud of for this release. We’ve added a column picker that will make it much easier for merchants…

Read More

WooCommerce extension updates & releases

WooCommerce Customer / Order XML Export 2.0: New Export Filters, Better Performance

…files with more granular control. New Automated Export Methods We’ve also made improvements to automated exports themselves. To start, we’ve added automated customer exports to the plugin. While you could always export your new orders on a schedule, you didn’t have a way to export new customers on a schedule as well. Automated customer exports solve that problem, and your customer exports can be generated and transferred on a schedule. Automated C…

Read More

Create a New WordPress Admin Account

…* Here’s why you should never use admin as your username. Pour mieux vous aider, il serait très utile si vous seriez capable de nous fournir avec un compte d’administrateur pour votre site pour que notre équipe peut mieux examiner le problème. Nous vous recommandons de créer un compte d’administrateur temporaire que vous pourrez supprimer lorsque notre enquête sera terminée. Créer le compte d’usager Dans votre tableau de bord de WordPress, navigu…

Read More

Memberships

…t so happy when I go to buy a WooCommerce extension and then see you have made it – done deal. Great job on the extensions. 🙂 Grant Ambrose, MyWeb Digital Extensions & integrations WooCommerce Subscriptions Leverage subscription features for your Memberships site including recurring billing and free trials. Teams for WooCommerce Memberships Sell corporate, group, family, or team memberships for your site. Mailchimp for WooCommerce Memberships Inte…

Read More

Memberships – features

…t so happy when I go to buy a WooCommerce extension and then see you have made it – done deal. Great job on the extensions. 🙂 Grant Ambrose, MyWeb Digital Ready to get started with WooCommerce Memberships? Buy now More Info Plugins Memberships What our customers say Contact Us Get Support SkyVerge Stats 53 WooCommerce extensions 3,893,858 WordPress.org Plugin Downloads 55 WooCommerce Articles 168 Total Blog Posts © SkyVerge 2024 | Tools for eComme…

Read More

WordPress development tutorials

Translating a WordPress Plugin on the Command Line Step by Step

…ated article Writing a Plugin That Can Be Localized by WPML for details. Updating Your Translation If you change text in your plugin and want to update your translation without re-translating everything, Poedit makes this a snap. Simply: Follow the steps above to generate a new POT file with the current strings Open your out of date PO file with Poedit Go to Catalog > Update from POT file… and choose your new POT file Poedit will show you the obso…

Read More