Export/Download Products With Product Name, Image, Price, etc...

  • Posts: 964
  • Thank you received: 11
  • Hikashop Business
2 years 3 months ago #344003

Hi there,

Is it possible to download products with the following fields.
Product Name, Image, Price, Quantity, etc...

Someone wanted to see a list of items in a certain category and I wanted to create a pdf with the fields above to send them. I know I can downlaoad a csv but that does not include the product image and the image is important.

Thanks!

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
2 years 3 months ago #344013

Hi,

The CSV will contain the file name of the image.
If you want a PDF with the actual image displayed on it, the best would be to actually configure a product listing menu item with its settings adapted to diplay the information you need on the listing.
Then, access the menu item page on the frontend and add the parameter ?tmpl=component in the URL to remove the template and the modules around the listing. Then, use the print button of your browser to print the page. When you do so, your browser will ask you which printer to use and you can select the "save as PDF" choice :
www.digitaltrends.com/computing/how-to-save-a-webpage-as-a-pdf/

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

  • Posts: 964
  • Thank you received: 11
  • Hikashop Business
2 years 3 months ago #344045

Hi Nicolas,

Where in the URL do I add the "?tmpl=component"? My URL looks like this: www.mywebsite.com/product-line-sheet.html

Also, on the page the quantity field is in a dropdown, how can I display it ONLY on that page without the dropdown. Since I'm going to create a pdf to send the person will not be able to know the quantity because it's using a dropdown.

Thanks!

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
2 years 3 months ago #344050

Hi,

1. At the end:
www.mywebsite.com/product-line-sheet.html?tmpl=component

2. Could you provide the real URL of the page so that we can take a look ?

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

  • Posts: 964
  • Thank you received: 11
  • Hikashop Business
2 years 3 months ago #344086

Hi Nicolas,

I sent the URL privately.

Thanks!

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

  • Posts: 964
  • Thank you received: 11
  • Hikashop Business
2 years 3 months ago #344087

Also, please take look at the print preview, it doesn't look good at all :(

Thanks!

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
2 years 3 months ago #344088

Hi,

For the quantity input, you probably want to hide it. There is a setting to display/hide the quantity input in your menu item settings, under the "products options" tab.

You can add CSS to remove the wishlist button and remove the links from being printed :

#hikashop_category_information_menu_550 hikawishlist {
    display: none;
}
@media print {
	#hikashop_category_information_menu_550 a:after { content: "" !important; }
}
And to display the stock, you can add such CSS:
.hikashop_product_stock_count {
    #hikashop_category_information_menu_550 display: inline !important;
}
www.hikashop.com/support/documentation/1...ize-the-display.html

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

  • Posts: 964
  • Thank you received: 11
  • Hikashop Business
2 years 3 months ago #344132

Thank you :)

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

Time to create page: 0.069 seconds
Powered by Kunena Forum