X7ROOT File Manager
Current Path:
/home/mysptejz/public_html/billing/feeds
home
/
mysptejz
/
public_html
/
billing
/
feeds
/
ðŸ“
..
📄
cartnumitems.php
(445 B)
📄
carttotal.php
(656 B)
📄
domainchecker.php
(810 B)
📄
domainprice.php
(1.73 KB)
📄
domainpricing.php
(1.79 KB)
📄
index.php
(39 B)
📄
productpricing.php
(4.49 KB)
📄
productsinfo.php
(3.63 KB)
Editing: cartnumitems.php
<?php use WHMCS\OrderForm; require("../init.php"); /* *** USAGE SAMPLES *** <script language="javascript" src="feeds/cartnumitems.php"></script> */ $cartitems = (new OrderForm())->getNumItemsInCart(); $items = ($cartitems == 1) ? 'item' : 'items'; widgetoutput('' . \Lang::trans('feeds.itemsInBasket', [':count' => $cartitems]) . ''); function widgetoutput($value) { echo "document.write('".addslashes($value)."');"; exit; } ?>
Upload File
Create Folder