Additional Information html markup
-
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)
Viewing 4 replies - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.