exempt jjed phl intax
This commit is contained in:
@@ -112,7 +112,7 @@ class PaypalController extends Controller {
|
|||||||
// $order_subtotal = $updated_getSubtotal[0]->Subtotal;
|
// $order_subtotal = $updated_getSubtotal[0]->Subtotal;
|
||||||
$order_grandtotal = $updated_getSubtotal[0]->Subtotal;
|
$order_grandtotal = $updated_getSubtotal[0]->Subtotal;
|
||||||
|
|
||||||
if($grouped_item[0]->StoreId == 76 || $grouped_item[0]->StoreId == 78 || $grouped_item[0]->StoreId == 111){
|
if($grouped_item[0]->StoreId == 76 || $grouped_item[0]->StoreId == 78 || $grouped_item[0]->StoreId == 111 || $grouped_item[0]->StoreId == 131){
|
||||||
$tax_value = 0;
|
$tax_value = 0;
|
||||||
}else{
|
}else{
|
||||||
$tax_value = 0.10;
|
$tax_value = 0.10;
|
||||||
|
|||||||
@@ -520,7 +520,7 @@ class TeamStoreController extends Controller {
|
|||||||
$items = $m->myCart($cartKey);
|
$items = $m->myCart($cartKey);
|
||||||
$getSubtotal = $m->getSubtotal($cartKey);
|
$getSubtotal = $m->getSubtotal($cartKey);
|
||||||
$items_group = $m->myCartGroup($cartKey);
|
$items_group = $m->myCartGroup($cartKey);
|
||||||
var_dump($items_group);
|
//var_dump($items_group);
|
||||||
$grouped_item = $m->selectTeamStoreGroupByCartKey($cartKey);
|
$grouped_item = $m->selectTeamStoreGroupByCartKey($cartKey);
|
||||||
if($grouped_item){
|
if($grouped_item){
|
||||||
$defId = $grouped_item[0]->StoreId;
|
$defId = $grouped_item[0]->StoreId;
|
||||||
|
|||||||
Reference in New Issue
Block a user