Digital products

  • Posts: 11
  • Thank you received: 0
13 years 8 months ago #9552

My client will be selling online videos via links, some coaching that can be given via PDF files, etc. Since I am new in HikaShop, I am still trying to understand the delivery concept for this digital products. Once the user/customer checkout and pay, how the link and PDF file will be delivered? The customer will receive an email with the link, where it needs to be configured? The file section in the product creation is where this PDF is attached, how the user has access to it? Any information will be greatly appreciated.
Thank you!

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

  • Posts: 82796
  • Thank you received: 13357
  • MODERATOR
13 years 8 months ago #9559

Hi,

Once the user pay his order, he will be able to access the files attached to the products of the order by going on his order details page. In the emails sent to him, he will have a link to that order details page.

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

  • Posts: 3
  • Thank you received: 0
11 years 9 months ago #87248

1) is that possible to implement online streaming video in hikashop.. . I'm using using online videos via links is that possible to use embed code in our layout?

2) in files link page how to enable Description layout which contain a flash video.. not in product page

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

  • Posts: 82796
  • Thank you received: 13357
  • MODERATOR
11 years 9 months ago #87407

Hi,

1. The simplest is to use a joomla streaming video plugin to include your videos into the description of your products. For example, this one: extensions.joomla.org/extensions/multime...layers-a-gallery/812

2. What is a "files link page" ? You mean on the products listings ?
In that case, in the HikaShop options of the products listing menus/modules you can change the "item box layout" option to "Image and description".
Then, you need to edit the file "listing_img_desc" of the view "product" for your frontend template via the menu Display->Views and change the line:
echo preg_replace('#<hr *id="system-readmore" */>.*#is','',$this->row->product_description);

to:
echo JHTML::_('content.prepare',preg_replace('#<hr *id="system-readmore" */>#i','',$this->element->product_description));

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

  • Posts: 3
  • Thank you received: 0
11 years 9 months ago #87941

In digital products need to show my video in our template layout like article page not download link... ??? How to make that?? Not in product discription page.. It's after payment page

its like thank u page
buyer will can watch the video till some time period of 1week something like that .. . how to particular buyer for particular product???

plz help me out...

its like online movie site

www.digitaltutors.com/11/index.php its an reference site need to implement like this

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

  • Posts: 13201
  • Thank you received: 2322
11 years 9 months ago #87971

You an use the option "User group after purchase", this will change the group of the user after buying a specific product.
Use a Joomla streaming module, restrict it access to a user group.

By this way, when a user bought a product, his group change and he can see the movie.

We can't manage the time duration for a group, but maybe another Joomla component can manage that.

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

  • Posts: 3
  • Thank you received: 0
11 years 9 months ago #88035

How to show my video after paypal payment in our templet layout without email link.. Need to redirect after payment to purchase product video

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

  • Posts: 13201
  • Thank you received: 2322
11 years 9 months ago #88077

You can edit the file "plugins/hikashoppayment/paypal/paypal_end.php" and here edit the value of the return url dynamically.
Set it to redirect to the product page.

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

Time to create page: 0.084 seconds
Powered by Kunena Forum