H69UNtblNBNpha2dtB1Odn8qYp1Qk5NK2gi7yfceofo9N
/
home
/
ymswebso
/
public_html
/
capitalmovers
/
wp-content
/
plugins
/
order
/
Nama File / Folder
Size
Action
include
--
NONE
price-calculate.php
0.22KB
Hapus
Edit
Rename
<?php $total = 0; foreach($_POST['product_item'] as $product_item){ $ex_item = explode("_", $product_item); if($ex_item[1] != 0){ $amuont = $ex_item[0] * $ex_item[1]; $total = $total + $amuont; } } echo $total; ?>