• I am trying to map the line items exactly as they are in the settings of Sliced Invoices.
    I noticed in the settings, Qty, Item, Amount, Description, is in that order. Also noted documentation to Gravity forms users that it MUST be in that order.
    However, when I check the instructions in Contact 7 documentation (and php file) i notice the order is Qty, Item, Description, Amount. Is that something that could be causing my items not to map dynamically? Please let me know the correct format and a thorough html field example if you please. The explanation on the documentation seems a bit vague. Thanks!

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

    (@slicedinvoices)

    With our Contact Form 7 integration, the order of the fields does not matter. Qty, Title, Description, and Amount are each totally separate fields. You can place them anywhere, in any order.

    (This is different from our Gravity Forms integration, where the order does matter IF you are using a list field, because GF combines them all into 1 field.)

    You can even mix the order. For example both these line items will work the same:

    <p>line item 1
    [text sliced_line_item_1_qty]
    [text sliced_line_item_1_title]
    [text sliced_line_item_1_desc]
    [text sliced_line_item_1_amt]
    </p>
    
    <p>line item 2
    [text sliced_line_item_2_qty]
    [text sliced_line_item_2_title]
    [text sliced_line_item_2_amt]
    [text sliced_line_item_2_desc]
    </p>

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Contact 7 Line Items’ is closed to new replies.