Viewing 1 replies (of 1 total)
  • Plugin Author orbisius

    (@orbisius)

    Hi,

    Yes, you can put multiple files into a ZIP file.
    If the file is too big you can use a download link when adding a product.

    If the codes are unique and are based on user’s data e.g. name, email that will you create a custom plugin that will hook into the following filter.

    $file = apply_filters(‘orb_cyber_store_pre_download_file’, $file, $product_rec);

    The function is supposed to return a file that will be served for download. Therefore you can create a new zip file that contains the keys in the txt file.

    P.S. Please note that our forums at https://club.orbisius.com is the official place to get support for our plugins.

    Slavi

Viewing 1 replies (of 1 total)
  • The topic ‘Selling of Digital Goods’ is closed to new replies.