TeraWallet intigration with booster invoice
-
Hi,
Thanks for your good wallet support.
I need to add a wallet amount to my invoice. Currently, I am using https://booster.io/features/woocommerce-pdf-invoicing-and-packing-slips/I didn’t find any product_code for the wallet. Please provide the shortcode for terawallet.
<tr>
<th>Via wallet </th>
<td>[wcj_order_checkout_field field_id=”woo-wallet”]</td>
</tr>
<tr>
<th>Shipping ([wcj_order_shipping_method]) </th>
<td>[wcj_order_shipping_price excl_tax=”yes” hide_if_zero=”yes” before=””]</td>
</tr>
<tr>
<th>Subtotal (excl. TAX)</th>
<td>[wcj_order_subtotal_plus_shipping]</td>
</tr>
<tr>
<th>GST 18% </th>
<td>[wcj_order_total_tax hide_if_zero=”no”]</td>
</tr>
<tr>
<th>Total</th>
<td>[wcj_order_total]</td>
</tr>How can i integrate, instanceof <td>[wcj_order_checkout_field field_id=”woo-wallet”]</td>
The page I need help with: [log in to see the link]
- The topic ‘TeraWallet intigration with booster invoice’ is closed to new replies.