Title: Create a variable package slip for variable products
Last modified: January 13, 2022

---

# Create a variable package slip for variable products

 *  Resolved [Naturaldude](https://wordpress.org/support/users/markout/)
 * (@markout)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/create-a-variable-package-slip-for-variable-products/)
 * Hello,
 * Is it possible to create a package slip for a variable products. So people in
   the warehouse know exactly what to get in the package when a customer is ordering
   a variable product (every variable has different products what needs to be shipped).
 * On the package slip now there is just standing the product + the variable that
   is chosen.
 * For the warehouse there is a difference because for example ‘variable 1’ exists
   only getting 1 product. But ‘Variable 2’ there is a need to get a few products
   in the box. This is not standing at the package slip.
 * How can i make sure that when a customer is selecting a variable product there
   is an exact list on the package slip for what needs to be in the shipping box.

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Contributor [Yordan Soares](https://wordpress.org/support/users/yordansoares/)
 * (@yordansoares)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/create-a-variable-package-slip-for-variable-products/#post-15251037)
 * Hi [@markout](https://wordpress.org/support/users/markout/),
 * Sorry if I don’t understand. When you say **variable 1** or **variable 2**, are
   you referring to WooCommerce variable products (product type) or to 2 specific
   conditions based on products you want to set up?
 * It will be very useful to read an example of your use case for a better understanding
   of your request. If possible, please provide an example and all the details you
   think are relevant to achieve what you want.
 *  Thread Starter [Naturaldude](https://wordpress.org/support/users/markout/)
 * (@markout)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/create-a-variable-package-slip-for-variable-products/#post-15269067)
 * Hi Sorry for the bad explanation haha.
 * For example (not based on the real product im selling):
 * I am selling speakers.
    The customer can select if they want a normal speaker
   or if they want a smart speaker (comes with an extra microphone that you need
   to plug-in).
 * So for the people in the warehouse.
    If people buy a normal speaker they need
   to put in the shipping box:
 * 1x speaker
    1x AC adapter
 * If people buy a ‘smart’ speaker they need to put in the shipping box:
 * 1x speaker
    1x AC adapter 1x microphone 1x cable to plugin microphone
 * Currently on the package list there is just standing:
    1x Speaker (and the variable).
 * But there is not shown what they exactly need to get from the warehouse. Is it
   possible to create that?
 * So for example if someone buys a ‘smart’ speaker there will be standing on the
   package slip:
 * 1x Speaker (smart)
    – speaker – AC adapter – microphone – cable to plugin microphone
 *  Plugin Contributor [Yordan Soares](https://wordpress.org/support/users/yordansoares/)
 * (@yordansoares)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/create-a-variable-package-slip-for-variable-products/#post-15270031)
 * Thanks for the clarification.
 * How do you save that data (AC adapter, microphone, etc.)? Maybe like an attribute,
   item meta or in other way?
 *  Thread Starter [Naturaldude](https://wordpress.org/support/users/markout/)
 * (@markout)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/create-a-variable-package-slip-for-variable-products/#post-15271454)
 * Thank you for your message.
 * At this moment the data is not saved anywhere on the website. I was hoping there
   could be some extra field for every product variable where we can put the info
   so it could be on the package slip. And that the info is not visible for the 
   customer. But maybe you could advice on what is the best option for us.
 *  Thread Starter [Naturaldude](https://wordpress.org/support/users/markout/)
 * (@markout)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/create-a-variable-package-slip-for-variable-products/#post-15291935)
 * [@yordansoares](https://wordpress.org/support/users/yordansoares/)
 * Could you still maybe please help me with this.
 *  Plugin Contributor [Yordan Soares](https://wordpress.org/support/users/yordansoares/)
 * (@yordansoares)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/create-a-variable-package-slip-for-variable-products/#post-15296252)
 * Hi [@markout](https://wordpress.org/support/users/markout/),
 * Take a look at my reply here: [Notes to extend between pages](https://wordpress.org/support/topic/notes-to-extend-between-pages/#post-14359781)
 * There, I explain how to add extra order custom fields that you can use on any
   PDF document, whether using the [PDF template action hook](https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/pdf-template-action-hooks/)
   s or the [customizer](https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/using-the-customizer/)
   included in [Premium Templates](https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-premium-templates/).
 *  Plugin Contributor [Yordan Soares](https://wordpress.org/support/users/yordansoares/)
 * (@yordansoares)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/create-a-variable-package-slip-for-variable-products/#post-15296391)
 * Sorry [@markout](https://wordpress.org/support/users/markout/), please ignore
   my last reply. I read again your messages, and I think I misunderstood your request.
 * > The customer can select if they want a normal speaker or if they want a smart
   > speaker (comes with an extra microphone that you need to plug-in).
 * Just to be sure, does this means that this is a variable product? If so, do you
   need to manage these additional items in your inventory, or would it be enough
   to add a list directly in your variations’ description? If this last indeed works
   for your case, you could use the [customizer](https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/using-the-customizer/),
   included in [Premium Templates](https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-premium-templates/),
   to add a **Product description** item column block, like this:
 * ![A screenshot that display a Product description item column block](https://
   i0.wp.com/i.ibb.co/0YXRSzS/image.png?ssl=1)
 * Then, your invoices should display your variation description, this way:
 * ![A screenshot that display an invoice and highlight the Product description 
   column](https://i0.wp.com/i.ibb.co/VM2nryL/image.png?ssl=1)
 *  Thread Starter [Naturaldude](https://wordpress.org/support/users/markout/)
 * (@markout)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/create-a-variable-package-slip-for-variable-products/#post-15296725)
 * Thank you very much! This is indeed what i needed. Only 2 small questions still
   haha sorry.
 * – Is it possible to hide the short variable description for the customer?
 * – Is it possible to make the amount in the quantity column a bit bigger? (for
   example in your picture the quantity is 1, but it has the same size font of all
   the other text. Is it possible to make that a larger font?)
 *  Plugin Contributor [Yordan Soares](https://wordpress.org/support/users/yordansoares/)
 * (@yordansoares)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/create-a-variable-package-slip-for-variable-products/#post-15298559)
 * > – Is it possible to hide the short variable description for the customer?
 * Yes, but I can also provide you with help if you prefer to address this by using
   a product custom field instead, if you have Premium Templates.
 * > – Is it possible to make the amount in the quantity column a bit bigger? (for
   > example in your picture the quantity is 1, but it has the same size font of
   > all the other text. Is it possible to make that a larger font?)
 * Yes, this can be done directly in the block with inline styles or using a CSS
   rule.
 * By the way, since WordPress doesn’t allow us to provide support for paid plugins
   in this forum, please contact us by email: [support@wpovernight.com](https://wordpress.org/support/topic/create-a-variable-package-slip-for-variable-products/support@wpovernight.com?output_format=md),
   if you have more questions or need help with Premium Templates.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Create a variable package slip for variable products’ is closed to new
replies.

 * ![](https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/icon-256x256.
   png?rev=2189942)
 * [PDF Invoices & Packing Slips for WooCommerce](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [Yordan Soares](https://wordpress.org/support/users/yordansoares/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/create-a-variable-package-slip-for-variable-products/#post-15298559)
 * Status: resolved