Пример #1
0
echo TiendaSelect::taxclass(@$row->tax_class_id, 'tax_class_id', '', 'tax_class_id', false);
?>
            </td>
        </tr>
		<tr>
			<td width="100" align="right" class="key">
				<label for="shipping_method_enabled">
				<?php 
echo JText::_('COM_TIENDA_ENABLED');
?>
:
				</label>
			</td>
			<td>
				<?php 
echo TiendaSelect::btbooleanlist('shipping_method_enabled', '', @$row->shipping_method_enabled);
?>
			</td>
		</tr>
        <tr>
            <td width="100" align="right" class="key">
                <label for="shipping_method_type">
                <?php 
echo JText::_('COM_TIENDA_TYPE');
?>
:
                </label>
            </td>
            <td>
                <?php 
echo TiendaSelect::shippingtype(@$row->shipping_method_type, 'shipping_method_type', '', 'shipping_method_type', false);
Пример #2
0
echo $this->row->get('subscriptions_expiring_notice_days', '14');
?>
" type="text" />
            </td>
            <td><?php 
echo JText::_('COM_TIENDA_EXPIRATION_NOTICE_DESC');
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_DISPLAY_SUBSCRIPTION_NUMBER');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('display_subnum', 'class="inputbox"', $this->row->get('display_subnum', '0'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_DISPLAY_SUBSCRIPTION_NUMBER_DIGITS');
?>
            </th>
            <td><input type="text" name="sub_num_digits" value="<?php 
echo $this->row->get('sub_num_digits', '');
?>
" class="inputbox" size="10" />
            </td>
            <td></td>
