<td><?php 
echo CitruscartSelect::btbooleanlist('use_captcha', 'class="inputbox"', $this->row->get('use_captcha', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_ENABLE_REVIEW_HELPFULNESS_VOTING');
?>
            </th>
            <td><?php 
echo CitruscartSelect::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_CITRUSCART_ENABLE_SHARE_THIS_LINK');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('share_review_enable', 'class="inputbox"', $this->row->get('share_review_enable', '1'));
?>
            </td>
            <td></td>
        </tr>
    </tbody>
</table>
Beispiel #2
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_CITRUSCART_ENABLED');
?>
:
						</label>
					</td>
					<td>
						<?php 
echo CitruscartSelect::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>
Beispiel #3
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_CITRUSCART_ENABLED');
?>
:
            </label>
            </td>
            <td><?php 
echo CitruscartSelect::btbooleanlist('enabled', '', $row->enabled);
?>
            </td>
        </tr>
    </table>
    <legend>
        <?php 
echo JText::_('COM_CITRUSCART_PARAMETERS');
?>
    </legend>
    <?php 
$path = JPATH_SITE . '/plugins/' . $row->folder . '/' . $row->element . '/jform/' . $row->element . '.xml';
//echo $path;
if (file_exists($path)) {
    $form = JForm::getInstance($row->element, $path);
    $language = JFactory::getLanguage();
Beispiel #4
0
echo CitruscartSelect::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_CITRUSCART_CATEGORY_NAME_IN_SUBCATEGORIES_LISTING');
?>
:
    						</label>
    					</td>
    					<td>
    						<?php 
echo CitruscartSelect::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_CITRUSCART_CURRENT_IMAGE');
?>
:
    						</label>
    					</td>
    					<td>
    						<?php 
jimport('joomla.filesystem.file');
# Websites: http://citruscart.com
# Technical Support:  Forum - http://citruscart.com/forum/index.html
-------------------------------------------------------------------------*/
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_CITRUSCART_ENABLE_SHOPPING');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('shop_enabled', '', $this->row->get('shop_enabled', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_SHOP_NAME');
?>
            </th>
            <td><input type="text" name="shop_name" value="<?php 
echo $this->row->get('shop_name', '');
?>
" size="25" />
            </td>
            <td><?php 
Beispiel #6
0
?>
                        <?php 
echo CitruscartSelect::coupongroup($row['coupon_group'], 'coupon_group', $attribs);
?>
                    </td>
                </tr>
                <tr>
                    <td style="width: 125px; text-align: right;" class="key">
                        <?php 
echo JText::_('COM_CITRUSCART_TYPE');
?>
:
                    </td>
                    <td>
                        <?php 
echo CitruscartSelect::btbooleanlist('coupon_automatic', '', $row['coupon_automatic'], 'Automatic', 'COM_CITRUSCART_USER_SUBMITTED');
?>
                    </td>
                </tr>
                <tr>
                    <td style="width: 125px; text-align: right;" class="key">
                        <?php 
echo JText::_('COM_CITRUSCART_DESCRIPTION');
?>
:
                    </td>
                    <td>
                        <textarea name="coupon_description" rows="10" cols="55"><?php 
echo $row['coupon_description'];
?>
</textarea>
# Technical Support:  Forum - http://citruscart.com/forum/index.html
-------------------------------------------------------------------------*/
/** ensure this file is being included by a parent file */
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_CITRUSCART_DISPLAY_DEFAULT_CATEGORY_IMAGE');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('use_default_category_image', '', $this->row->get('use_default_category_image', '1'));
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_DEFAULT_PRODUCT_IMAGE_HEIGHT');
?>
            </th>
            <td><input type="text" name="product_img_height" value="<?php 
echo $this->row->get('product_img_height', '');
?>
" />
            </td>
        </tr>
        <tr>
            </th>
            <td><?php 
echo CitruscartSelect::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_CITRUSCART_HIDE_TOOLS_NOTE');
?>
            </th>
            <td><?php 
echo CitruscartSelect::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_CITRUSCART_HIDE_USER_DASHBOARD_NOTE');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('page_tooltip_users_view_disabled', 'class="inputbox"', $this->row->get('page_tooltip_users_view_disabled', '0'));
?>
            </td>
            <td></td>
        </tr>
    </tbody>
</table>
        <legend>
            <?php 
echo JText::_('COM_CITRUSCART_CORE_JOOMLA_USER_INTEGRATION');
?>
        </legend>
        <table class="table table-striped table-bordered" style="width: 100%;">
            <tr>
                <td title="<?php 
echo JText::_('COM_CITRUSCART_CHANGE_JOOMLA_ACL') . '::' . JText::_('COM_CITRUSCART_CHANGE_JOOMLA_ACL_TIP');
?>
" style="width: 125px; text-align: right;" class="key hasTip"><?php 
echo JText::_('COM_CITRUSCART_CHANGE_JOOMLA_ACL');
?>
:</td>
                <td><?php 
echo CitruscartSelect::btbooleanlist('core_user_change_gid', 'class="inputbox"', $row->product_parameters->get('core_user_change_gid'));
?>
                </td>
            </tr>
            <tr>
                <td title="<?php 
echo JText::_('COM_CITRUSCART_NEW_JOOMLA_ACL') . '::' . JText::_('COM_CITRUSCART_NEW_JOOMLA_ACL_TIP');
?>
" style="width: 125px; text-align: right;" class="key hasTip"><?php 
echo JText::_('COM_CITRUSCART_NEW_JOOMLA_ACL');
?>
:</td>
                <td><?php 
Citruscart::load('CitruscartHelperUser', 'helpers.user');
$helper = new CitruscartHelperUser();
echo $helper->getACLSelectList($row->product_parameters->get('core_user_new_gid'));
Beispiel #10
0
?>
" />
					</td>
				</tr>
                <tr>
                    <td style="width: 100px; text-align: right;" class="key">
                        <label for="enabled">
                        <?php 
echo JText::_('COM_CITRUSCART_ENABLED');
?>
:
                        </label>
                    </td>
                    <td>
                        <?php 
echo CitruscartSelect::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_CITRUSCART_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;
:
                </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_CITRUSCART_FEATURE_COMPARISON');
?>
:</td>
                <td><?php 
echo CitruscartSelect::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_CITRUSCART_POST_PURCHASE_ARTICLE');
?>
        </legend>
            <td><?php 
echo JText::_('COM_CITRUSCART_HEIGHT_OF_UI_LIGHTBOXES_DESC');
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_CONFIG_PROCESS_CONTENT_PLUGIN_PRODUCT_DESC');
?>
            </th>
            <td><?php 
echo CitruscartSelect::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_CITRUSCART_SHOW_CITRUSCART_LINK_IN_FOOTER');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('show_linkback', 'class="inputbox"', $this->row->get('show_linkback', '1'));
?>
            </td>
            <td></td>
        </tr>

    </tbody>
</table>
echo $this->row->get('eav_textarea_height', '200');
?>
" />
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_EAV_CONTENT_PLUGIN_TEXTAREA');
?>
            </th>
            <td style="width: 150px;"><?php 
echo CitruscartSelect::btbooleanlist('eavtext_content_plugin', 'class="inputbox"', $this->row->get('eavtext_content_plugin', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_EAV_INTEGER_THOUSANDS_SEPARATOR');
?>
            </th>
            <td style="width: 150px;"><?php 
echo CitruscartSelect::btbooleanlist('eavinteger_use_thousand_separator', 'class="inputbox"', $this->row->get('eavinteger_use_thousand_separator', '0'));
?>
            </td>
            <td></td>
        </tr>
    </tbody>
</table>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_DEFAULT_TAX_GEOZONE');
?>
            </th>
            <td><?php 
echo CitruscartSelect::geozone($this->row->get('default_tax_geozone'), 'default_tax_geozone', 1);
?>
            </td>
            <td><?php 
echo JText::_('COM_CITRUSCART_DEFAULT_TAX_GEOZONE_DESC');
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_SHOW_SHIPPING_TAX_ON_ORDER_INVOICES_AND_CHECKOUT');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('display_shipping_tax', 'class="inputbox"', $this->row->get('display_shipping_tax', '1'));
?>
            </td>
            <td></td>
        </tr>
    </tbody>
</table>
/** ensure this file is being included by a parent file */
defined('_JEXEC') or die('Restricted access');
$row = $this->row;
?>

<table class="table table-striped table-bordered">
    <tbody>
        <tr>
            <th class="dsc-key">
                <?php 
echo JText::_('COM_CITRUSCART_DISABLE_CHANGING_LIST_LIMIT');
?>
            </th>
            <td class="dsc-value">
                <?php 
echo CitruscartSelect::btbooleanlist('disable_changing_list_limit', 'class="inputbox"', $this->row->get('disable_changing_list_limit', '0'));
?>
            </td>
            <td>

            </td>
        </tr>
        <tr>
            <th class="dsc-key">
                <?php 
echo JText::_('COM_CITRUSCART_DEFAULT_LIST_LIMIT');
?>
            </th>
            <td>
                <input type="text" name="default_list_limit" value="<?php 
echo $this->row->get('default_list_limit', JFactory::getApplication()->getCfg('list_limit'));
Beispiel #16
0
                    <td>
                        <?php 
echo CitruscartSelect::btbooleanlist('subscription_enabled', '', $row->subscription_enabled);
?>
                    </td>
                </tr>
                <tr>
                    <td width="100" align="right" class="key">
                        <?php 
echo JText::_('COM_CITRUSCART_LIFETIME_SUBSCRIPTION');
?>
:
                    </td>
                    <td>
                        <?php 
echo CitruscartSelect::btbooleanlist('lifetime_enabled', '', $row->lifetime_enabled);
?>
                    </td>
                </tr>
                <tr>
                    <td width="100" align="right" class="key">
                        <?php 
echo JText::_('COM_CITRUSCART_USER_ID');
?>
:
                    </td>
                    <td>
                        <input name="user_id" value="<?php 
echo $row->user_id;
?>
" size="15" maxlength="250" type="text" />
            </td>
            <td><?php 
echo JText::_('COM_CITRUSCART_ENABLE_MY_DOWNLOADS_NOTE');
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_ENABLE_WISHLIST');
?>
            </th>
            <td style="width: 150px;"><?php 
echo CitruscartSelect::btbooleanlist('display_wishlist', 'class="inputbox"', $this->row->get('display_wishlist', '0'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_ENABLE_CREDITS');
?>
            </th>
            <td style="width: 150px;"><?php 
echo CitruscartSelect::btbooleanlist('display_credits', 'class="inputbox"', $this->row->get('display_credits', '0'));
?>
            </td>
            <td></td>
        </tr>
    </tbody>
</table>
Beispiel #18
0
                        <?php 
echo CitruscartHelperProduct::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_CITRUSCART_PUBLISHED');
?>
:
					</td>
					<td>
							<?php 
echo CitruscartSelect::btbooleanlist('productcomment_enabled', '', $row->productcomment_enabled);
?>
					</td>
				</tr>
			</table>
			<input type="hidden" name="id" value="<?php 
echo $row->productcomment_id;
?>
" />
			<input type="hidden" name="task" value="" />

</form>
        <legend>
            <?php 
echo JText::_('COM_CITRUSCART_PRODUCT_LIST_PRICE');
?>
        </legend>
        <table class="table table-striped table-bordered">
            <tr>
                <td title="<?php 
echo JText::_('COM_CITRUSCART_DISPLAY_PRODUCT_LIST_PRICE') . '::' . JText::_('COM_CITRUSCART_DISPLAY_PRODUCT_LIST_PRICE_TIP');
?>
" class="key hasTip"><?php 
echo JText::_('COM_CITRUSCART_DISPLAY_PRODUCT_LIST_PRICE');
?>
:</td>
                <td><?php 
echo CitruscartSelect::btbooleanlist('product_listprice_enabled', '', $row->product_listprice_enabled);
?>
                </td>
            </tr>
            <tr>
                <td title="<?php 
echo JText::_('COM_CITRUSCART_DISPLAY_PRODUCT_LIST_PRICE') . '::' . JText::_('COM_CITRUSCART_DISPLAY_PRODUCT_LIST_PRICE_TIP');
?>
" class="key hasTip"><?php 
echo JText::_('COM_CITRUSCART_DISPLAY_PRODUCT_LIST_PRICE');
?>
                </td>
                <td><input type="text" name="product_listprice" value="<?php 
echo $row->product_listprice;
?>
" size="15" maxlength="11" />
Beispiel #20
0
echo CitruscartSelect::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_CITRUSCART_ENABLED');
?>
:
				</label>
			</td>
			<td>
				<?php 
echo CitruscartSelect::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_CITRUSCART_TYPE');
?>
:
                </label>
            </td>
            <td>
                <?php 
echo CitruscartSelect::shippingtype($row->shipping_method_type, 'shipping_method_type', '', 'shipping_method_type', false);
# Technical Support:  Forum - http://citruscart.com/forum/index.html
-------------------------------------------------------------------------*/
/** ensure this file is being included by a parent file */
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_CITRUSCART_FORCE_SSL_ON_CHECKOUT');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('force_ssl_checkout', '', $this->row->get('force_ssl_checkout', '0'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_INITIAL_ORDER_STATE');
?>
            </th>
            <td><?php 
echo CitruscartSelect::orderstate($this->row->get('initial_order_state', '15'), 'initial_order_state');
?>
            </td>
            <td><?php 
echo JText::_('COM_CITRUSCART_INITIAL_ORDER_STATE_DESC');
                <td style="width: 125px; text-align: right;" class="dsc-key"><?php 
echo JText::_('COM_CITRUSCART_RECURRING_PERIOD_UNITS');
?>
:</td>
                <td><?php 
echo CitruscartSelect::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_CITRUSCART_TRIAL_PERIOD');
?>
:</td>
                <td><?php 
echo CitruscartSelect::btbooleanlist('recurring_trial', '', $row->recurring_trial);
?>
                </td>
            </tr>
            <tr>
                <td style="width: 125px; text-align: right;" class="key trial_price"><?php 
echo JText::_('COM_CITRUSCART_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">
Beispiel #23
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_CITRUSCART_ENABLED');
?>
:
						</label>
					</td>
					<td>

						<?php 
echo CitruscartSelect::btbooleanlist('published', '', $row->published);
?>
					</td>
				</tr>
			</table>
			</fieldset>
			<fieldset>
    		<legend><?php 
echo JText::_('COM_CITRUSCART_PARAMETERS');
?>
</legend>
			<?php 
if ($output = $this->params->render('params')) {
    echo $output;
} else {
    echo "<div style=\"text-align: center; padding: 5px; \">" . JText::_('COM_CITRUSCART_THERE_ARE_NO_PARAMETERS_FOR_THIS_ITEM') . "</div>";
            <td style="width: 150px;"><?php 
echo CitruscartSelect::btbooleanlist('obfuscate_guest_email', 'class="inputbox"', $this->row->get('obfuscate_guest_email', '0'));
?>
            </td>
            <td><?php 
echo JText::_('COM_CITRUSCART_OBFUSCATE_GUEST_EMAIL_DESC');
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_ENABLE_ORDER_STATUS_UPDATE_EMAIL_TO_USER_WHEN_ORDER_PAYMENT_IS_RECEIVED');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('autonotify_onSetOrderPaymentReceived', 'class="inputbox"', $this->row->get('autonotify_onSetOrderPaymentReceived', '0'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_ADDITIONAL_EMAIL_ADDRESSES_TO_RECEIVE_ORDER_NOTIFICATIONS');
?>
<br />
            </th>
            <td><textarea name="order_emails" style="width: 250px;" rows="10">
                                                        <?php 
echo $this->row->get('order_emails', '');
?>
                                                    </textarea>
?>
            </th>
            <td style="width: 150px;"><?php 
echo CitruscartSelect::btbooleanlist('password_req_spec', 'class="inputbox"', $this->row->get('password_req_spec', '1'));
?>
            </td>
            <td><?php 
echo JText::_('COM_CITRUSCART_CONFIG_PASSWORD_REQUIRE_SPECIAL_DESC');
?>
            	<?php 
echo '~?!@#$%^&*{}[]()-=+.,:\\/"\\<>_;\\|';
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_CONFIG_LOWER_FILENAME');
?>
            </th>
            <td style="width: 150px;"><?php 
echo CitruscartSelect::btbooleanlist('lower_filename', 'class="inputbox"', $this->row->get('lower_filename', '1'));
?>
            </td>
            <td><?php 
echo JText::_('COM_CITRUSCART_CONFIG_LOWER_FILENAME_DESC');
?>
            </td>
        </tr>
    </tbody>
</table>
            <td><?php 
echo CitruscartSelect::currency($this->row->get('default_currencyid', '1'), 'default_currencyid');
?>
            </td>
            <td><?php 
echo JText::_('COM_CITRUSCART_CONFIG_DEFAULT_CURRENCY');
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_AUTO_UPDATE_EXCHANGE_RATES');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('currency_exchange_autoupdate', 'class="inputbox"', $this->row->get('currency_exchange_autoupdate', '1'));
?>
            </td>
            <td><?php 
echo JText::_('COM_CITRUSCART_AUTO_UPDATE_EXCHANGE_RATES_DESC');
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_DIMENSIONS_MEASURE_UNIT');
?>
            </th>
            <td><input type="text" name="dimensions_unit" value="<?php 
echo $this->row->get('dimensions_unit', '');
?>
Beispiel #27
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_CITRUSCART_ENABLED');
?>
:
					</td>
					<td>
						<?php 
echo CitruscartSelect::btbooleanlist('manufacturer_enabled', '', $row->manufacturer_enabled);
?>
					</td>
				</tr>
				<tr>
					<td style="width: 100px; text-align: right;" class="key">
						<?php 
echo JText::_('COM_CITRUSCART_CURRENT_IMAGE');
?>
:
					</td>
					<td>
						<?php 
jimport('joomla.filesystem.file');
if (!empty($row->manufacturer_image) && JFile::exists(Citruscart::getPath('manufacturers_images') . DS . $row->manufacturer_image)) {
    echo CitruscartUrl::popup(CitruscartHelperManufacturer::getImage($row->manufacturer_id, '', '', 'full', true), CitruscartHelperManufacturer::getImage($row->manufacturer_id), array('update' => false, 'img' => true));
Beispiel #28
0
                <input value="<?php 
echo JText::_('COM_CITRUSCART_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_CITRUSCART_NOTIFY_CUSTOMER_ABOUT_CHANGE_IN_SUBSCRIPTION');
?>
            </td>
            <td>
                <?php 
echo CitruscartSelect::btbooleanlist('notify_customer');
?>
            </td>
        </tr>
        <tr>
            <td style="width: 100px; text-align: right;" class="key">
                <?php 
echo JText::_('COM_CITRUSCART_COMMENTS');
?>
            </td>
            <td>
                <textarea name="comments" rows="5" style="width: 100%;"></textarea>
            </td>
        </tr>
        </table>
        </fieldset>
Beispiel #29
0
echo CitruscartSelect::editableby($row['editable_by'], 'editable_by');
?>
					</td>
				</tr>
				<tr>
					<td width="100" align="right" class="key">
						<label for="eavattribute_required">
						<?php 
echo JText::_('COM_CITRUSCART_REQUIRED');
?>
:
						</label>
					</td>
					<td>
						<?php 
echo CitruscartSelect::btbooleanlist('eavattribute_required', '', $row['eavattribute_required']);
?>
					</td>
				</tr>
                <tr>
                    <td class="dsc-key">
                        <?php 
echo JText::_('COM_CITRUSCART_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" />
Beispiel #30
0
			<input type="text" name="title" value="<?php 
echo $row->title;
?>
" />
		</td>
	</tr>
	<tr>
		<td class="dsc-key">
			<?php 
echo JText::_('COM_CITRUSCART_IS_DELETED');
?>
:
		</td>
		<td>
			<?php 
echo CitruscartSelect::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>