Example #1
0
    }
    //if items
    ?>

                        //indexOptionItems();


                    });

                </script>

            <br />

            <div class="form-group">
                <label><?php 
    echo $form->checkbox('pVariations', '1', $p->hasVariations());
    ?>
                <?php 
    echo t('Options have different prices, SKUs or stock levels');
    ?>
</label>

                <?php 
    if (!$pID) {
        ?>
                    <p class="alert alert-info hidden" id="variationnotice"><?php 
        echo t('After creating options add the product to configure product variations.');
        ?>
</p>
                <?php 
    }