$(document).on("click","#PayU",function(){ var key = 'wGdhiZab'; var txnid = t_id; var amount = o_amountinr; var firstname = ''; var productinfo = s_name; var email = ''; var salt = 'LK7g5bqqsx'; var phone = ''; var udf1 = '-d4cacfe44100d1c07d18'; var udf2 = g_id; var udf3 = g_name; var udf4 = ''; var udf5 = ''; var hashString = key+'|'+txnid+'|'+amount+'|'+productinfo+'|'+firstname+'|'+email+'|'+udf1+'|'+udf2+'|'+udf3+'|'+udf4+'|'+udf5+'||||||'+salt; var hash = CryptoJS.SHA512(hashString).toString(CryptoJS.enc.Hex); var surl = site_url+'/viewgig.php'; var furl = site_url+'/viewgig.php'; $.post("viewgig.php",{tid:t_id, gid:g_id, title_0:s_name, price_0:s_price, days_0:s_days, title_1:extratitle_1, price_1:extraprice_1, days_1:extradays_1, status_1:extra_1, title_2:extratitle_2, price_2:extraprice_2, days_2:extradays_2, status_2:extra_2, title_3:extratitle_3, price_3:extraprice_3, days_3:extradays_3, status_3:extra_3, title_4:extratitle_4, price_4:extraprice_4, days_4:extradays_4, status_4:extra_4, title_5:extratitle_5, price_5:extraprice_5, days_5:extradays_5, status_5:extra_5, qtitle:quick_title, qprice:quick_price, qdays:quick_days, qstatus_1:quick_1, mquantity:m_quantity, order_amount:o_amountinr, cprice:c_price, gprice:g_price, payvia: pay_via},function(){}); bolt.launch({ key: key, txnid: txnid, hash: hash, amount: amount, firstname: firstname, email: email, phone: phone, productinfo: productinfo, surl : surl, furl : furl, lastname : '', curl : '', address1 : '', address2 : '', city : '', state : '', country : '', zipcode : '', udf1 : udf1, udf2 : udf2, udf3 : udf3, udf4 : '', udf5 : '', pg : '', enforce_paymethod : '', expirytime : '' },{ responseHandler: function(get){ console.log(get.response); var cr = 'INR'; //alert(get.response['txnStatus']); var dataString = 'tx='+ get.response['txnid'] + '&st=' + get.response['txnStatus'] + '&item_number=' + get.response['udf1'] + '&cc=' + cr + '&amt=' + get.response['amount'] + '&item_name=' + get.response['productinfo'] + '&item_number=' + get.response['udf1'] + '&st=' + get.response['txnStatus'] + '&tx=' + get.response['txnid'] + '&custom=' + get.response['status']; //alert (dataString); //return false; if(get.response['txnStatus']=='SUCCESS' && get.response['status']=='success'){ window.location.href=site_url+'/viewgig.php?gid='+g_id+'&gname='+g_name+'&'+dataString; }else{ window.location.href=site_url+'/viewgig.php?gid='+g_id+'&gname='+g_name+'&msg=Payment Failed / Cancelled'; } }, catchException: function(get){ //alert(get.message); window.location.href=site_url+'/viewgig.php?gid='+g_id+'&gname='+g_name+'&msg=Payment Failed / Cancelled'; } }); }); // Ends }else if(pay_via=='RazorPay'){ var site_url = 'https://www.seogig.work'; var razor_key = 'rzp_live_VY0DbfC65kA4J9'; var firstname = ''; var email = ''; var phone = ''; var address = ''; var udf1 = '-d4cacfe44100d1c07d18'; $.post("viewgig.php",{tid:t_id, gid:g_id, title_0:s_name, price_0:s_price, days_0:s_days, title_1:extratitle_1, price_1:extraprice_1, days_1:extradays_1, status_1:extra_1, title_2:extratitle_2, price_2:extraprice_2, days_2:extradays_2, status_2:extra_2, title_3:extratitle_3, price_3:extraprice_3, days_3:extradays_3, status_3:extra_3, title_4:extratitle_4, price_4:extraprice_4, days_4:extradays_4, status_4:extra_4, title_5:extratitle_5, price_5:extraprice_5, days_5:extradays_5, status_5:extra_5, qtitle:quick_title, qprice:quick_price, qdays:quick_days, qstatus_1:quick_1, mquantity:m_quantity, order_amount:o_amount, cprice:c_price, gprice:g_price, payvia: pay_via},function(){ }); var options = { "key": razor_key, "amount": o_amount * "100", "currency": currency_value, "name": "Seo Gig", "description": s_name, "image": site_url+"/img/sg.jpg", "handler": function (response){ var dataString = 'pa='+ response.razorpay_payment_id + '&or=' + response.razorpay_order_id + '&sg=' + response.razorpay_signature + '&item_number=' + udf1 + '&cc=' + currency_value; if(response.razorpay_payment_id!=''){ window.location.href=site_url+'/viewgig.php?gid='+g_id+'&gname='+g_name+'&'+dataString; }else{ window.location.href=site_url+'/viewgig.php?gid='+g_id+'&gname='+g_name+'&msg=Payment Failed / Cancelled'; } }, "prefill": { "name": firstname, "email": email, "contact": phone }, "notes": { "address": address }, "theme": { "color": "#00b22d" } }; var rzp1 = new Razorpay(options); rzp1.on('payment.failed', function (response){ window.location.href=site_url+'/viewgig.php?gid='+g_id+'&gname='+g_name+'&msg=Payment Failed / Cancelled'; }); rzp1.open(); } //Ends } function add_extra_1(extra_amt){ var extra_1 = $("#extraprice_1").is(":checked"); var extra_2 = $("#extraprice_2").is(":checked"); var extra_3 = $("#extraprice_3").is(":checked"); var extra_4 = $("#extraprice_4").is(":checked"); var extra_5 = $("#extraprice_5").is(":checked"); var quick_1 = $("#servicequick_price").is(":checked"); var m_quantity = $('#multiple_quantity').val(); var single_price = '50'; var currency_value = 'USD'; var dollar_value = '90'; var cursymbol = '$'; if(extra_1==true){ var extratitle_1 = ''; var extraprice_1 = '0'; var extradays_1 = '0'; document.getElementById("extra_1").innerHTML = ""+cursymbol+""+extraprice_1+" "+currency_value+"
"; } if(extra_1==false){ var extratitle_1 = '0'; var extraprice_1 = '0'; var extradays_1 = '0'; document.getElementById("extra_1").innerHTML = ""; } if(extra_2==true){ var extratitle_2 = ''; var extraprice_2 = '0'; var extradays_2 = '0'; document.getElementById("extra_2").innerHTML = ""+cursymbol+""+extraprice_2+" "+currency_value+"
"; } if(extra_2==false){ var extratitle_2 = '0'; var extraprice_2 = '0'; var extradays_2 = '0'; document.getElementById("extra_2").innerHTML = ""; } if(extra_3==true){ var extratitle_3 = ''; var extraprice_3 = '0'; var extradays_3 = '0'; document.getElementById("extra_3").innerHTML = ""+cursymbol+""+extraprice_3+" "+currency_value+"
"; } if(extra_3==false){ var extratitle_3 = '0'; var extraprice_3 = '0'; var extradays_3 = '0'; document.getElementById("extra_3").innerHTML = ""; } if(extra_4==true){ var extratitle_4 = ''; var extraprice_4 = '0'; var extradays_4 = '0'; document.getElementById("extra_4").innerHTML = ""+cursymbol+""+extraprice_4+" "+currency_value+"
"; } if(extra_4==false){ var extratitle_4 = '0'; var extraprice_4 = '0'; var extradays_4 = '0'; document.getElementById("extra_4").innerHTML = ""; } if(extra_5==true){ var extratitle_5 = ''; var extraprice_5 = '0'; var extradays_5 = '0'; document.getElementById("extra_5").innerHTML = ""+cursymbol+""+extraprice_5+" "+currency_value+"
"; } if(extra_5==false){ var extratitle_5 = '0'; var extraprice_5 = '0'; var extradays_5 = '0'; document.getElementById("extra_5").innerHTML = ""; } if(quick_1==true){ var quick_title = 'No'; var quick_price = '0'; var quick_days = '0'; document.getElementById("quick_1").innerHTML = ""+cursymbol+""+quick_price+" "+currency_value+"
"; } if(quick_1==false){ var quick_title = ''; var quick_price = '0'; var quick_days = '0'; document.getElementById("quick_1").innerHTML = ""; } var g_co = '30'; var single_amt = single_price; var price_update = (parseInt(single_amt) + parseInt(extraprice_1) + parseInt(extraprice_2) + parseInt(extraprice_3) + parseInt(extraprice_4) + parseInt(extraprice_5) + parseInt(quick_price)) * parseInt(m_quantity); var commission_amt = price_update/100*g_co; document.getElementById("quantity").innerHTML = m_quantity; document.getElementById("gprice").innerHTML = price_update; document.getElementById("cprice").innerHTML = parseInt(document.getElementById("gprice").innerHTML/100*g_co); document.getElementById("tprice").innerHTML = price_update + commission_amt; document.getElementById("price").innerHTML = price_update + commission_amt; if(currency_value=='' || currency_value=='USD'){ document.getElementById("inrprice").innerHTML = (price_update + commission_amt)*dollar_value; }else if(currency_value=='INR'){ document.getElementById("inrprice").innerHTML = price_update + commission_amt; } document.getElementById("rprice").innerHTML = price_update + commission_amt; document.getElementById("wprice").innerHTML = price_update + commission_amt; document.getElementById("amount").value = price_update + commission_amt; } function add_extra_2(extra_amt){ var extra_1 = $("#extraprice_1").is(":checked"); var extra_2 = $("#extraprice_2").is(":checked"); var extra_3 = $("#extraprice_3").is(":checked"); var extra_4 = $("#extraprice_4").is(":checked"); var extra_5 = $("#extraprice_5").is(":checked"); var quick_1 = $("#servicequick_price").is(":checked"); var m_quantity = $('#multiple_quantity').val(); var single_price = '50'; var currency_value = 'USD'; var dollar_value = '90'; var cursymbol = '$'; if(extra_1==true){ var extratitle_1 = ''; var extraprice_1 = '0'; var extradays_1 = '0'; document.getElementById("extra_1").innerHTML = ""+cursymbol+""+extraprice_1+" "+currency_value+"
"; } if(extra_1==false){ var extratitle_1 = '0'; var extraprice_1 = '0'; var extradays_1 = '0'; document.getElementById("extra_1").innerHTML = ""; } if(extra_2==true){ var extratitle_2 = ''; var extraprice_2 = '0'; var extradays_2 = '0'; document.getElementById("extra_2").innerHTML = ""+cursymbol+""+extraprice_2+" "+currency_value+"
"; } if(extra_2==false){ var extratitle_2 = '0'; var extraprice_2 = '0'; var extradays_2 = '0'; document.getElementById("extra_2").innerHTML = ""; } if(extra_3==true){ var extratitle_3 = ''; var extraprice_3 = '0'; var extradays_3 = '0'; document.getElementById("extra_3").innerHTML = ""+cursymbol+""+extraprice_3+" "+currency_value+"
"; } if(extra_3==false){ var extratitle_3 = '0'; var extraprice_3 = '0'; var extradays_3 = '0'; document.getElementById("extra_3").innerHTML = ""; } if(extra_4==true){ var extratitle_4 = ''; var extraprice_4 = '0'; var extradays_4 = '0'; document.getElementById("extra_4").innerHTML = ""+cursymbol+""+extraprice_4+" "+currency_value+"
"; } if(extra_4==false){ var extratitle_4 = '0'; var extraprice_4 = '0'; var extradays_4 = '0'; document.getElementById("extra_4").innerHTML = ""; } if(extra_5==true){ var extratitle_5 = ''; var extraprice_5 = '0'; var extradays_5 = '0'; document.getElementById("extra_5").innerHTML = ""+cursymbol+""+extraprice_5+" "+currency_value+"
"; } if(extra_5==false){ var extratitle_5 = '0'; var extraprice_5 = '0'; var extradays_5 = '0'; document.getElementById("extra_5").innerHTML = ""; } if(quick_1==true){ var quick_title = 'No'; var quick_price = '0'; var quick_days = '0'; document.getElementById("quick_1").innerHTML = ""+cursymbol+""+quick_price+" "+currency_value+"
"; } if(quick_1==false){ var quick_title = ''; var quick_price = '0'; var quick_days = '0'; document.getElementById("quick_1").innerHTML = ""; } var g_co = '30'; var single_amt = single_price; var price_update = (parseInt(single_amt) + parseInt(extraprice_1) + parseInt(extraprice_2) + parseInt(extraprice_3) + parseInt(extraprice_4) + parseInt(extraprice_5) + parseInt(quick_price)) * parseInt(m_quantity); var commission_amt = price_update/100*g_co; document.getElementById("quantity").innerHTML = m_quantity; document.getElementById("gprice").innerHTML = price_update; document.getElementById("cprice").innerHTML = parseInt(document.getElementById("gprice").innerHTML/100*g_co); document.getElementById("tprice").innerHTML = price_update + commission_amt; document.getElementById("price").innerHTML = price_update + commission_amt; if(currency_value=='' || currency_value=='USD'){ document.getElementById("inrprice").innerHTML = (price_update + commission_amt)*dollar_value; }else if(currency_value=='INR'){ document.getElementById("inrprice").innerHTML = price_update + commission_amt; } document.getElementById("rprice").innerHTML = price_update + commission_amt; document.getElementById("wprice").innerHTML = price_update + commission_amt; document.getElementById("amount").value = price_update + commission_amt; } function add_extra_3(extra_amt){ var extra_1 = $("#extraprice_1").is(":checked"); var extra_2 = $("#extraprice_2").is(":checked"); var extra_3 = $("#extraprice_3").is(":checked"); var extra_4 = $("#extraprice_4").is(":checked"); var extra_5 = $("#extraprice_5").is(":checked"); var quick_1 = $("#servicequick_price").is(":checked"); var m_quantity = $('#multiple_quantity').val(); var single_price = '50'; var currency_value = 'USD'; var dollar_value = '90'; var cursymbol = '$'; if(extra_1==true){ var extratitle_1 = ''; var extraprice_1 = '0'; var extradays_1 = '0'; document.getElementById("extra_1").innerHTML = ""+cursymbol+""+extraprice_1+" "+currency_value+"
"; } if(extra_1==false){ var extratitle_1 = '0'; var extraprice_1 = '0'; var extradays_1 = '0'; document.getElementById("extra_1").innerHTML = ""; } if(extra_2==true){ var extratitle_2 = ''; var extraprice_2 = '0'; var extradays_2 = '0'; document.getElementById("extra_2").innerHTML = ""+cursymbol+""+extraprice_2+" "+currency_value+"
"; } if(extra_2==false){ var extratitle_2 = '0'; var extraprice_2 = '0'; var extradays_2 = '0'; document.getElementById("extra_2").innerHTML = ""; } if(extra_3==true){ var extratitle_3 = ''; var extraprice_3 = '0'; var extradays_3 = '0'; document.getElementById("extra_3").innerHTML = ""+cursymbol+""+extraprice_3+" "+currency_value+""; } if(extra_3==false){ var extratitle_3 = '0'; var extraprice_3 = '0'; var extradays_3 = '0'; document.getElementById("extra_3").innerHTML = ""; } if(extra_4==true){ var extratitle_4 = ''; var extraprice_4 = '0'; var extradays_4 = '0'; document.getElementById("extra_4").innerHTML = ""+cursymbol+""+extraprice_4+" "+currency_value+"
"; } if(extra_4==false){ var extratitle_4 = '0'; var extraprice_4 = '0'; var extradays_4 = '0'; document.getElementById("extra_4").innerHTML = ""; } if(extra_5==true){ var extratitle_5 = ''; var extraprice_5 = '0'; var extradays_5 = '0'; document.getElementById("extra_5").innerHTML = ""+cursymbol+""+extraprice_5+" "+currency_value+"
"; } if(extra_5==false){ var extratitle_5 = '0'; var extraprice_5 = '0'; var extradays_5 = '0'; document.getElementById("extra_5").innerHTML = ""; } if(quick_1==true){ var quick_title = 'No'; var quick_price = '0'; var quick_days = '0'; document.getElementById("quick_1").innerHTML = ""+cursymbol+""+quick_price+" "+currency_value+"
"; } if(quick_1==false){ var quick_title = ''; var quick_price = '0'; var quick_days = '0'; document.getElementById("quick_1").innerHTML = ""; } var g_co = '30'; var single_amt = single_price; var price_update = (parseInt(single_amt) + parseInt(extraprice_1) + parseInt(extraprice_2) + parseInt(extraprice_3) + parseInt(extraprice_4) + parseInt(extraprice_5) + parseInt(quick_price)) * parseInt(m_quantity); var commission_amt = price_update/100*g_co; document.getElementById("quantity").innerHTML = m_quantity; document.getElementById("gprice").innerHTML = price_update; document.getElementById("cprice").innerHTML = parseInt(document.getElementById("gprice").innerHTML/100*g_co); document.getElementById("tprice").innerHTML = price_update + commission_amt; document.getElementById("price").innerHTML = price_update + commission_amt; if(currency_value=='' || currency_value=='USD'){ document.getElementById("inrprice").innerHTML = (price_update + commission_amt)*dollar_value; }else if(currency_value=='INR'){ document.getElementById("inrprice").innerHTML = price_update + commission_amt; } document.getElementById("rprice").innerHTML = price_update + commission_amt; document.getElementById("wprice").innerHTML = price_update + commission_amt; document.getElementById("amount").value = price_update + commission_amt; } function add_extra_4(extra_amt){ var extra_1 = $("#extraprice_1").is(":checked"); var extra_2 = $("#extraprice_2").is(":checked"); var extra_3 = $("#extraprice_3").is(":checked"); var extra_4 = $("#extraprice_4").is(":checked"); var extra_5 = $("#extraprice_5").is(":checked"); var quick_1 = $("#servicequick_price").is(":checked"); var m_quantity = $('#multiple_quantity').val(); var single_price = '50'; var currency_value = 'USD'; var dollar_value = '90'; var cursymbol = '$'; if(extra_1==true){ var extratitle_1 = ''; var extraprice_1 = '0'; var extradays_1 = '0'; document.getElementById("extra_1").innerHTML = ""+cursymbol+""+extraprice_1+" "+currency_value+"
"; } if(extra_1==false){ var extratitle_1 = '0'; var extraprice_1 = '0'; var extradays_1 = '0'; document.getElementById("extra_1").innerHTML = ""; } if(extra_2==true){ var extratitle_2 = ''; var extraprice_2 = '0'; var extradays_2 = '0'; document.getElementById("extra_2").innerHTML = ""+cursymbol+""+extraprice_2+" "+currency_value+"
"; } if(extra_2==false){ var extratitle_2 = '0'; var extraprice_2 = '0'; var extradays_2 = '0'; document.getElementById("extra_2").innerHTML = ""; } if(extra_3==true){ var extratitle_3 = ''; var extraprice_3 = '0'; var extradays_3 = '0'; document.getElementById("extra_3").innerHTML = ""+cursymbol+""+extraprice_3+" "+currency_value+"
"; } if(extra_3==false){ var extratitle_3 = '0'; var extraprice_3 = '0'; var extradays_3 = '0'; document.getElementById("extra_3").innerHTML = ""; } if(extra_4==true){ var extratitle_4 = ''; var extraprice_4 = '0'; var extradays_4 = '0'; document.getElementById("extra_4").innerHTML = ""+cursymbol+""+extraprice_4+" "+currency_value+"
"; } if(extra_4==false){ var extratitle_4 = '0'; var extraprice_4 = '0'; var extradays_4 = '0'; document.getElementById("extra_4").innerHTML = ""; } if(extra_5==true){ var extratitle_5 = ''; var extraprice_5 = '0'; var extradays_5 = '0'; document.getElementById("extra_5").innerHTML = ""+cursymbol+""+extraprice_5+" "+currency_value+"
"; } if(extra_5==false){ var extratitle_5 = '0'; var extraprice_5 = '0'; var extradays_5 = '0'; document.getElementById("extra_5").innerHTML = ""; } if(quick_1==true){ var quick_title = 'No'; var quick_price = '0'; var quick_days = '0'; document.getElementById("quick_1").innerHTML = ""+cursymbol+""+quick_price+" "+currency_value+"
"; } if(quick_1==false){ var quick_title = ''; var quick_price = '0'; var quick_days = '0'; document.getElementById("quick_1").innerHTML = ""; } var g_co = '30'; var single_amt = single_price; var price_update = (parseInt(single_amt) + parseInt(extraprice_1) + parseInt(extraprice_2) + parseInt(extraprice_3) + parseInt(extraprice_4) + parseInt(extraprice_5) + parseInt(quick_price)) * parseInt(m_quantity); var commission_amt = price_update/100*g_co; document.getElementById("quantity").innerHTML = m_quantity; document.getElementById("gprice").innerHTML = price_update; document.getElementById("cprice").innerHTML = parseInt(document.getElementById("gprice").innerHTML/100*g_co); document.getElementById("tprice").innerHTML = price_update + commission_amt; document.getElementById("price").innerHTML = price_update + commission_amt; if(currency_value=='' || currency_value=='USD'){ document.getElementById("inrprice").innerHTML = (price_update + commission_amt)*dollar_value; }else if(currency_value=='INR'){ document.getElementById("inrprice").innerHTML = price_update + commission_amt; } document.getElementById("rprice").innerHTML = price_update + commission_amt; document.getElementById("wprice").innerHTML = price_update + commission_amt; document.getElementById("amount").value = price_update + commission_amt; } function add_extra_5(extra_amt){ var extra_1 = $("#extraprice_1").is(":checked"); var extra_2 = $("#extraprice_2").is(":checked"); var extra_3 = $("#extraprice_3").is(":checked"); var extra_4 = $("#extraprice_4").is(":checked"); var extra_5 = $("#extraprice_5").is(":checked"); var quick_1 = $("#servicequick_price").is(":checked"); var m_quantity = $('#multiple_quantity').val(); var single_price = '50'; var currency_value = 'USD'; var dollar_value = '90'; var cursymbol = '$'; if(extra_1==true){ var extratitle_1 = ''; var extraprice_1 = '0'; var extradays_1 = '0'; document.getElementById("extra_1").innerHTML = ""+cursymbol+""+extraprice_1+" "+currency_value+"
"; } if(extra_1==false){ var extratitle_1 = '0'; var extraprice_1 = '0'; var extradays_1 = '0'; document.getElementById("extra_1").innerHTML = ""; } if(extra_2==true){ var extratitle_2 = ''; var extraprice_2 = '0'; var extradays_2 = '0'; document.getElementById("extra_2").innerHTML = ""+cursymbol+""+extraprice_2+" "+currency_value+"
"; } if(extra_2==false){ var extratitle_2 = '0'; var extraprice_2 = '0'; var extradays_2 = '0'; document.getElementById("extra_2").innerHTML = ""; } if(extra_3==true){ var extratitle_3 = ''; var extraprice_3 = '0'; var extradays_3 = '0'; document.getElementById("extra_3").innerHTML = ""+cursymbol+""+extraprice_3+" "+currency_value+"
"; } if(extra_3==false){ var extratitle_3 = '0'; var extraprice_3 = '0'; var extradays_3 = '0'; document.getElementById("extra_3").innerHTML = ""; } if(extra_4==true){ var extratitle_4 = ''; var extraprice_4 = '0'; var extradays_4 = '0'; document.getElementById("extra_4").innerHTML = ""+cursymbol+""+extraprice_4+" "+currency_value+"
"; } if(extra_4==false){ var extratitle_4 = '0'; var extraprice_4 = '0'; var extradays_4 = '0'; document.getElementById("extra_4").innerHTML = ""; } if(extra_5==true){ var extratitle_5 = ''; var extraprice_5 = '0'; var extradays_5 = '0'; document.getElementById("extra_5").innerHTML = ""+cursymbol+""+extraprice_5+" "+currency_value+"
"; } if(extra_5==false){ var extratitle_5 = '0'; var extraprice_5 = '0'; var extradays_5 = '0'; document.getElementById("extra_5").innerHTML = ""; } if(quick_1==true){ var quick_title = 'No'; var quick_price = '0'; var quick_days = '0'; document.getElementById("quick_1").innerHTML = ""+cursymbol+""+quick_price+" "+currency_value+"
"; } if(quick_1==false){ var quick_title = ''; var quick_price = '0'; var quick_days = '0'; document.getElementById("quick_1").innerHTML = ""; } var g_co = '30'; var single_amt = single_price; var price_update = (parseInt(single_amt) + parseInt(extraprice_1) + parseInt(extraprice_2) + parseInt(extraprice_3) + parseInt(extraprice_4) + parseInt(extraprice_5) + parseInt(quick_price)) * parseInt(m_quantity); var commission_amt = price_update/100*g_co; document.getElementById("quantity").innerHTML = m_quantity; document.getElementById("gprice").innerHTML = price_update; document.getElementById("cprice").innerHTML = parseInt(document.getElementById("gprice").innerHTML/100*g_co); document.getElementById("tprice").innerHTML = price_update + commission_amt; document.getElementById("price").innerHTML = price_update + commission_amt; if(currency_value=='' || currency_value=='USD'){ document.getElementById("inrprice").innerHTML = (price_update + commission_amt)*dollar_value; }else if(currency_value=='INR'){ document.getElementById("inrprice").innerHTML = price_update + commission_amt; } document.getElementById("rprice").innerHTML = price_update + commission_amt; document.getElementById("wprice").innerHTML = price_update + commission_amt; document.getElementById("amount").value = price_update + commission_amt; } function add_quick(extra_amt){ var extra_1 = $("#extraprice_1").is(":checked"); var extra_2 = $("#extraprice_2").is(":checked"); var extra_3 = $("#extraprice_3").is(":checked"); var extra_4 = $("#extraprice_4").is(":checked"); var extra_5 = $("#extraprice_5").is(":checked"); var quick_1 = $("#servicequick_price").is(":checked"); var m_quantity = $('#multiple_quantity').val(); var single_price = '50'; var currency_value = 'USD'; var dollar_value = '90'; var cursymbol = '$'; if(extra_1==true){ var extratitle_1 = ''; var extraprice_1 = '0'; var extradays_1 = '0'; document.getElementById("extra_1").innerHTML = ""+cursymbol+""+extraprice_1+" "+currency_value+"
"; } if(extra_1==false){ var extratitle_1 = '0'; var extraprice_1 = '0'; var extradays_1 = '0'; document.getElementById("extra_1").innerHTML = ""; } if(extra_2==true){ var extratitle_2 = ''; var extraprice_2 = '0'; var extradays_2 = '0'; document.getElementById("extra_2").innerHTML = ""+cursymbol+""+extraprice_2+" "+currency_value+"
"; } if(extra_2==false){ var extratitle_2 = '0'; var extraprice_2 = '0'; var extradays_2 = '0'; document.getElementById("extra_2").innerHTML = ""; } if(extra_3==true){ var extratitle_3 = ''; var extraprice_3 = '0'; var extradays_3 = '0'; document.getElementById("extra_3").innerHTML = ""+cursymbol+""+extraprice_3+" "+currency_value+"
"; } if(extra_3==false){ var extratitle_3 = '0'; var extraprice_3 = '0'; var extradays_3 = '0'; document.getElementById("extra_3").innerHTML = ""; } if(extra_4==true){ var extratitle_4 = ''; var extraprice_4 = '0'; var extradays_4 = '0'; document.getElementById("extra_4").innerHTML = ""+cursymbol+""+extraprice_4+" "+currency_value+"
"; } if(extra_4==false){ var extratitle_4 = '0'; var extraprice_4 = '0'; var extradays_4 = '0'; document.getElementById("extra_4").innerHTML = ""; } if(extra_5==true){ var extratitle_5 = ''; var extraprice_5 = '0'; var extradays_5 = '0'; document.getElementById("extra_5").innerHTML = ""+cursymbol+""+extraprice_5+" "+currency_value+"
"; } if(extra_5==false){ var extratitle_5 = '0'; var extraprice_5 = '0'; var extradays_5 = '0'; document.getElementById("extra_5").innerHTML = ""; } if(quick_1==true){ var quick_title = 'No'; var quick_price = '0'; var quick_days = '0'; document.getElementById("quick_1").innerHTML = ""+cursymbol+""+quick_price+" "+currency_value+"
"; } if(quick_1==false){ var quick_title = ''; var quick_price = '0'; var quick_days = '0'; document.getElementById("quick_1").innerHTML = ""; } var g_co = '30'; var single_amt = single_price; var price_update = (parseInt(single_amt) + parseInt(extraprice_1) + parseInt(extraprice_2) + parseInt(extraprice_3) + parseInt(extraprice_4) + parseInt(extraprice_5) + parseInt(quick_price)) * parseInt(m_quantity); var commission_amt = price_update/100*g_co; document.getElementById("quantity").innerHTML = m_quantity; document.getElementById("gprice").innerHTML = price_update; document.getElementById("cprice").innerHTML = parseInt(document.getElementById("gprice").innerHTML/100*g_co); document.getElementById("tprice").innerHTML = price_update + commission_amt; document.getElementById("price").innerHTML = price_update + commission_amt; if(currency_value=='' || currency_value=='USD'){ document.getElementById("inrprice").innerHTML = (price_update + commission_amt)*dollar_value; }else if(currency_value=='INR'){ document.getElementById("inrprice").innerHTML = price_update + commission_amt; } document.getElementById("rprice").innerHTML = price_update + commission_amt; document.getElementById("wprice").innerHTML = price_update + commission_amt; document.getElementById("amount").value = price_update + commission_amt; } function add_quantity(){ var extra_1 = $("#extraprice_1").is(":checked"); var extra_2 = $("#extraprice_2").is(":checked"); var extra_3 = $("#extraprice_3").is(":checked"); var extra_4 = $("#extraprice_4").is(":checked"); var extra_5 = $("#extraprice_5").is(":checked"); var quick_1 = $("#servicequick_price").is(":checked"); var m_quantity = $('#multiple_quantity').val(); var single_price = '50'; var currency_value = 'USD'; var dollar_value = '90'; var cursymbol = '$'; if(extra_1==true){ var extratitle_1 = ''; var extraprice_1 = '0'; var extradays_1 = '0'; document.getElementById("extra_1").innerHTML = ""+cursymbol+""+extraprice_1+" "+currency_value+"
"; } if(extra_1==false){ var extratitle_1 = '0'; var extraprice_1 = '0'; var extradays_1 = '0'; document.getElementById("extra_1").innerHTML = ""; } if(extra_2==true){ var extratitle_2 = ''; var extraprice_2 = '0'; var extradays_2 = '0'; document.getElementById("extra_2").innerHTML = ""+cursymbol+""+extraprice_2+" "+currency_value+"
"; } if(extra_2==false){ var extratitle_2 = '0'; var extraprice_2 = '0'; var extradays_2 = '0'; document.getElementById("extra_2").innerHTML = ""; } if(extra_3==true){ var extratitle_3 = ''; var extraprice_3 = '0'; var extradays_3 = '0'; document.getElementById("extra_3").innerHTML = ""+cursymbol+""+extraprice_3+" "+currency_value+"
"; } if(extra_3==false){ var extratitle_3 = '0'; var extraprice_3 = '0'; var extradays_3 = '0'; document.getElementById("extra_3").innerHTML = ""; } if(extra_4==true){ var extratitle_4 = ''; var extraprice_4 = '0'; var extradays_4 = '0'; document.getElementById("extra_4").innerHTML = ""+cursymbol+""+extraprice_4+" "+currency_value+"
"; } if(extra_4==false){ var extratitle_4 = '0'; var extraprice_4 = '0'; var extradays_4 = '0'; document.getElementById("extra_4").innerHTML = ""; } if(extra_5==true){ var extratitle_5 = ''; var extraprice_5 = '0'; var extradays_5 = '0'; document.getElementById("extra_5").innerHTML = ""+cursymbol+""+extraprice_5+" "+currency_value+"
"; } if(extra_5==false){ var extratitle_5 = '0'; var extraprice_5 = '0'; var extradays_5 = '0'; document.getElementById("extra_5").innerHTML = ""; } if(quick_1==true){ var quick_title = 'No'; var quick_price = '0'; var quick_days = '0'; document.getElementById("quick_1").innerHTML = ""+cursymbol+""+quick_price+" "+currency_value+"
"; } if(quick_1==false){ var quick_title = ''; var quick_price = '0'; var quick_days = '0'; document.getElementById("quick_1").innerHTML = ""; } var g_co = '30'; var single_amt = single_price; var price_update = (parseInt(single_amt) + parseInt(extraprice_1) + parseInt(extraprice_2) + parseInt(extraprice_3) + parseInt(extraprice_4) + parseInt(extraprice_5) + parseInt(quick_price)) * parseInt(m_quantity); var commission_amt = price_update/100*g_co; document.getElementById("quantity").innerHTML = m_quantity; document.getElementById("gprice").innerHTML = price_update; document.getElementById("cprice").innerHTML = parseInt(document.getElementById("gprice").innerHTML/100*g_co); document.getElementById("tprice").innerHTML = price_update + commission_amt; document.getElementById("price").innerHTML = price_update + commission_amt; if(currency_value=='' || currency_value=='USD'){ document.getElementById("inrprice").innerHTML = (price_update + commission_amt)*dollar_value; }else if(currency_value=='INR'){ document.getElementById("inrprice").innerHTML = price_update + commission_amt; } document.getElementById("rprice").innerHTML = price_update + commission_amt; document.getElementById("wprice").innerHTML = price_update + commission_amt; document.getElementById("amount").value = price_update + commission_amt; } -->
About This Gig

Will develop sites for you.

What will you get from the service ?

*Wordpress Installation On Your hosting Server

*Premium or recommended Theme Installation

*Plugins Installation.

*Design Customization**

*Upload Content

*Add Slider/Gallery/Google Map/Social Media

*Redesign Your Old Site with Wordpress**

*Help You to Select Theme

*High level Security 

*Fast Loading Speed 

*30 Days FREE support after launching your website.

 

About The Seller

From : Romania

Member Since : June 05, 2019

Response Time : 1 Day(s)

Seller Status : I am Offline

Last Online : 2 hrs, 51 mins ago

Seller Level : Level 1

Gig Created At : June 06, 2019

Orders In Progress : 0

Gig Tags : Website Design,wordpress,Responsive Web Design

Seller Rating : 100%

Postive Ratings : 0

Negative Ratings : 0

Review(s)
No Rating(s) for this Gig yet
Comment(s)
No Comment(s) for this Gig yet

Sellers Other Gigs

0
Level 1

Join with SeoGig Professional Freelancer Marketplace
to Sell your Gigs

Hurry Up!! Register Now with us on SeoGig. Start Earnings

$( document ).ready(function() { $(".dropdown-toggle").click(function(){ var url = $(this).attr("href"); $(location).attr('href', url); }); }); --> setInterval(function(){ $('#ualert').load(location.href + " #ualert"); }, 2000); -->