I
InfernoDev
Guest
can someone help me understand the purchasable system I couldn't find any docs online anywhere, here is my code
my purchase form
Code:
Read more
View Now...
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
View Now...