FPDBulkVariations Class
This is part of the PLUS add-on.
The class to create the Bulk Variations that is related to FancyProductDesigner class.
Example
fpdInstance.bulkVariations.getOrderVariations();But you can just use the getOrder() method of FancyProductDesigner class, this will also include the order variations object.
fpdInstance.getOrder();
Constructor
FPDBulkVariations
(
-
fpdInstance
Parameters:
-
fpdInstance
FancyProductDesigner- An instance of FancyProductDesigner class.