뉴질랜드 집 구매 – 1화.집구경

집을 렌트하려고 하였으나 집구하기 힘들고 렌트로 주당 나가는 비용보다 모기지를 받아서 집을 사서 이자를 내는 비용이 더 이득이라고 판단되어 내집을 […]

wordpress Woocommerce – add to cart

public function setQuickOrder() { $jsonId = $_POST[‘data_id’][‘myDataId’]; $jsonQty = $_POST[‘data_qty’][‘myDataQty’]; $myDataIdArray = json_decode($jsonId,true); $myDataQtyArray = json_decode($jsonQty,true); foreach ($myDataIdArray as $key => $value) […]