Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter remoted

    (@remoted)

    @milindmore22
    Thanks for watching it.

    Anyway, Even though I have no idea why AMP plugin was integrated completely with NewsPaper Theme12, latest version, could be issue in third party plugins by TagDiv.

    So First, I will deactivate mobile theme from tagDiv.

    In addition, Our site has injected doing_wrong method to gather information what is problem.

    Also, I already have checked our site collision issue with Custom code or optimizing related method. But it is not problem.

    Thread Starter remoted

    (@remoted)

    Hello wpdevart.

    Successfully, I’m already download pro version.

    By the way, I want to replace “Pay in Cash” function with another function.
    In korea, “I’mport” plugin is provide Card Payment which used in payment card (maybe you know).

    How to customize “Pay in Cash” ? I found hint. but I want correctly customize your plugin.

    I’m only call Javascript source code. it is not impossible but I want help wpdevart.
    I give to you some javascript source code.

    
    <script type="text/javascript" src="https://service.iamport.kr/js/iamport.payment-x.y.z.js"></script>
    IMP.init('some of secret code');
    IMP.request_pay({
        pg : 'html5_inicis',
        pay_method : 'card',
        merchant_uid : 'merchant_' + new Date().getTime(),
        name : '주문명:결제테스트',
        amount : 14000,
        buyer_email : '[email protected]',
        buyer_name : '구매자이름',
        buyer_tel : '010-1234-5678',
        buyer_addr : '서울특별시 강남구 삼성동',
        buyer_postcode : '123-456'
    }, function(rsp) {
        if ( rsp.success ) {
            var msg = '결제가 완료되었습니다.';
            msg += '고유ID : ' + rsp.imp_uid;
            msg += '상점 거래ID : ' + rsp.merchant_uid;
            msg += '결제 금액 : ' + rsp.paid_amount;
            msg += '카드 승인번호 : ' + rsp.apply_num;
        } else {
            var msg = '결제에 실패하였습니다.';
            msg += '에러내용 : ' + rsp.error_msg;
        }
    
        alert(msg);
    });
    

    plz help me.

    Thread Starter remoted

    (@remoted)

    So, I’m already purchased your plugin extend version.
    but, I don’t know how to download your extended plugin.

    Could you please help me?

    Thread Starter remoted

    (@remoted)

    Dear wpdevart

    Depending on mixing form field, I want in reservation hour form to use such as adult, child, visitior, and so on. as it were, I want to use extra field, it is functional.

    In additional, is it possible that in extra field, id search and paste as many of visitors?

    I would make id searching filed and after visitors id’s searching, visitors list is submit.

Viewing 4 replies - 1 through 4 (of 4 total)