コード例 #1
0
							<label for="product_file" class="element-button secondary small square" title="<?php 
                    _e('Upload File', 'makery');
                    ?>
">
								<span class="fa fa-upload"></span>
							</label>
							<input type="file" id="product_file" name="file" class="element-file shifted" />
						</div>
					</td>
				</tr>
				<?php 
                }
                ?>
				<?php 
                if (!ThemexCore::checkOption('product_attributes')) {
                    $attributes = ThemexWoo::getAttributes();
                    foreach ($attributes as $attribute) {
                        $value = themex_value($attribute['name'], ThemexWoo::$data['product']['attributes']);
                        ?>
					<tr>
						<th><?php 
                        echo $attribute['label'];
                        ?>
</th>
						<td>
							<?php 
                        if ($attribute['type'] == 'select') {
                            ?>
							<div class="element-select">
								<span></span>
								<select name="<?php