Esempio n. 1
0
 * @author       TomatoCart Dev Team
 * @copyright    Copyright (c) 2009 - 2012, TomatoCart. All rights reserved.
 * @license      http://www.gnu.org/licenses/gpl.html
 * @link         http://tomatocart.com
 * @since        Version 2.0
 * @filesource
*/
?>

<h1><?php 
echo lang('info_contact_heading');
?>
</h1>

<?php 
echo toc_validation_errors('contact');
?>

<div class="module-box">
	<div class="row-fluid">
		<div class="span6">
            <form name="contact" action="<?php 
echo site_url('contact_save');
?>
" method="post">
                <?php 
if (!empty($departments)) {
    ?>
                <div class="control-group">
                    <label class="control-label" for="department_email"><?php 
    echo lang('contact_departments_title');
Esempio n. 2
0
	<div id="product-info-tab-content" class="tab-content">
        <div class="tab-pane <?php 
echo $tab == 'description' ? 'active' : '';
?>
" id="tab-description">
        	<?php 
echo $description;
?>
        </div>

        <div class="tab-pane <?php 
echo $tab == 'reviews' ? 'active' : '';
?>
" id="tab-reviews">
            <p><?php 
echo toc_validation_errors('reviews');
?>
</p>
            
            <?php 
if (isset($reviews) && count($reviews) > 0) {
    foreach ($reviews as $review) {
        ?>
            <dl class="review">
    			<dt>
    				<img title="<?php 
        echo sprintf(lang('rating_of_5_stars'), $review['reviews_rating']);
        ?>
" alt="<?php 
        echo sprintf(lang('rating_of_5_stars'), $review['reviews_rating']);
        ?>
Esempio n. 3
0
 * @author       TomatoCart Dev Team
 * @copyright    Copyright (c) 2009 - 2012, TomatoCart. All rights reserved.
 * @license      http://www.gnu.org/licenses/gpl.html
 * @link         http://tomatocart.com
 * @since        Version 2.0
 * @filesource
*/
?>

<h1><?php 
echo lang('search_heading');
?>
</h1>

<?php 
echo toc_validation_errors('search');
?>

<form name="search" action="<?php 
echo site_url('search');
?>
" method="post" class="form-inline">
    <div class="module-box">
        <h6><?php 
echo lang('search_criteria_title');
?>
</h6>
        
        <div class="control-group">
            <div class="controls">
            	<input type="text" name="keywords" class="keywords" value="<?php 
Esempio n. 4
0
 * @author       TomatoCart Dev Team
 * @copyright    Copyright (c) 2009 - 2012, TomatoCart. All rights reserved.
 * @license      http://www.gnu.org/licenses/gpl.html
 * @link         http://tomatocart.com
 * @since        Version 2.0
 * @filesource
*/
?>

<h1><?php 
echo lang('sign_in_heading');
?>
</h1>

<?php 
echo toc_validation_errors('login');
?>

<div class="module-box clearfix">
	<div class="row-fluid">
        <div class="span6">
                <h3><?php 
echo lang('login_new_customer_heading');
?>
</h3>
                
                <p><?php 
echo lang('login_new_customer_text');
?>
</p>
                
 * @author       TomatoCart Dev Team
 * @copyright    Copyright (c) 2009 - 2012, TomatoCart. All rights reserved.
 * @license      http://www.gnu.org/licenses/gpl.html
 * @link         http://tomatocart.com
 * @since        Version 2.0
 * @filesource
*/
?>

<h1><?php 
echo isset($address_book_id) && is_numeric($address_book_id) ? lang('address_book_edit_entry_heading') : lang('address_book_add_entry_heading');
?>
</h1>

<?php 
echo toc_validation_errors('address_book');
?>

<form name="address_book" action="<?php 
echo site_url('account/address_book/save');
?>
" method="post" class="form-horizontal">

	<div class="module-box">

		<h6><em class="pull-right"><?php 
echo lang('form_required_information');
?>
</em><?php 
echo lang('address_book_new_address_title');
?>
 * @author       TomatoCart Dev Team
 * @copyright    Copyright (c) 2009 - 2012, TomatoCart. All rights reserved.
 * @license      http://www.gnu.org/licenses/gpl.html
 * @link         http://tomatocart.com
 * @since        Version 2.0
 * @filesource
*/
?>

<h1><?php 
echo lang('newsletters_heading');
?>
</h1>

<?php 
echo toc_validation_errors('newsletters');
?>



<form name="account_newsletter" action="<?php 
echo site_url('account/newsletters/save');
?>
" method="post">
	<div class="module-box">
    	<h6 class="title"><?php 
echo lang('newsletter_subscriptions_heading');
?>
</h6>
    
        <div class="control-group">
Esempio n. 7
0
 * @author       TomatoCart Dev Team
 * @copyright    Copyright (c) 2009 - 2012, TomatoCart. All rights reserved.
 * @license      http://www.gnu.org/licenses/gpl.html
 * @link         http://tomatocart.com
 * @since        Version 2.0
 * @filesource
 */
?>

<h1><?php 
echo lang('wishlist_heading');
?>
</h1>

<?php 
echo toc_validation_errors('wishlist');
?>

<?php 
if (is_array($products) && !is_null($products)) {
    ?>

<form name="update_wishlist" method="post" action="<?php 
    echo site_url('wishlist/update');
    ?>
">

	<table class="table table-hover table-gradient">
      	<thead>
            <tr>
              <th align="center"><?php 
Esempio n. 8
0
 * @author       TomatoCart Dev Team
 * @copyright    Copyright (c) 2009 - 2012, TomatoCart. All rights reserved.
 * @license      http://www.gnu.org/licenses/gpl.html
 * @link         http://tomatocart.com
 * @since        Version 2.0
 * @filesource
*/
?>

<h1><?php 
echo lang('account_password_heading');
?>
</h1>

<?php 
echo toc_validation_errors('account_password');
?>

<h6><em class="pull-right"><?php 
echo lang('form_required_information');
?>
</em><?php 
echo lang('my_password_title');
?>
</h6>

<form name="account_password" action="<?php 
echo site_url('account/password/save');
?>
" method="post" class="form-horizontal">
	<div class="module-box">
Esempio n. 9
0
?>
templates/base/web/css/datepicker.css" type="text/css" />');
//-->
</script>
<script type="text/javascript" src="<?php 
echo base_url();
?>
templates/base/web/javascript/bootstrap/bootstrap-datepicker.js"></script>

<h1><?php 
echo lang('account_edit_heading');
?>
</h1>

<?php 
echo toc_validation_errors('account_edit');
?>


<form name="account_edit" action="<?php 
echo site_url('account/edit/save');
?>
" method="post" class="form-horizontal">

	<div class="module-box"> 

    	<h6><em class="pull-right"><?php 
echo lang('form_required_information');
?>
</em><?php 
echo lang('my_account_title');
Esempio n. 10
0
 * @copyright    Copyright (c) 2009 - 2012, TomatoCart. All rights reserved.
 * @license      http://www.gnu.org/licenses/gpl.html
 * @link         http://tomatocart.com
 * @since        Version 2.0
 * @filesource
*/
$step = 1;
?>

<h1><?php 
echo lang('checkout');
?>
</h1>

<?php 
echo toc_validation_errors('checkout');
?>

<div class="accordion" id="checkoutForm"> 
    <div class="accordion-group" id="checkoutMethodForm">
        <div class="accordion-heading">
        	<a class="accordion-toggle" href="#checkoutMethodFormBody">
        		<?php 
echo $step++ . '. ' . lang('checkout_method');
?>
        	</a>
        	<a class="modify" href="javascript:void(0);">Modify</a>
        </div>
        <div id="checkoutMethodFormBody" class="accordion-body collapse">
        	<div class="accordion-inner"></div>
        </div>
Esempio n. 11
0
templates/base/web/css/datepicker.css" type="text/css" />');
//-->
</script>
<script type="text/javascript" src="<?php 
echo base_url();
?>
templates/base/web/javascript/bootstrap/bootstrap-datepicker.js"></script>


<h1><?php 
echo lang('create_account_heading');
?>
</h1>

<?php 
echo toc_validation_errors('create');
?>

<form id="create" name="create" action="<?php 
echo site_url('account/create/save');
?>
" method="post" class="form-horizontal">
	<div class="module-box">
    	
    	<h6><em class="pull-right"><?php 
echo lang('form_required_information');
?>
</em><?php 
echo lang('my_account_title');
?>
</h6>
Esempio n. 12
0
 * @author       TomatoCart Dev Team
 * @copyright    Copyright (c) 2009 - 2012, TomatoCart. All rights reserved.
 * @license      http://www.gnu.org/licenses/gpl.html
 * @link         http://tomatocart.com
 * @since        Version 2.0
 * @filesource
*/
?>

<h1><?php 
echo lang('password_forgotten_heading');
?>
</h1>

<?php 
echo toc_validation_errors('password_forgotten');
?>

<form name="password_forgotten" action="<?php 
echo site_url('account/password_forgotten/process');
?>
" method="post">

    <div class="module-box">
        <h6 class="title"><?php 
echo lang('password_forgotten_heading');
?>
</h6>
        
        <p><?php 
echo lang('password_forgotten');