finagle
Forum Replies Created
-
MRA13, maybe there’s some way to zip them *within* wordpress? When I zip them on my computer I can only upload 32mb to the site. But maybe there’s a way to zip within wordpress so that zips can be any size, even up to 100mb? That’d be cool if it’s possible.
MBRSOLUTION, YOU ARE A GENIUS. It worked!!!!! Either way, with the comma or semicolon, allowed all the files to be delivered properly. The only thing I needed to do was make sure the quote marks were at the beginning of the 1st file and end of the last file (your sample had a quote in the middle too, but I think that was a typo).
Is there some way to put this solution in with the plugin documentation so others can benefit too?
mra13, your zip solution won’t work if the zip is over 32mb (wordpress has that upload limit), BUT I’m going to bundle 2 small files and have them delivered via zip too. Thanks!
WHEW!!!! ??
Hi,
Ok, so I tried your suggestion multiple ways: 2 products bought separately, 2 products bought together, 2 products bought together where 1 was free and the other paid. All ways allowed the download link(s) to be delivered as they should. So that part seems to be working now, although why it wasn’t working 2 days ago is still a mystery…(although the test was with 1mb links, and the real links are 22mb…)
Now. I also tried purchasing 1 product that has 2 file links bundled together. The delivery only included 1 link and not the 2nd link. How do I make it work so that bundled links will be sent? The plugin indicates this is possible, but not how to do it. Here’s the short code I used for the bundle of 2 links:
[wp_cart_display_product name=”Test product 1″ price=”2.00″ file_url=”https://sustainablevisionscoaching.com/wp-content/uploads/2015/04/WP-excerpt-3mins.mp3″ file_url=”https://sustainablevisionscoaching.com/wp-content/uploads/2015/04/LC-excerpts-3mins.mp3″ thumbnail=”https://sustainablevisionscoaching.com/wp-content/uploads/2014/09/dreamstimesmall_18813178_2_2-e1429730831411.jpg” description=”2 links attached, excerpts”]
Thanks for your help, mbrsolution, I much appreciate it,
Fiona
Hi,
For the 2 different products I had 2 different short codes, 1 in each product display box. The box that did not deliver the link to the buyer was also a free product, ie $0.00, I don’t know if that made a difference.
For the paid product ($15.95), there should have been 4 files linked for the buyer. I followed the sample provided by the plugin developers. They only gave it with 1 file link, but indicated multiples could be included, so I coded them into the product display box similar to this (this is an example, not my actual file codes):
[wp_cart_display_product name=”My Download Product” price=”5.00″ file_url=”https://example.com/uploads/ebook1.pdf” file_url=”https://example.com/uploads/ebook2.pdf” file_url=”https://example.com/uploads/ebook3.pdf” file_url=”https://example.com/uploads/ebook3.pdf” thumbnail=”https://www.example.com/product-image.jpg” description=”This is a short description of the product”]
I also tried zipping the 4 files so as to send 1 link, but the zip was too big for the WP site (100mb, and wp only allows 32 mb).
Any suggestions on how to code the multiples?
Thanks very much,
Fiona