Can a Product Variation be hidden
-
I would like to add a product variation that is hidden and not part of the visible or filtering summary section.
The reason for this is metadata about the product is required for the line item data in the order (We have a plugin that posts the order data to a web service), but I don’t want this metadata to be displayed or used in filters in any way.
I have tried not returning my hidden variation data, by modifying classes\jigoshop_product.class.php in the function – get_available_attributes_variations
But after this change I can no longer successfully add a product to the cart.
Is their some way to achieve hidden metadata about a variation?
Thanks
Paul
The topic ‘Can a Product Variation be hidden’ is closed to new replies.