Print list product and prices

  • Posts: 6
  • Thank you received: 0
11 years 4 months ago #152740

hello to all the forum,
is there a way to print a list of all the products with price?
it would be nice to print or save as pdf

thanks
Alex

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 4 months ago #152744

Hello Alex,
A solution can just be to export your products through a CSV file where you'll have all your products information, or to use an SQL request through your phpmyadmin, and only export the product information that you want through a CSV/PDF file.

Please Log in or Create an account to join the conversation.

  • Posts: 6
  • Thank you received: 0
11 years 4 months ago #152793

but I meant to print or download a
pdf from my clients with all the products
and the price list ...

:(

Please Log in or Create an account to join the conversation.

  • Posts: 84290
  • Thank you received: 13692
  • MODERATOR
11 years 4 months ago #152863

That's possible with a small modification.
Add the code below at the beginning of the file "listing" of the view "product":

<?php if(@$_GET['tmpl']=='component'){echo '<script>window.print();</script>';} ?>
Then, create a menu item of the type hikashop products listing view the joomla menu manager so that it displays all your products.
Then, simply use the link to that menu item with the addition of the parameter ?tmpl=component to the URL and that will give you a link to print all the products of the shop on the frontend.

The following user(s) said Thank You: microlo

Please Log in or Create an account to join the conversation.

Time to create page: 0.065 seconds
Powered by Kunena Forum