xBilling variables problem and vouches
03-09-2015, 01:40 PM
(This post was last modified: 03-09-2015, 03:34 PM by seenko.)
<input type="hidden" name="item_name" value="{{invoice_desc}}">
<input type="hidden" name="amount" value="{{invoice_amount}}">
Those {{variables}} are not changing to the actual value when you open view_invoice.php, so that mean I totally can't process invoices. (http://i.imgur.com/JcRXA80.png)
Example:
http://seenko.io/billing/view_invoice.ph...ce=VABZSAD
And when I apply a vouch code the page is refreshed into a blank page.
Edit: 50 minutes after posting this thread I disabled from purchase all web packages so users don't glitch anything.
<input type="hidden" name="amount" value="{{invoice_amount}}">
Those {{variables}} are not changing to the actual value when you open view_invoice.php, so that mean I totally can't process invoices. (http://i.imgur.com/JcRXA80.png)
Example:
http://seenko.io/billing/view_invoice.ph...ce=VABZSAD
And when I apply a vouch code the page is refreshed into a blank page.
Edit: 50 minutes after posting this thread I disabled from purchase all web packages so users don't glitch anything.