cancel
Showing results for 
Search instead for 
Did you mean: 

Bundle Product with a service fee

Bundle Product with a service fee

I am using magento 2.2.2 open edtion.

One of the options I have in my magento store is printing of cards, for that reason, I have made a bundle product with the option to choose the:

  • card type
  • black & white or color
  • 1 sided or 2 sided

I also add a service fee for printing. Now what I have done was that I created a virtual product named "printing fee" and added to the bundle product as required.

 

the problem is that now the bundle product is showing "Out of Stock" on my website. The reason seems to be that the virtual product doesn't contain QTY.

 

Of course, this is absurd, since you cannot have qty for a virtual product.

 

Does anyone know a workaround for this problem?

Or is there another way to insert the FEE into the bundle product?

1 REPLY 1

Re: Bundle Product with a service fee

I recommend adding a custom fee instead of trying to add a virtual product to the cart.

There are many tutorials out there for doing this yourself, or you can purchase an extension to handle it. Amasty does great work. Here is one of their extensions for adding a fee with conditions: https://amasty.com/extra-fee-for-magento-2.html ($99)

 

Magecomp was kind enough to create a git repository with a free module for adding an extra fee/surcharge but you will need to customize it to add conditions to do what you are describing.

https://github.com/magecomp/magento2-extra-fee

 

hth!