uawdijnntqw1x1x1
IP : 216.73.216.231
Hostname : 213-108-241-110.cprapid.com
Kernel : Linux 213-108-241-110.cprapid.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
digilove
/
public_html
/
f7525
/
..
/
components
/
com_virtuemart
/
sublayouts
/
bs4-addtocartbtn.php
/
/
<?php /** * * loads the add to cart button * * @package VirtueMart * @subpackage * @author Max Milbers, Valerie Isaksen * @link https://virtuemart.net * @copyright Copyright (c) 2015 VirtueMart Team. All rights reserved. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * @version $Id: addtocartbtn.php 8024 2014-06-12 15:08:59Z Milbo $ */ // Check to ensure this file is included in Joomla! defined('_JEXEC') or die('Restricted access'); /** @var TYPE_NAME $viewData */ if ($viewData['orderable']) { ?> <input type="submit" name="addtocart" class="btn btn-success btn-block" value="<?php echo vmText::_('COM_VIRTUEMART_CART_ADD_TO') ?>"/> <?php } else { ?> <input type="submit" name="addtocart" class="btn btn-outline-success btn-block" value="<?php echo vmText::_('COM_VIRTUEMART_ADDTOCART_CHOOSE_VARIANT') ?>" disabled/> <?php }
/home/digilove/public_html/f7525/../components/com_virtuemart/sublayouts/bs4-addtocartbtn.php