-2

I have created a product which is a book, and user can download that book by purchasing it, but I want to show the user some samples of the PDF pages.

If the user finds the sample interesting then the user can purchase the full book. Please suggest how can I do this

Thanks

Watercayman
  • 7,970
  • 10
  • 31
  • 49
Deepak Goyal
  • 1,186
  • 2
  • 13
  • 26

1 Answers1

1

add a download link for the sample pdf in you product short description or if you are your theme has light box support add_theme_support( 'wc-product-gallery-lightbox' ); you could always add the sample pages as part of the gallery and the user could read them from the light box

Brad Holmes
  • 497
  • 5
  • 22