Posted on Leave a comment

Sell Extra Items With WooCommerce Product Addons

Sell Extra Items With WooCommerce Product Addons 1

WooCommerce product addons are things you sell with your main product. Imagine this scenario: A customer buys a phone on your store. The phone costs $300. If you don’t have any other items to sell along with the phone, your revenue would stay at $300. However, you can offer extra services to maximize your revenue. For example, you can offer screen glass installation for extra $15, one more year warranty with $15 more. If the customer decides to get all those extras, you’ll get $30 more. That’s is 10% increase in revenue.

In this post, I’m going to show you how you can use WooCommerce product addons to maximize your revenue.

Get WooCommerce Product Addons plugin

The functionality we need to enable selling addons is not available in WooCommerce. So, you need to get a plugin to do that job.

Click here to download WooCommerce product addons

Once you get the plugin, install and activate it to get started.

Create addon for a single product

Let’s take the example at the beginning of this article. I’m going to create a product on my store and walk you through the process of creating two addons:

  1. The glass cover installing service
  2. One extra year of warranty

Let’s edit the product. Under product data, you’ll see there is a new tab called add-ons. Let’s click on that tab:

woocommerce product add ons tab

Now, click on add field button to start creating our first add-on. I’m going to create the glass installing service first.

adding a add-on to woocommerce product

As you can see, adding an add-on to a product is quite simple. First, I need to specify the type of the field. In this case, I select checkboxes since this is an optional service, the customer can check or uncheck that box to add the add-on to cart or not.

Next, I write a title for the add-on and a description.

Then, you’ll see there is a place to mark this add-on is required or not. There are required add-on such as when you buy a car, you must buy an insurance policy. However, in this case, the service is optional so I’ll leave that field unchecked.

Finally at the bottom, here you can set the fee for the add-on. As mentioned at the beginning of the post, the fee for this add-on is $15.

Now, we have created one add-on, let me go ahead and create the other.

add another add-on to the product

Now, let’s save the product and see what does it look like.

woocommerce product addon on product page

As you can see, the two add-ons are available on the product page.

If you think the title of those add-ons are quite hard to see, I agree. Let’s change the title type from label to heading

change add-on title from label to heading

Now, view the product page, you can see that the headings are stand out:

product add on title in heading

When you pick these add-ons, the price adjust accordingly:

Create global add-ons for all products in your store

Creating add-ons for single product is easy. However, there are times that you want to create one add-on that apply to all products on the store. Going through every product on the store to add that add-on would be impossible.

Luckily, you don’t need to do that. This plugin allows us to create add-ons that applied to all products on the store.

Let’s learn how to create that.

Under Products, you’ll see there is a new option called Add-on:

add on option under woocommerce products

Click on that, you’ll see this screen:

add on screen to create new add-on for all products

Let’s click on Create new button to create a new add-on. In this example, I’m going to create a multi options add-on. The details of the add-on as follow:

  1. Option one: get the product today, cost: $20
  2. Option two: get the product within 2 days, cost: $10

If the customers don’t use this add-on, the products are delivered by normal shipping.

create a global add-on entering details for the add-on

First, you need to enter some details for the add-on. These details are not visible on the front-end (that means your customer won’t see them). As you can see from the screenshot above, you can specify the categories that this add-on is available. For simplicity purpose, I’ll choose all products.

When scroll down, you’ll see a similar screen to the one in single product for creating add-on. Here is the configuration for the shipping add-on I mentioned above:

create-multiple-choice-add-on-for-woocommerce

As you can see, instead of selecting checkboxes in the type select dropdown, I choose Multiple choice since we have two choices this time. At the bottom, I added two options as mentioned. The cost of the two options are $20 and $10 accordingly.

Now, click on the publish button at the bottom to make this add-on available to all products on the store.

Let’s go ahead and see the multiple choice add-on on single product page:

As you can see, the add-on is fully functional. You can switch between options to get the shipping you prefer.

You can also notice a subtle bug. When I choose none, the subtotal is $0. This is incorrect. It should be the cost of the product.

Final thoughts

As you can see, WooCommerce product addons plugin is a great tool to sell extra items that is related to the current product. It is quite similar to a upsell. If the add-on is required, it would be similar to a force sell product. Hopefully this plugin can help you increase your revenue and profit.

