Dhruvin

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 33 total)
  • Author
    Posts
  • in reply to: License question #94718
    Dhruvin
    Participant
    Plugin Author

    Hi Dimitris,

    Yes, you can use the same license on your demo site and when you are done with the development you can deactivate the license from there and move it to the live site.

    Let me know if you need any further help or assistance.

    Best Regards,
    Dhruvin

    in reply to: Distance per mile costing shortcode #94716
    Dhruvin
    Participant
    Plugin Author

    Hello Carleto,

    The cost calculation shortcodes must be part of the Cost field.

    There are multiple ways in which the cost per distance could be calculated. Sharing some of the examples so you can try those out as per your needs:

    Table Rate Shipping

    [costs_table prop="distance" table="0-0|16-35|30-50|70-60" key="API_KEY" default_distance="100" units="km" debug="yes"]
    

    The above would calculate shipping based on below table:

    Distance
    Shipping Cost

    from 0 and below 16 km
    0

    from 16 and below 30 km
    35

    from 30 and below 70 km
    50

    from 70 km
    60

    Distance based calculation

    1.5*[distance key="API_KEY" default_distance="15" debug="yes" units="km"]

    This would charge a flat fee of 1.5 times the distance.

    The above shortcodes must be added to the Cost field in the custom shipping method that will be configured under Shipping Methods of WooCommerce.

    Please let me know if you need further assistance in setting up.

    Best Regards,
    Dhruvin

    in reply to: Insertion of a shortcode to display a form? #94434
    Dhruvin
    Participant
    Plugin Author

    Hi,

    Currently, we do not have an option to insert shortode to display a form but we do have options to create unlimited input fields for the payment gateways. You can use these fields to create a form similar to yours.

    Best Regards,
    Dhruvin

    in reply to: Change the wording for the login on the checkout page #93904
    Dhruvin
    Participant
    Plugin Author

    Hi Johan,

    The wording is part of WooCommerce template files and cannot be changed from the Payment Gateways by User Role plugin. But I do have a few solutions for you which you could try.

    Solution 1: Add the below code in the functions.php file of the theme/child theme or via the Code Snippets plugin:

    add_filter( 'woocommerce_checkout_login_message', 'imag_change_login_text' );
    
    function imag_change_login_text( $login_message ) {
    	$login_message = esc_html__( 'Login for registered users – pay with invoice 30 days', 'woocommerce' );
    	return $login_message;
    }
    

    Please note that the link text would not be replaced here as it is part of the WooCommerce template.

    Solution 2: Add the following file to your theme/child theme under the path: yourtheme/woocommerce/checkout/form-login.php
    File Download Link: https://www.dropbox.com/s/3kdcu4k5m1gsswc/form-login.php?dl=0
    This would give more flexibility to you but you might need to keep track with future versions of WooCommerce so that the template does not go outdated.

    Let me know how it goes.

    Best Regards,
    Dhruvin

    in reply to: Question #94431
    Dhruvin
    Participant
    Plugin Author

    I am glad that it is solved now.

    Best Regards,
    Dhruvin

    in reply to: Question #94429
    Dhruvin
    Participant
    Plugin Author

    Hello,

    Can you please confirm that you have the PRO version installed and activated?

    You must have received a link to download the PRO plugin copy. You must install and activate the PRO plugin copy.

    Let me know if this solves the problem or not.

    Best Regards,
    Dhruvin

    in reply to: File upload #94424
    Dhruvin
    Participant
    Plugin Author

    Hello Miguel,

    Yes, correct. Currently, we do not have options to have a file upload option as the input field.

    We will try to add File type as an input field in the future version of the plugin.

    Best Regards,
    Dhruvin

    in reply to: Error message on checkout #94427
    Dhruvin
    Participant
    Plugin Author

    Hello Niraj,

    I have replied via email since I need more information about the error. We can continue the discussion there.

    Best Regards,
    Dhruvin

    in reply to: Some users do not see the custom payment gateways #94421
    Dhruvin
    Participant
    Plugin Author

    Hello Brian,

    I have replied to your email to investigate this further. We can continue with the discussion over email.

    Best Regards,
    Dhruvin

    in reply to: How to change the font weight? #94419
    Dhruvin
    Participant
    Plugin Author

    Hello Esteban,

    I just replied back to you over email. But for anyone else also looking for a way to add some styling to the label can be done by adding the following code:

    .payment_method_alg_custom_gateway_1 > p > label {
        font-weight: 800;
    }

    Regarding the critical error, I would need more details to check as I was not able to replicate at my end.

    Best Regards,
    Dhruvin

    in reply to: WooCommerce Quick View Pro from Barn2 #94160
    Dhruvin
    Participant
    Plugin Author

    Hi Attila,

    I have replied back over the email as we need some more details.

    Can you please revert and share the necessary details so we can check and get back with a solution?

    Thanks,
    Dhruvin

    in reply to: Questions #94158
    Dhruvin
    Participant
    Plugin Author

    Hi Georges,

    Yes, it is possible to display both the items separately in two different tables. Is this what you are looking for: https://www.screencast.com/t/40jWrtAX ?

    Thanks,
    Dhruvin

    in reply to: WooCommerce Subscriptions? #94416
    Dhruvin
    Participant
    Plugin Author

    Hi Sebastian,

    This plugin would work with WooCommerce Subscriptions but the Custom Payment Gateway that would be created would be considered as an offline payment gateway and must be enabled from WooCommerce Settings.

    Also, please note that the automatic renewals would not work directly and would need API integrations with the payment providers if any. If it’s an offline payment then you would be good to go with.

    Thanks,
    Dhruvin

    in reply to: Questions #94156
    Dhruvin
    Participant
    Plugin Author

    Hi Georges,

    Here are responses to your queries:

    > I need to create 2 tables with radio button
    Yes, its possible to create two different tables

    > you confirm me that it works with WooCommerce subscriptions and I’ll be able to create one table for variations / one table for subscriptions using this plugin?
    Yes, it works well with WooCommerce Subscriptions plugin

    > is it possible to make the product image change each time one clicks on the different radio buttons?
    Yes, the image would change based on the variation option that is selected.

    Please let me know if there are any other questions as well.

    Thanks,
    Dhruvin

    in reply to: Duplicated queries on the order page #94411
    Dhruvin
    Participant
    Plugin Author

    Hi Kevin,

    I had a look at the duplicate queries mentioned in the issue link you specified and those are as a result of fetching Shipping methods and zones.

    If you do not have a use case where you would want to restrict the custom payment gateways for specific shipping method or zone then I would recommend you to disable the “Shipping methods” under the “Advanced Options” here: https://www.screencast.com/t/6OlUgFgg

    I am working on creating a fix where the Shipping methods would be cached to avoid duplicate queries.

    Please let me know if there are any improvements after disabling the above setting. After disabling the setting, I was not able to find any duplicate queries.

    Thanks,
    Dhruvin

Viewing 15 posts - 16 through 30 (of 33 total)