Make the plugin work at Variation Level

Top WooCommerce & WordPress Plugins Forums Custom Checkout Fields for WooCommerce Make the plugin work at Variation Level

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #91664
    Social Smile
    Guest

    Hi, is their any possibility to make Custom Checkout Fields for WooCommerce plugin work at Variation Level. I will surely purchase premium then.

    Like : We can set filter that if this particular variation of product is in cart, then this field will appear

    #91665
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    Sure, let me add it to the plugin. Will get back to you soon.

    #91666
    Social Smile
    Guest

    Okay! I am waiting.

    #91667
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    As promised, we’ve just released a new plugin version (v1.6.5), where I’ve added product variations to the “Visibility Options > Products”. Please give it a try and let me know if it’s working as expected.

    #91668
    Social Smile
    Guest

    It just worked, as expected. This is the fastest support I have ever seen for even free users. Keep the good work up buddy! Will soon buy the premium 🙂

    Their is another small change that I would love to see. Please check this screenshot : https://ibb.co/kQ2n2B1

    #91669
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    Sorry for such a late reply – I’ve just got back to the office today.

    Regarding your request – actually I believe it’s an issue with your theme. I’ve just tried adding a field on my test server (with the Storefront theme), and it seems to be working fine, last line is not overlapping with the description – please check this screenshot.

    As I understand, you are adding a “Textarea” type field, correct? If that’s the case, could you please try changing the type to “Text” – is the problem still there?

    Also, if you wish, you can send me the link to your theme (or zip, if it’s a paid one), so I could test it on my server (my email is [email protected]).

    #91670
    Social Smile
    Guest

    The problem does not occur when using only Single Line Text method. I am using paid theme, Divi. Just mailed you it’s latest version ZIP

    #91671
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    I’ve checked the Divi theme, and one solution would be to hide the blue background of the description – this way it won’t overlap with the last line in the field. So I came up with this custom CSS, please give it a try and let me know what you think:

    .woocommerce-checkout span.description {
        color: black !important;
        background-color: rgba(255,255,255,0) !important;
    }
    
    .woocommerce-checkout span.description::before {
        border: none !important;
    }
    

    P.S. I’ve tried adding this CSS via theme’s “Additional CSS” option, but for some reason, CSS was not added to the page, so I used my lightweight Custom CSS, JS & PHP plugin instead.

    #91672
    Social Smile
    Guest

    Thank you, I am out right now and will try soon, and will let you know. Thank you for your efforts.

    #91673
    Tom Anbinder
    Moderator
    Plugin Support

    Sure, take all the time you need.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.