Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 166 through 180 (of 3,704 total)
  • Author
    Posts
  • in reply to: VAT number when renewing the license #22484
    Anh TranAnh Tran
    Keymaster

    I understand. I've changed the configuration and now the VAT ID is showing, and you can enter your VAT ID.

    Please note that, the VAT ID might not be available in your location. Here is a quote from FastSpring docs:

    Customers in some locations can enter their VAT ID or GST ID during the checkout process if they are exempt from payment of the tax. With a valid ID, FastSpring does not collect tax, and the ID entered by the customer appears on the invoice we provide upon purchase completion.
    If a customer forgets or is unable to enter a VAT ID or GST ID at the time of the purchase, they can submit a copy of their valid VAT ID or GST ID at https://questionacharge.com along with their order reference/order ID within 30 days of the purchase. FastSpring will issue a credit to the original payment method.

    in reply to: VAT number when renewing the license #22478
    Anh TranAnh Tran
    Keymaster

    Hi,

    The VAT number and other company details will be available in the My Account page, where you see the link to the invoice. You can enter those details and download the invoice for your accounting work.

    in reply to: Sorry, you don't have any downloads. #22459
    Anh TranAnh Tran
    Keymaster

    Hi Razib,

    Probably the email you used to purchase isn't the same as your current account email. Please let me know both emails, and I'll merge them for you.

    in reply to: Refeund Request #21779
    Anh TranAnh Tran
    Keymaster

    I got it. I've issued the refund for you. If you need Meta Box in the future, you're always welcome.

    in reply to: Refeund Request #21723
    Anh TranAnh Tran
    Keymaster

    Hi Matthewhorne,

    Would you mind telling us what doesn't work for you? We can help you troubleshooting it.

    Thanks

    in reply to: Refund Please #21722
    Anh TranAnh Tran
    Keymaster

    Hi Dwight,

    Thanks for your feedback. That's totally fine. I've issued the refund for you.

    If you need Meta Box anytime, you're always welcome here.

    in reply to: Refund Please #21707
    Anh TranAnh Tran
    Keymaster

    Hi Dwight,

    Can you please let us know the reasons you don't need the plugins? We'll try to help you to leverage the plugins to suit your needs.

    in reply to: Cannot submit front-end from embedded within an iframe #21444
    Anh TranAnh Tran
    Keymaster

    Hi,

    MBFS doesn't use cookie. It uses only PHP session (which stays in the server). So, I think it's not a problem with cookie or browser restriction.

    If submitting via Ajax, there might be issue with CORS which doesn't allow to send Ajax request from a domain to another. It's a security feature for the web (you can read more about it here). If this is the case, you can set headers on the origin website to accept Ajax request from other domains.

    I'll check more with that. Probably browsers have their restriction that we need to investigate.

    in reply to: Number field for prices #21238
    Anh TranAnh Tran
    Keymaster

    Hi Eric,

    FYI, there's a community plugin for adding mask to input for phone numbers or currency that you might want to check out. There are also other resources in the menu Support > Resources.

    in reply to: Refund Request #21087
    Anh TranAnh Tran
    Keymaster

    Hi,

    No problem. I've just issued the refund for you.

    in reply to: Meta box License invalid #21026
    Anh TranAnh Tran
    Keymaster

    Hi John, can you please check if you have Meta Box Updater extension installed? It's not required and not working anymore. If you still have it, please remove it and try again.

    Update: John noticed us via email that he has resolved it.

    in reply to: Refund #20936
    Anh TranAnh Tran
    Keymaster

    Hi Mats,

    No problem. I've sent you the refund.

    If you need the plugins in the future, you're always welcomed here.

    Anh

    in reply to: Switch Composer to semantic versioning #20774
    Anh TranAnh Tran
    Keymaster

    Hi,

    Thanks for your suggestion. We understand the benefits of using semantic versions with Composer and it's in our list of TODOs. Currently, it relates to our CI/CD to auto deploy plugin versions to the server and also the license management, so we couldn't make big changes for now. But we'll investigate more on that and will try to do.

    in reply to: Custom Field that works with MB_Relationships API #20652
    Anh TranAnh Tran
    Keymaster

    Just added 2 hooks for add and delete action:

    do_action( 'mb_relationships_add', $from, $to, $type, $order_from, $order_to );
    do_action( 'mb_relationships_delete', $from, $to, $type );
    in reply to: Custom Field that works with MB_Relationships API #20629
    Anh TranAnh Tran
    Keymaster

    Hi Didou,

    To hide meta boxes, I think CSS probably is the fastest way. You can also hook to rwmb_meta_boxes or WP's add_meta_boxes hook to remove them but I think it requires more code.

    Regarding the action hooks, I can add them for you. But do you want to make a contribution on Github? So I can add a credit for you as a thanks!

Viewing 15 posts - 166 through 180 (of 3,704 total)