コード例 #1
0
									<div class="field-wrap">
										<input type="text" name="option_values[]" value="<?php 
                        echo $option['value'];
                        ?>
" placeholder="<?php 
                        _e('Options (comma separated)', 'makery');
                        ?>
" />
									</div>
								</div>
							</div>
						</td>
					</tr>
					<?php 
                    }
                    $variations = ThemexWoo::getVariations(ThemexWoo::$data['product']['ID']);
                    ?>
					<tr class="trigger-type-physical">
						<th><?php 
                    _e('Variations', 'makery');
                    ?>
</th>
						<td>
							<div class="element-options" id="variation">
								<?php 
                    foreach ($variations as $index => $variation) {
                        ?>
								<div class="option">
									<a href="#<?php 
                        echo $variation->ID;
                        ?>