• Resolved akalwp

    (@akalwp)


    Hi Sebastian,

    would you please consider adding html structure to the additionnal information section within the order-received | view-order page ?

    Currently, additionnal checkout fields label & value (when added via WC Store API) are displayed within order-received and view-order page, after address, and wrap label & value into :

    <section class="wc-block-order-confirmation-additional-fields-wrapper">
    <h2>Additional Informations</h2>
    <dl class="wc-block-components-additional-fields-list">
    <dt>**Field Label**</dt>
    <dd>**Field value**</dd>
    </dl>
    </section>

    Then your plugin adds this summary

    <section class="checkout-fields-for-blocks">
    <h3 class="additonal-information-title">Additional Information</h3>
    **Field name**
    <p>field value</p>
    **Field name**: <p>field value</p>
    **Field name**: <p>field value</p>
    </section>

    It would be great if your plugin could also display summary label/value using wrapper too ?

    <section class="checkout-fields-for-blocks">
    <h3 class="additonal-information-title">Additional Information</h3>
    <div class="field-name">**Field name**</div>
    <div class="field-value"><p>field value</p></div>
    </section>

    I didn’t check for email yet

    Best regards

    akal

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support sebastianrybacki

    (@sebastianrybacki)

    Hi Akal,

    Thank you (again) for your suggestion. I’ve discussed this with the developer, and we’ll be adding some additional tags to make it easier to style the summary label/value in the additional information section. We’ll let you know once this is implemented in the plugin.

    Please let me know if you have any additional questions.

    Kind regards,

    Thread Starter akalwp

    (@akalwp)

    Wonderfull, thanks !

    Merry Christmas ^^

    Plugin Support sebastianrybacki

    (@sebastianrybacki)

    Hi Akal,

    Thank you for your kind wishes and your patience — I really appreciate it. I hope you had a wonderful holiday season as well, and I wish you all the best in the New Year!

    I’m happy to let you know that we’ve just released an update for the Checkout Fields for Blocks plugin (version 1.2.0) which includes the additional HTML structure you suggested for the additional information section. This should make it much easier to style the label and value pairs in a more structured way, exactly as you described.

    I encourage you to update the plugin.

    Best regards,

    Thread Starter akalwp

    (@akalwp)

    Hi @sebastianrybacki

    Thank for your wishes and the plugin update ^^

    Best regards

    • This reply was modified 4 months, 1 week ago by akalwp.
Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.