You can find out more about the product here.

Posted on Leave a comment

Get WooCommerce Force Sells In 5 Minutes

When I first heard about WooCommerce force sell, I wonder why a store would do something like that? In the end, the customers are the ones who decide what to buy. Why do vendors force them to buy something.

Then I quick realize, many stores sell products together. For example, when you buy a car, buying an insurance policy for that car is a must.

There are still many examples in real life that make you, as store owner, to bundle products to sell together. If you find yourself in such situations, force sell is a good solution.

How To Implement WooCommerce Force Sells

Implementing force sell is quite simple with my new plugin. I call it BC Plus One. I don’t really like the name force sell so I want to name it something more natural. Furthermore, the name makes sense since these WooCommerce force sells products are similar to plus ones of the main product 🙂

Let me show you how it work first then you can see if it’s a good fit for you.

The scenario

Let’s imagine the following scenario. It’s almost winter now (November) but people still want to go to the beach. Thus, they are going to buying something like this:

woocommerce force sell main product

However, if they only buy this, there is a good chance that they will catch a cold after having a good time swimming and playing. So, it is a good idea to gently remind them that a scarf is a must, to protect them from catching a cold.

additional force sell product

It makes so much sense right? Our customers will be touched because we care so much about them.

So, the idea is, when the customers buy the swimwear, the scarf will be added to cart automatically.

How to Setup Plus One Product (WooCommerce Force Sells)

It is super easy to setup a plus one product.

Let’s edit the swimwear, go to linked products:

woocommerce force sell configurations

As you can see, along with upsells and crosssells, you have two new boxes to enter products:

  1. Non sticky plus one
  2. Sticky plus one

What are the similarities and differences between them?

The only similarity between sticky and non sticky plus one is when you add the main product (swimwear) to cart, both sticky and non sticky get added too.

Now let’s talk about the difference between them. Sticky plus one’s quantity is in sync with the main product. That means when you change the main product’s quantity in cart, sticky’s quantity changes accordingly while non-sticky’s stays unchanged.

Sticky products, when added along with the main product, cannot be removed individually. Meanwhile, you can do that with non-sticky plus one without problems.

The final difference is, when the main product is removed from cart, only sticky plus ones are removed.

Sounds confusing? No worries, I’ll walk you through some examples.

We are going to add a non sticky plus one first. Let’s click on the input box at the right of “Non sticky plus one” and start typing the name of the product we want to add (If you select a variable product as plus one, make sure you pick the right variation).

As we need to add the scarf, I’ll start typing scarf into the input box:

force sell product suggestions

Sure enough, you can see the product appears right below. Let’s click on the product to select it and update the main product.

Now, let’s add a main product to cart (the swimwear) and sure enough, the scarf is in the cart too:

Get WooCommerce Force Sells In 5 Minutes 2

Now, if I remove the main product, the plus one product stays in cart since it’s not sticky.

As I mentioned above, if you want the to remove the plus one product along with the main product, add it in the sticky box.

Customize the look of the plus ones products in main product’s listing

Now, let me add another plus one product to the main product. This time, I’m going to make it sticky.

Let’s say after selling the duo a while, some of our customers still catch a cold. Obviously, a scarf is not enough. As a result, I need to add something stronger, a jacket maybe.

add another force sell product

Now, if I view the swimwear, I can see there are two products below:

Get WooCommerce Force Sells In 5 Minutes 3

Well, the two products are there but they don’t look very significant. As a result, our customers may miss that part and think we don’t care about their health enough.

How about adding the products’ images, prices and make the products’ title clickable?

All is possible if you go to Binary Carpenter->Plus One:

Get WooCommerce Force Sells In 5 Minutes 4

You’ll find all the nice settings here:

woocommerce force sells settings

Let’s check all the checkboxes, then click on save settings and go to take a look at our product page again:

Get WooCommerce Force Sells In 5 Minutes 5

Do you think the new listing looks much better? I’m sure you do.

Where to get the plugin?

Get single site license

Get 5 sites license

Conclusion

There you go. Does the plugin do what you need? If so, awesome! You can download it here with a small fee. Please remember that your purchase comes with lifetime update and support from me.

If you think the product still needs some improvements, I would love to hear your opinion.