AmirhpCom
Forum Replies Created
-
Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] ????? ???? ????? ???? ????????? ??? ????.
???? ????? ?? ?? ??? ????? ??? ??????
???? ????? ?????? ?? ???? ?????? ??? ??????? ????? ?????? ????? ? ??????? ???? ???? ?? ???? ???? ? ???? ????? ?? ??? ????? ?? ????? ?????. ?? ??? ???? ?? ??? ?????? ??? ?? ???? ?? ?? ????? ???? ?????? ????? ???? ? ?? ???? ????? ???? ???? ????? ?????? ? ??? ???? ???? ????? ?????.Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] ????? ???? ????? ???? ????????? ??? ????.
???? ????? ?? ?? ??? ????? ??? ??????
???? ????? ?????? ?? ???? ?????? ??? ??????? ????? ?????? ????? ? ??????? ???? ???? ?? ???? ???? ? ???? ????? ?? ??? ????? ?? ????? ?????. ?? ??? ???? ?? ??? ?????? ??? ?? ???? ?? ?? ????? ???? ?????? ????? ???? ? ?? ???? ????? ???? ???? ????? ?????? ? ??? ???? ???? ????? ?????.Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] ???? ?? ????? ?????? ??????? ?????? ???? ??? ???? ? ???? ???? ??????? ?? ??????? ??. ???? ???? ????? ?? ??? ??????? ???? ?? ???? ??? ?????? ????? ??? ???? ??? ???? ?????? ?????? ?? ?? ????? ?????? ?? ???? ????? ????.
???? ???????
???? ??? – ???????Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] ADD TAG ORDERDear @arndofiore80, you can follow the guidelines in our GitHub Wiki for creating a new invoice template and include it in your child theme so you can edit it and do whatever suits you.
- This reply was modified 2 years, 8 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] Add Custom MacroHi, hope you are doing well.
Please note that you are using wrong PHP syntax:
$stock["stock-quantity"] = '$stock()';
and if you need to hook into each item of order, you should use “puiw_printinvoice_create_html_item_row_metas” which syntax could be found on https://github.com/peprodev/ultimate-invoice/blob/master/include/admin/class-print.php#L693 .