Пример #3
0
echo JText::_('COM_TIENDA_CONFIG_PROCESS_CONTENT_PLUGIN_PRODUCT_DESC');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('content_plugins_product_desc', 'class="inputbox"', $this->row->get('content_plugins_product_desc', '0'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_SHOW_DIOSCOURI_LINK_IN_FOOTER');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('show_linkback', 'class="inputbox"', $this->row->get('show_linkback', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_YOUR_DIOSCOURI_AFFILIATE_ID');
?>
            </th>
            <td><input type="text" name="amigosid" value="<?php 
echo $this->row->get('amigosid', '');
?>
" class="inputbox" />
            </td>
            <td><a href='http://www.dioscouri.com/' target='_blank'> <?php 
Пример #4
0
" size="10" maxlength="250" type="text" />
					</td>
				</tr>
				<tr>
					<td width="100" align="right" class="key">
						<label for="currency_enabled">
						<?php 
echo JText::_('COM_TIENDA_ENABLED');
?>
:
						</label>
					</td>
					<td>
					
						<?php 
echo TiendaSelect::btbooleanlist('published', '', @$row->published);
?>
					</td>
				</tr>
			</table>
			</fieldset>
			<fieldset>
    		<legend><?php 
echo JText::_('COM_TIENDA_PARAMETERS');
?>
</legend>
			<?php 
if ($output = $this->params->render('params')) {
    echo $output;
} else {
    echo "<div style=\"text-align: center; padding: 5px; \">" . JText::_('COM_TIENDA_THERE_ARE_NO_PARAMETERS_FOR_THIS_ITEM') . "</div>";
Пример #5
0
            <td style="width: 150px;"><?php 
echo TiendaSelect::btbooleanlist('show_manufacturer_productcompare', 'class="inputbox"', $this->row->get('show_manufacturer_productcompare', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_SHOW_PRODUCT_MODEL');
?>
            </th>
            <td style="width: 150px;"><?php 
echo TiendaSelect::btbooleanlist('show_model_productcompare', 'class="inputbox"', $this->row->get('show_model_productcompare', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_SHOW_PRODUCT_SKU');
?>
            </th>
            <td style="width: 150px;"><?php 
echo TiendaSelect::btbooleanlist('show_sku_productcompare', 'class="inputbox"', $this->row->get('show_sku_productcompare', '1'));
?>
            </td>
            <td></td>
        </tr>
    </tbody>
</table>
Пример #6
0
?>
" />
					</td>
				</tr>
                <tr>
                    <td style="width: 100px; text-align: right;" class="key">
                        <label for="enabled">
                        <?php 
echo JText::_('COM_TIENDA_ENABLED');
?>
:
                        </label>
                    </td>
                    <td>
                        <?php 
echo TiendaSelect::btbooleanlist('country_enabled', '', @$row->country_enabled);
?>
                    </td>
                </tr>
				<tr>
					<td width="100" align="right" class="key">
						<label for="country_isocode_2">
						<?php 
echo JText::_('COM_TIENDA_ISO_CODE_2');
?>
:
						</label>
					</td>
					<td>
						<input type="text" name="country_isocode_2" id="country_isocode_2" size="10" maxlength="250" value="<?php 
echo @$row->country_isocode_2;
Пример #7
0
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_SELECT_CART_BUTTON_TYPE');
?>
            </th>
            <td><?php 
echo TiendaSelect::cartbutton($this->row->get('cartbutton', 'button'), 'cartbutton');
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th class="dsc-key">
                <?php 
echo JText::_('COM_TIENDA_ENABLE_NAV_ON_DETAIL_PAGES');
?>
            </th>
            <td class="dsc-value">
                <?php 
echo TiendaSelect::btbooleanlist('enable_product_detail_nav', 'class="inputbox"', $this->row->get('enable_product_detail_nav', '0'));
?>
            </td>
            <td>
                <p class="dsc-tip"><?php 
echo JText::_('COM_TIENDA_ENABLE_NAV_ON_DETAIL_PAGES_DESC');
?>
</p>
            </td>
        </tr>
    </tbody>
</table>
Пример #8
0
						<input type="text" name="manufacturer_name" id="manufacturer_name" value="<?php 
echo @$row->manufacturer_name;
?>
" size="48" maxlength="250" />
					</td>
				</tr>
				<tr>
					<td style="width: 100px; text-align: right;" class="key">
						<?php 
echo JText::_('COM_TIENDA_ENABLED');
?>
:
					</td>
					<td>
						<?php 
echo TiendaSelect::btbooleanlist('manufacturer_enabled', '', @$row->manufacturer_enabled);
?>
					</td>
				</tr>
				<tr>
					<td style="width: 100px; text-align: right;" class="key">
						<?php 
echo JText::_('COM_TIENDA_CURRENT_IMAGE');
?>
:
					</td>
					<td>
						<?php 
jimport('joomla.filesystem.file');
if (!empty($row->manufacturer_image) && JFile::exists(Tienda::getPath('manufacturers_images') . DS . $row->manufacturer_image)) {
    echo TiendaUrl::popup(TiendaHelperManufacturer::getImage($row->manufacturer_id, '', '', 'full', true), TiendaHelperManufacturer::getImage($row->manufacturer_id), array('update' => false, 'img' => true));
Пример #9
0
:
                </th>
                <td class="dsc-value">
                    <input name="product_class_suffix" id="product_class_suffix" value="<?php 
echo @$row->product_class_suffix;
?>
" type="text" class="input-xlarge" />
                </td>
            </tr>        
            <tr>
                <td style="vertical-align: top; width: 100px; text-align: right;" class="dsc-key"><?php 
echo JText::_('COM_TIENDA_FEATURE_COMPARISON');
?>
:</td>
                <td><?php 
echo TiendaSelect::btbooleanlist('param_show_product_compare', 'class="inputbox"', @$row->product_parameters->get('show_product_compare', '1'));
?>
                </td>
            </tr>
        </table>
    </div>
</div>

<div style="float: right; width: 50%;">
    <div class="well options">
        <legend>
            <?php 
echo JText::_('COM_TIENDA_POST_PURCHASE_ARTICLE');
?>
        </legend>
        <table class="table table-striped table-bordered" style="width: 100%;">
Пример #10
0
                        <?php 
echo TiendaSelect::coupongroup(@$row->coupon_group, 'coupon_group', $attribs);
?>
                                               
                    </td>
                </tr>
                <tr>
                    <td style="width: 125px; text-align: right;" class="key">
                        <?php 
echo JText::_('COM_TIENDA_TYPE');
?>
:
                    </td>
                    <td>
                        <?php 
echo TiendaSelect::btbooleanlist('coupon_automatic', '', @$row->coupon_automatic, 'Automatic', 'COM_TIENDA_USER_SUBMITTED');
?>
                    </td>
                </tr>                
                <tr>
                    <td style="width: 125px; text-align: right;" class="key">
                        <?php 
echo JText::_('COM_TIENDA_DESCRIPTION');
?>
:
                    </td>
                    <td>
                        <textarea name="coupon_description" rows="10" cols="55"><?php 
echo @$row->coupon_description;
?>
</textarea>
Пример #11
0
defined('_JEXEC') or die('Restricted access');
$row = @$this->row;
?>

<table class="table table-striped table-bordered">
    <tbody>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_ENABLE_COUPONS');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('coupons_enabled', 'class="inputbox"', $this->row->get('coupons_enabled', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_ENABLE_MULTIPLE_USER_SUBMITTED_COUPONS_PER_ORDER');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('multiple_usercoupons_enabled', 'class="inputbox"', $this->row->get('multiple_usercoupons_enabled', '0'));
?>
            </td>
            <td></td>
        </tr>
    </tbody>
</table>
Пример #12
0
                    	<?php 
}
?>
                        <input type="text" name="exchange_rate" id="exchange_rate" size="10" maxlength="250" value="<?php 
echo @$row->exchange_rate;
?>
" />
                    </td>
                </tr>
				<tr>
					<td width="100" align="right" class="key">
						<label for="currency_enabled">
						<?php 
echo JText::_('COM_TIENDA_ENABLED');
?>
:
						</label>
					</td>
					<td>
						<?php 
echo TiendaSelect::btbooleanlist('currency_enabled', '', @$row->currency_enabled);
?>
					</td>
				</tr>
			</table>
			<input type="hidden" name="id" value="<?php 
echo @$row->currency_id;
?>
" />
			<input type="hidden" name="task" value="" />
</form>
Пример #13
0
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_CONFIG_PASSWORD_REQUIRE_SPECIAL');
?>
            </th>
            <td style="width: 150px;"><?php 
echo TiendaSelect::btbooleanlist('password_req_spec', 'class="inputbox"', $this->row->get('password_req_spec', '1'));
?>
            </td>
            <td><?php 
echo JText::_('COM_TIENDA_CONFIG_PASSWORD_REQUIRE_SPECIAL_DESC');
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_CONFIG_LOWER_FILENAME');
?>
            </th>
            <td style="width: 150px;"><?php 
echo TiendaSelect::btbooleanlist('lower_filename', 'class="inputbox"', $this->row->get('lower_filename', '1'));
?>
            </td>
            <td><?php 
echo JText::_('COM_TIENDA_CONFIG_LOWER_FILENAME_DESC');
?>
            </td>
        </tr>
    </tbody>
</table>
Пример #14
0
?>
            </th>
            <td><input type="text" name="display_tweet_message" value="<?php 
echo $this->row->get('display_tweet_message', 'Check this out!');
?>
" class="inputbox" size="35" />
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_DISPLAY_GOOGLE_PLUS1_BUTTON');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('display_google_plus1', 'class="inputbox"', $this->row->get('display_google_plus1', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_DISPLAY_GOOGLE_PLUS1_BUTTON_SIZE');
?>
            </th>
            <td><?php 
$google_sizes = array();
$google_sizes[] = JHTML::_('select.option', 'small', JText::_('COM_TIENDA_GOOGLE_SMALL'));
$google_sizes[] = JHTML::_('select.option', 'medium', JText::_('COM_TIENDA_GOOGLE_MEDIUM'));
$google_sizes[] = JHTML::_('select.option', '', JText::_('COM_TIENDA_GOOGLE_STANDARD'));
$google_sizes[] = JHTML::_('select.option', 'tall', JText::_('COM_TIENDA_GOOGLE_TALL'));
Пример #15
0
<?php

defined('_JEXEC') or die('Restricted access');
$row = @$this->row;
?>

<table class="table table-striped table-bordered">
    <tbody>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_FORCE_SSL_ON_CHECKOUT');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('force_ssl_checkout', '', $this->row->get('force_ssl_checkout', '0'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_INITIAL_ORDER_STATE');
?>
            </th>
            <td><?php 
echo TiendaSelect::orderstate($this->row->get('initial_order_state', '15'), 'initial_order_state');
?>
            </td>
            <td><?php 
echo JText::_('COM_TIENDA_INITIAL_ORDER_STATE_DESC');
?>
Пример #16
0
echo TiendaSelect::btbooleanlist('display_name_category', '', @$row->display_name_category);
?>
    					</td>
    				</tr>
    				<tr>
    					<td style="width: 100px; text-align: right;" class="key">
    						<label for="enabled">
    						<?php 
echo JText::_('COM_TIENDA_CATEGORY_NAME_IN_SUBCATEGORIES_LISTING');
?>
:
    						</label>
    					</td>
    					<td>
    						<?php 
echo TiendaSelect::btbooleanlist('display_name_subcategory', '', @$row->display_name_subcategory);
?>
    					</td>
    				</tr>
    				<tr>
    					<td style="width: 100px; text-align: right;" class="key">
    						<label for="category_full_image">
    						<?php 
echo JText::_('COM_TIENDA_CURRENT_IMAGE');
?>
:
    						</label>
    					</td>
    					<td>
    						<?php 
jimport('joomla.filesystem.file');
Пример #17
0
			<input type="text" name="title" value="<?php 
echo @$row->title;
?>
" />
		</td>
	</tr>
	<tr>
		<td class="dsc-key">
			<?php 
echo JText::_('COM_TIENDA_IS_DELETED');
?>
:
		</td>
		<td>
			<?php 
echo TiendaSelect::btbooleanlist('is_deleted', '', @$row->is_deleted);
?>
		</td>
	</tr>
</table>

<div>
    <input type="hidden" name="id" value="<?php 
echo @$row->address_id;
?>
" />
    <input type="hidden" name="task" value="" />
</div>


</form>
Пример #18
0
echo TiendaSelect::editableby(@$row->editable_by, 'editable_by');
?>
					</td>
				</tr>
				<tr>
					<td width="100" align="right" class="key">
						<label for="eavattribute_required">
						<?php 
echo JText::_('COM_TIENDA_REQUIRED');
?>
:
						</label>
					</td>
					<td>
						<?php 
echo TiendaSelect::btbooleanlist('eavattribute_required', '', @$row->eavattribute_required);
?>
					</td>
				</tr>
                <tr>
                    <td class="dsc-key">
                        <?php 
echo JText::_('COM_TIENDA_FORMAT_STRFTIME');
?>
:
                    </td>
                    <td class="dsc-value">
                        <input type="text" name="eavattribute_format_strftime" id="eavattribute_format_strftime" value="<?php 
echo @$row->eavattribute_format_strftime;
?>
" size="30" maxlength="250" />
Пример #19
0
<?php

defined('_JEXEC') or die('Restricted access');
$row = @$this->row;
?>

<table class="table table-striped table-bordered">
    <tbody>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_DISPLAY_STATISTICS');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('display_dashboard_statistics', 'class="inputbox"', $this->row->get('display_dashboard_statistics', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_SELECT_ORDER_STATES_TO_REPORT_ON');
?>
            </th>
            <td><input type="text" name="orderstates_csv" value="<?php 
echo $this->row->get('orderstates_csv', '2, 3, 5, 17');
?>
" />
            </td>
            <td><?php 
echo JText::_('COM_TIENDA_CONFIG_ORDER_STATES_TO_REPORT_ON');
Пример #20
0
        <legend>
            <?php 
echo JText::_('COM_TIENDA_PRODUCT_LIST_PRICE');
?>
        </legend>
        <table class="table table-striped table-bordered">
            <tr>
                <td title="<?php 
echo JText::_('COM_TIENDA_DISPLAY_PRODUCT_LIST_PRICE') . '::' . JText::_('COM_TIENDA_DISPLAY_PRODUCT_LIST_PRICE_TIP');
?>
" class="key hasTip"><?php 
echo JText::_('COM_TIENDA_DISPLAY_PRODUCT_LIST_PRICE');
?>
:</td>
                <td><?php 
echo TiendaSelect::btbooleanlist('product_listprice_enabled', '', @$row->product_listprice_enabled);
?>
                </td>
            </tr>
            <tr>
                <td title="<?php 
echo JText::_('COM_TIENDA_DISPLAY_PRODUCT_LIST_PRICE') . '::' . JText::_('COM_TIENDA_DISPLAY_PRODUCT_LIST_PRICE_TIP');
?>
" class="key hasTip"><?php 
echo JText::_('COM_TIENDA_DISPLAY_PRODUCT_LIST_PRICE');
?>
                </td>
                <td><input type="text" name="product_listprice" value="<?php 
echo @$row->product_listprice;
?>
" size="15" maxlength="11" />
Пример #21
0
<?php

defined('_JEXEC') or die('Restricted access');
$row = @$this->row;
?>

<table class="table table-striped table-bordered">
    <tbody>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_LOW_STOCK_NOTIFY');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('low_stock_notify', 'class="inputbox"', $this->row->get('low_stock_notify', '0'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_LOW_STOCK_NOTIFY_VALUE');
?>
            </th>
            <td><input ="text" name="low_stock_notify_value" value="<?php 
echo $this->row->get('low_stock_notify_value', '0');
?>
" />
            </td>
            <td><?php 
echo JText::_('COM_TIENDA_LOW_STOCK_NOTIFY_VALUE_DESC');
Пример #22
0
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('page_tooltip_config_disabled', 'class="inputbox"', $this->row->get('page_tooltip_config_disabled', '0'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_HIDE_TOOLS_NOTE');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('page_tooltip_tools_disabled', 'class="inputbox"', $this->row->get('page_tooltip_tools_disabled', '0'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_HIDE_USER_DASHBOARD_NOTE');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('page_tooltip_users_view_disabled', 'class="inputbox"', $this->row->get('page_tooltip_users_view_disabled', '0'));
?>
            </td>
            <td></td>
        </tr>
    </tbody>
</table>
Пример #23
0
                        <?php 
echo TiendaHelperProduct::getRatingImage(@$row->productcomment_rating, $this);
?>
						<input type="hidden" id="productcomment_rating" name="productcomment_rating" value="<?php 
echo @$row->productcomment_rating;
?>
" size="10" />
					</td>
				</tr>
				<tr>
					<td style="width: 100px; text-align: right;" class="key">
						<?php 
echo JText::_('COM_TIENDA_PUBLISHED');
?>
:
					</td>
					<td>
							<?php 
echo TiendaSelect::btbooleanlist('productcomment_enabled', '', @$row->productcomment_enabled);
?>
					</td>
				</tr>
			</table>
			<input type="hidden" name="id" value="<?php 
echo @$row->manufacturer_id;
?>
" />
			<input type="hidden" name="task" value="" />

</form>
Пример #24
0
echo JText::_('COM_TIENDA_ENABLE_TOOLTIPS_ONE_PAGE_CHECKOUT');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('one_page_checkout_tooltips_enabled', '', $this->row->get('one_page_checkout_tooltips_enabled', '0'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_REQUIRE_ACCEPTANCE_OF_TERMS_ON_CHECKOUT');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('require_terms', 'class="inputbox"', $this->row->get('require_terms', '0'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_TERMS_AND_CONDITIONS_ARTICLE');
?>
            </th>
            <td style="width: 280px;"><?php 
echo $this->elementArticle_terms;
?>
 <?php 
echo $this->resetArticle_terms;
?>
Пример #25
0
                    <td>
                        <?php 
echo TiendaSelect::btbooleanlist('credit_enabled', '', @$row->credit_enabled);
?>
                    </td>
                </tr>
                <tr>
                    <td style="width: 100px; text-align: right;" class="key">
                        <?php 
echo JText::_('COM_TIENDA_CAN_BE_WITHDRAWN');
?>
:
                    </td>
                    <td>
                        <?php 
echo TiendaSelect::btbooleanlist('credit_withdrawable', '', @$row->credit_withdrawable);
?>
                    </td>
                </tr>
				<tr>
					<td title="<?php 
echo JText::_('COM_TIENDA_CREDIT_CODE') . '::' . JText::_('COM_TIENDA_CREDIT_CODE_TIP');
?>
" class="key hasTip" style="width: 100px; text-align: right;">
						<?php 
echo JText::_('COM_TIENDA_CODE');
?>
:
					</td>
					<td>
						<input name="credit_code" type="text" size="40" value="<?php 
Пример #26
0
            <td><?php 
echo TiendaSelect::btbooleanlist('use_captcha', 'class="inputbox"', $this->row->get('use_captcha', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_ENABLE_REVIEW_HELPFULNESS_VOTING');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('review_helpfulness_enable', 'class="inputbox"', $this->row->get('review_helpfulness_enable', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_TIENDA_ENABLE_SHARE_THIS_LINK');
?>
            </th>
            <td><?php 
echo TiendaSelect::btbooleanlist('share_review_enable', 'class="inputbox"', $this->row->get('share_review_enable', '1'));
?>
            </td>
            <td></td>
        </tr>
    </tbody>
</table>
Пример #27
0
:</td>
            <td><input name="ordering" id="ordering" value="<?php 
echo @$row->ordering;
?>
" size="10" maxlength="250" type="text" />
            </td>
        </tr>
        <tr>
            <td width="100" align="right" class="key"><label for="currency_enabled"> <?php 
echo JText::_('COM_TIENDA_ENABLED');
?>
:
            </label>
            </td>
            <td><?php 
echo TiendaSelect::btbooleanlist('enabled', '', @$row->enabled);
?>
            </td>
        </tr>
    </table>


    <legend>
        <?php 
echo JText::_('COM_TIENDA_PARAMETERS');
?>
    </legend>
    <?php 
$path = JPATH_SITE . '/plugins/' . $row->folder . '/' . $row->element . '/jform/' . $row->element . '.xml';
if (file_exists($path)) {
    $form = JForm::getInstance($row->element, $path);
Пример #28
0
                <td style="width: 125px; text-align: right;" class="dsc-key"><?php 
echo JText::_('COM_TIENDA_RECURRING_PERIOD_UNITS');
?>
:</td>
                <td><?php 
echo TiendaSelect::periodUnit(@$row->recurring_period_unit, 'recurring_period_unit');
?>
                </td>
            </tr>
            <tr class="prorated_unrelated">
                <td style="width: 125px; text-align: right;" class="dsc-key"><?php 
echo JText::_('COM_TIENDA_TRIAL_PERIOD');
?>
:</td>
                <td><?php 
echo TiendaSelect::btbooleanlist('recurring_trial', '', @$row->recurring_trial);
?>
                </td>
            </tr>
            <tr>
                <td style="width: 125px; text-align: right;" class="key trial_price"><?php 
echo JText::_('COM_TIENDA_TRIAL_PERIOD_PRICE');
?>
:</td>
                <td><input name="recurring_trial_price" id="recurring_trial_price" value="<?php 
echo @$row->recurring_trial_price;
?>
" size="10" maxlength="10" type="text" />
                </td>
            </tr>
            <tr class="prorated_unrelated">
Пример #29
0
                    <input type="text" name="ordering[<?php 
    echo $item->productfile_id;
    ?>
]" value="<?php 
    echo $item->ordering;
    ?>
" size="10" />
                </td>
				<td style="text-align: center;">
				    <?php 
    echo TiendaSelect::btbooleanlist("purchaserequired[" . $item->productfile_id . "]", '', $item->purchase_required);
    ?>
				</td>
                <td style="text-align: center;">
                    <?php 
    echo TiendaSelect::btbooleanlist("enabled[" . $item->productfile_id . "]", '', $item->productfile_enabled);
    ?>
                </td>
                <td style="text-align: center;">
                    <input type="text" name="max_download[<?php 
    echo $item->productfile_id;
    ?>
]" value="<?php 
    echo $item->max_download;
    ?>
" size="10" />
                </td>
				<td style="text-align: center;">
					[<a href="index.php?option=com_tienda&controller=productfiles&task=delete&cid[]=<?php 
    echo $item->productfile_id;
    ?>
Пример #30
0
                <input value="<?php 
echo JText::_('COM_TIENDA_ADD_ENTRY_TO_HISTORY');
?>
" onclick="document.getElementById('task').value='update_subscription'; this.form.submit();" style="float: right;" type="button" />
                <input type='text' name="subscriptionhistory_type" size="25" />
            </td>
        </tr>
        <tr>
            <td style="width: 100px; text-align: right;" class="key">
                <?php 
echo JText::_('COM_TIENDA_NOTIFY_CUSTOMER_ABOUT_CHANGE_IN_SUBSCRIPTION');
?>
            </td>
            <td>
                <?php 
echo TiendaSelect::btbooleanlist('notify_customer');
?>
            </td>
        </tr>
        <tr>
            <td style="width: 100px; text-align: right;" class="key">
                <?php 
echo JText::_('COM_TIENDA_COMMENTS');
?>
            </td>
            <td>
                <textarea name="comments" rows="5" style="width: 100%;"></textarea>
            </td>
        </tr>
        </table>
        </fieldset>