New Zenner
- Join Date:
- Aug 2007
- Posts:
- 29
- Plugin Contributions:
- 0
Print Invoice from FrontEnd
Some botton that that opens a new clear windows for printing?
thanks
New Zenner
Totally Zenned
New Zenner
kuroi:
Not in core Zen Cart, but most of the work is done by the admin/invoice.php function so you could program your own catalog version based on this.
Totally Zenned
New Zenner
Totally Zenned
Zen Follower
New Zenner
Totally Zenned
Totally Zenned
Zen Follower
New Zenner
redmonds:
If you are looking to allow the customer to print their own invoice there is already a mod that will do this. It is for an older version of ZC but if you do a merge then it should work. I have had it working on 1.3.7.
It is called pop-up print invoice. I could not locate a version online but here is a copy that I have downloaded at some stage in the past.
New Zenner
Totally Zenned
Zen Follower
echo '<a href="' . zen_href_link(FILENAME_ACCOUNT_HISTORY_INFO, 'order_id=' . $orders['orders_id'], 'SSL') . '"> ' . zen_image_button(BUTTON_IMAGE_VIEW_SMALL, BUTTON_VIEW_SMALL_ALT) . '</a> <a href="' . zen_href_link('popup_print_invoice', 'order_id=' . $orders['orders_id'], 'SSL') . '" target="_blank"> ' . zen_image_button(BUTTON_IMAGE_PRINT_SMALL, BUTTON_PRINT_SMALL_ALT) . '</a><?php echo '<a href="' . zen_href_link(FILENAME_ACCOUNT_HISTORY_INFO, (isset($_GET['page']) ? 'page=' . $_GET['page'] . '&' : '') . 'order_id=' . $history['orders_id'], 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_VIEW_SMALL, BUTTON_VIEW_SMALL_ALT) . '</a> <a href="' . zen_href_link('popup_print_invoice', 'order_id=' . $history['orders_id'], 'SSL') . '" target="_blank"> ' . zen_image_button(BUTTON_IMAGE_PRINT_SMALL, BUTTON_PRINT_SMALL_ALT) . '</a> define('BUTTON_IMAGE_VIEW_SMALL', 'button_view.gif'); define('BUTTON_IMAGE_PRINT_SMALL', 'button_print.gif');Zen Follower
Zen Follower
Destination thread ID and reason are required when shown.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.