can someone explain to me how purchasables work

Status
This content is read-only, or is not open for further replies.

InfernoDev

Guest
offline
can someone help me understand the purchasable system I couldn't find any docs online anywhere, here is my code

my purchase form

Code:

Code:
<xf:js src="xf/payment.js" min="1" />

<div class="block">



    <div class="block-container">

        <div class="block-body">

            <xf:form action="{{link('purchase')}}" method="post">

                <xf:formrow rowtype="" label="Thread Title">

                    {$thread.title}

                </xf:formrow>

                <xf:formrow...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom