Example #1
0
"><?php 
        echo rightLang($row->product_name, $row->product_name_fr);
        ?>
</a>
        <br><span class="oprice"></span><?php 
        echo getRate($row->price_value);
        ?>
<br>
    <span class="shopnow"><a href="/<?php 
        echo $upath . $row->url;
        ?>
"><img border="0" width="59" height="16" src="<?php 
        echo theme_url();
        ?>
/images/<?php 
        echo imgLang('shopnow59x16-LN.gif');
        ?>
"></a></span>
    
	<div class="delvinfo">
		      <?php 
        if ($row->delivery_method_id == 1) {
            echo lang('Same-Day Local Florist Delivery');
        } else {
            echo lang('Shipped in a Giftbox');
        }
        ?>
		      
	</div>   
    </div>
    </div>
Example #2
0
			    <?php 
echo form_error("confpassword");
?>
			</div>
		    </div>
                    <div class="form-control">
			<div class="form-field">
			    <input type="hidden" name="customer_id" value="<?php 
echo $user->user_id;
?>
" />
			    <input type="image" name="Update" id="update" src="<?php 
echo theme_url();
?>
/images/<?php 
echo imgLang('update_password-LN.gif');
?>
" />
			</div>
                    </fieldset>
                    </div><!-- common_form-->
                    <div class="clear"></div>
                </div> <!-- delivery_details -->
                <?php 
echo form_close();
?>
            </div> <!-- main -->
            <div class="clear"></div>
            </div> <!-- content -->
        </div> <!-- content wrapper -->
<?php 
Example #3
0
" alt="<?php 
    echo lang('Same day delivery');
    ?>
" /> 
			    </div> <!-- Giftbox //-->
			
			<?php 
} else {
    ?>
			
			    <div id="shipped-giftbox">
				<img src="<?php 
    echo theme_url();
    ?>
/images/<?php 
    echo imgLang('giftbox-delivery-LN.png');
    ?>
" alt="<?php 
    echo lang('Gift box delivery');
    ?>
" /> 
			    </div><!-- Giftbox //-->
			    
			<?php 
}
?>
			
			<?php 
if ($product->delivery_method_id == 2 && get_stoppage_time(1) >= time()) {
    ?>
				
?>
</label>
			<div class="form-field">
			    <input type="text" name="order_number" id="order_number" autocomplete="off" value="" size="30" />
			    <?php 
echo form_error("order_number");
?>
			</div>
		    </div>
                    <div class="form-control">
			<div class="form-field">
			    <input type="image" name="Update" id="update" src="<?php 
echo theme_url();
?>
/images/<?php 
echo imgLang('trackthis-LN.gif');
?>
" />
			</div>
                    </fieldset>
                    </div><!-- common_form-->
                    <div class="clear"></div>
                </div> <!-- delivery_details -->
                <?php 
echo form_close();
?>
            </div> <!-- main -->
            <div class="clear"></div>
            </div> <!-- content -->
        </div> <!-- content wrapper -->
<?php 
						<p class="showing_date">
							<label>
								<?php 
echo lang('Delivery');
?>
: 
								<input type="text" id="show_date" readonly  size="30" style="background:transparent; border: none; box-shadow: none; font-size:20px; font-weight:bold;" value="" />
							</label>
						</p>
						-->
						<!--
						<img src="<?php 
echo theme_url();
?>
/images/<?php 
echo imgLang('sameday-delivery-LN.png');
?>
" width="100%" alt="<?php 
echo lang('Same day delivery');
?>
" /> 
						-->
						<div id="act" style="display:none;">
							<button type="submit" class="btn btn-large btn-block btn-default"><i class="fa fa-shopping-cart"></i>Add to Cart</button>
						</div>	
						<div id="noact">
							<a class="btn btn-large btn-block"><i class="fa fa-shopping-cart"></i>Add to Cart</a>
						</div>	
						
						<br /><br />
						
Example #6
0
    echo $row->url;
    ?>
"><img border="0" width="59" height="16" src="<?php 
    echo theme_url();
    ?>
/images/<?php 
    echo imgLang('shopnow59x16-LN.gif');
    ?>
"/></a></span>
                
                <br />
                <img border="0" align="left" width="178" height="10" class="dtype" src="<?php 
    echo theme_url();
    ?>
/images/<?php 
    echo imgLang('samedayfloristdelivery-LN.gif');
    ?>
"/>
                
                </div><!-- Item //-->
                </center>
                </div><!-- Product-Item //-->
                
                
                <?php 
}
?>
                
                    </div>
                
		</div>
Example #7
0
        echo getRate($addon->addon_price * $addon->addon_quantity);
        ?>
</strong></td>
                                </tr>
                                <?php 
    }
}
?>
                            </table>
                             <div class="trackthis">
                                
                                <a href="/myaccount/trackorder/<?php 
echo $billing->invoice_id;
?>
"><img src="<?php 
echo imgLang(theme_url() . '/images/trackthis-LN.gif');
?>
" /></a>
                    
                             </div>
                    </div>
                    <div id="myorder-summary">
                        <h3><?php 
echo lang('Billing Summary');
?>
</h3>
                        <div class="billing-summary">
                            <?php 
echo $billing->firstname . ' ' . $billing->lastname;
?>
<br/>
Example #8
0
                            <?php 
echo form_error("evephone");
?>
                        </div>
                    </div>
                    <div class="form-control">
                        <div class="form-field">
                            <input type="hidden" name="customer_id" value="<?php 
echo $_POST ? $p->customer_id : (isset($user) ? $user->user_id : '');
?>
" />
                            <input type="image" name="Update" id="update" src="<?php 
echo theme_url();
?>
/images/<?php 
echo imgLang('update_profile-LN.gif');
?>
" />
                        </div>
                    </div>
                    </fieldset>
                    </div><!-- common_form-->
                    <div class="clear"></div>
                </div> <!-- delivery_details -->
                <?php 
echo form_close();
?>
            </div> <!-- main -->
            <div id="sidebar">&nbsp;</div>
            <div class="clear"></div>
            </div> <!-- content -->