0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
components
/
com_virtuemart
/
views
/
productdetails
/
tmpl
/
[
Home
]
File: notify.php
<?php /** * * Show Notify page * * @package VirtueMart * @subpackage * @author Max Milbers, Valerie Isaksen * @link http://www.virtuemart.net * @copyright Copyright (c) 2004 - 2010 VirtueMart Team. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * VirtueMart is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * @version $Id: default_reviews.php 5428 2012-02-12 04:41:22Z electrocity $ */ // Check to ensure this file is included in Joomla! defined ( '_JEXEC' ) or die ( 'Restricted access' ); ?> <form method="post" action="<?php echo JRoute::_('index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id='.$this->product->virtuemart_product_id.'&virtuemart_category_id='.$this->product->virtuemart_category_id, FALSE) ; ?>" name="notifyform" id="notifyform"> <h4><?php echo JText::_('COM_VIRTUEMART_CART_NOTIFY') ?></h4> <div class="list-reviews"> <?php echo JText::sprintf('COM_VIRTUEMART_CART_NOTIFY_DESC', $this->product->product_name); ?> <br /><br /> <div class="clear"></div> </div> <div><span class="floatleft"><input type="text" name="notify_email" value="<?php echo $this->user->email; ?>" /></span> <span class="addtocart-button"><input type="submit" name="notifycustomer" class="notify-button" value="<?php echo JText::_('COM_VIRTUEMART_CART_NOTIFY') ?>" title="<?php echo JText::_('COM_VIRTUEMART_CART_NOTIFY') ?>" /></span> </div> <input type="hidden" name="virtuemart_product_id" value="<?php echo $this->product->virtuemart_product_id; ?>" /> <input type="hidden" name="option" value="com_virtuemart" /> <input type="hidden" name="virtuemart_category_id" value="<?php echo JRequest::getInt('virtuemart_category_id'); ?>" /> <input type="hidden" name="virtuemart_user_id" value="<?php echo $this->user->id; ?>" /> <input type="hidden" name="task" value="notifycustomer" /> <?php echo JHTML::_( 'form.token' ); ?> </form> <br /> <br /> <br />
©
2018.