<?php

/*
 * Joomla! component MageBridge
 *
 * @author Yireo (info@yireo.com)
 * @package MageBridge
 * @copyright Copyright 2012
 * @license GNU Public License
 * @link http://www.yireo.com
 */
defined('_JEXEC') or die('Restricted access');
?>

<?php 
echo MageBridgeHelper::help('Before configuring things in this tab, make sure the API is up and running');
?>

<fieldset class="adminform">
<legend><?php 
echo JText::_('Website');
?>
</legend>
<table class="admintable">
    <?php 
if ($this->mode == 'advanced') {
    ?>
    <tr>
        <td class="key" valign="top">
            <?php 
    echo JText::_('Backend');
<?php

/*
 * Joomla! component MageBridge
 *
 * @author Yireo (info@yireo.com)
 * @package MageBridge
 * @copyright Copyright 2012
 * @license GNU Public License
 * @link http://www.yireo.com
 */
defined('_JEXEC') or die('Restricted access');
?>

<?php 
echo MageBridgeHelper::help('By flushing specific module positions on specific pages you can remove columns');
?>

<?php 
if ($this->mode == 'advanced') {
    ?>
<fieldset class="adminform">
<legend><?php 
    echo JText::_('Flush module positions');
    ?>
</legend>
<table class="admintable">
    <tr>
        <td class="key" valign="top">
            <?php 
    echo JText::_('Flush_positions_home');
Пример #3
0
<?php

/*
 * Joomla! component MageBridge
 *
 * @author Yireo (info@yireo.com)
 * @package MageBridge
 * @copyright Copyright 2012
 * @license GNU Public License
 * @link http://www.yireo.com
 */
defined('_JEXEC') or die('Restricted access');
?>

<?php 
echo MageBridgeHelper::help('Only configure stores here if you want use multi-lingual extensions like Joom!Fish or Nooku');
?>

<form method="post" name="adminForm" id="adminForm">
<table>
<tr>
	<td nowrap="nowrap">
		<?php 
echo $this->lists['state'];
?>
	</td>
</tr>
</table>
<div id="editcell">
	<table class="adminlist">
	<thead>
Пример #4
0
<?php

/*
 * Joomla! component MageBridge
 *
 * @author Yireo (info@yireo.com)
 * @package MageBridge
 * @copyright Copyright 2012
 * @license GNU Public License
 * @link http://www.yireo.com
 */
defined('_JEXEC') or die('Restricted access');
?>

<?php 
echo MageBridgeHelper::help('Here you can connect a Magento product to some logic in Joomla! to sell for instance membership. ' . 'Use the Magento backend to manage regular products');
?>

<form method="post" name="adminForm" id="adminForm">
<fieldset id="filter-bar">
<table width="100%">
<tr>
	<td align="left" width="40%">
        <?php 
echo $this->search;
?>
	</td>
	<td nowrap="nowrap" width="60%">
        <div style="float:right">
		<?php 
echo $this->lists['state'];
Пример #5
0
<?php

/*
 * Joomla! component MageBridge
 *
 * @author Yireo (info@yireo.com)
 * @package MageBridge
 * @copyright Copyright 2012
 * @license GNU Public License
 * @link http://www.yireo.com
 */
defined('_JEXEC') or die('Restricted access');
?>

<?php 
echo MageBridgeHelper::help('Here you can synchronize a Joomla! usergroup with a Magento customergroup, and vice versa.');
?>

<form method="post" name="adminForm" id="adminForm">
<table>
<tr>
	<td nowrap="nowrap">
		<?php 
echo $this->lists['state'];
?>
	</td>
</tr>
</table>
<div id="editcell">
	<table class="adminlist">
	<thead>
Пример #6
0
 */
defined('_JEXEC') or die('Restricted access');
// Set toolbar items for the page
$edit = JRequest::getVar('edit', true);
$text = !$edit ? JText::_('New') : JText::_('Edit');
JToolBarHelper::save();
JToolBarHelper::apply();
if (!$edit) {
    JToolBarHelper::cancel();
} else {
    JToolBarHelper::cancel('cancel', 'Close');
}
?>

<?php 
echo MageBridgeHelper::help('Checkout out the {tutorials:MageBridge Design Guide} on how to use combine theming');
?>

<form method="post" name="adminForm" id="adminForm">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td width="50%" valign="top">
    <fieldset class="adminform">
        <legend><?php 
echo JText::_('Source URL');
?>
</legend>
        <table class="admintable">
        <tbody>
        <tr>