• Resolved jellys

    (@jellys)


    Hi there,

    Thanks for your help a lot.

    If my store sells a simple item, when users proceed to checkout, checkout page will be relatively simple. There would be like, product image, price, shipping costs etc. But if I use a long CFF, at the checkout page, all the form answers are summarised and this makes the checkout page extremely distracting. Is there any way to make summary shorter or to look like a more organised way? (such as scroll box?)

    I get a lot of help from your plugin. Always thanks for that.

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @jellys

    Yes of course. In the product’s settings, tick the “Active the summary” checkbox, and then, into the “Summary” textarea, you should enter only the tags of fields you really want to display in the cart and orders (https://cff.dwbooster.com/documentation#woocommerce-addon)

    For example, assuming you want to include only the fields, fieldname5 and fieldname9 with their labels in bold and values in italic, enter the following piece of code into the “Summary” taextarea:

    
    <p><b><%fieldname5_label%></b>: <i><%fieldname5_value%></i></p>
    <p><b><%fieldname9_label%></b>: <i><%fieldname9_value%></i></p>
    

    These are the same tags you can use into the notification emails and thank you pages. More information visiting the following link:

    https://cff.dwbooster.com/documentation#special-tags

    Please, for additional questions about the commercial features of the plugin, create a ticket in our private website: Contact Us

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Checkout page – woocommerce summary’ is closed to new replies.