cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a PDF link to product specification on PDP page

Former Member
0 Kudos
529

I need to add PDF link in my products specifications under PDP page. Here I am using hybris 6.5. Is there any strategy, OOB to implement the same this should be for all the products. I need to handle it through impex if possible, or via and cms link component. Please reply.

Regards, Rakeshkumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can create a cron job and attach PDF to product. For this you need to add a new attribute in yours item.xml file for item type product say for example data_sheet_pdf. do ant clean all new attribute will be reflected in model. Then create a cron job where you will have material name and category code use this two attribute and attach the pdf sheet to the relevant product for specific product catalog.