help with invoice system

imagenweb

New Member
Hello, I need to make a invoice system

I need to show the cost of the selected product and show result

image attached to explain
 

Attachments

  • invoice.png
    invoice.png
    110 KB · Views: 204
You could use a 'calc' element, which returns something like:

PHP:
return (int)'{yourtable___amount}' * (float)'{yourtable___price}';

Substitute your element full names as appropriate.

If you haven't done so already, you'll probably need to do a full github update, then discover and publish the calc element plugin in J!'s extension manager.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top