• Resolved westonworkshops

    (@westonworkshops)


    I just setup this module on our site and it works very nicely. However two small improvements in the plugin would make it even better:

    1. Add a field for heading text that displays before all other fields e.g. ‘Shipping information’, ‘Delivery times’ etc…
    2. Add a field for text to show before (or after) the country dropdown selector field. I currently achieved this with a CSS ‘content’ parameter and a :before selector.

    Looking forward to your feedback.

    Kind regards,

    Tim Weston

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Martin Svoboda

    (@martinsvoboda)

    Hi, thanks for the suggestion. Text before the field as a title is a good idea and we will add the field in future updates.
    But regarding the second point, I’m not sure exactly what is meant by that. Could I ask, for example, for a preview of what this field should be for?
    Thank you.

    Thread Starter westonworkshops

    (@westonworkshops)

    Hi Martin,

    Excellent news!

    For the second point, you can see how I have it setup on a product page here. This is just brute-forced using the following CSS:

    .wpify-woo-delivery-date:before {
    content: "Informace o odeslání do ";
    }

    So the extra field in the plugin would simply allow suitable text to be entered to go in that same position.

    Cheers,

    Tim

    Plugin Contributor Martin Svoboda

    (@martinsvoboda)

    Hi,
    thank you for the clarification. The proposed changes have been released in version 3.9.0
    Thank you, and may it serve you well.

    Thread Starter westonworkshops

    (@westonworkshops)

    Hi Martin,

    Many thanks! I saw the update this morning and already got it installed and configured. I hope it helps others too!

    The plug-in overall gets better and better. Much appreciated!

    Cheers,

    Tim

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘‘Delivery dates’ module – Small enhancement request’ is closed to new replies.