Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › eStore/eMemeber fancy doanload question
Tagged: DMartin
- This topic has 20 replies, 2 voices, and was last updated 13 years, 1 month ago by admin.
-
AuthorPosts
-
October 14, 2011 at 12:55 pm #4541DMartinMember
I have all three plugins required to set up and use the shortcode
[wp_eStore_download_now_button_with_stamping id=1]
is it possible to integrate this with fancy display 2 or would I have to manually display the item and then integrate the download/stamp button?
October 14, 2011 at 10:52 pm #37560adminKeymasterThe download now button with PDF stamping is not one of the supported button type for the fancy display but I should be able to add it in.
October 15, 2011 at 7:52 am #37561DMartinMemberGreat. Will this possibly be in a new build of Wp estore in the near future?
October 15, 2011 at 12:28 pm #37562DMartinMemberDo the estore items have to have the PDF stamper option clicked for this to work, or will this work without the item having it specified in estore aswell?
October 15, 2011 at 12:47 pm #37563DMartinMemberStamper is not stamping any info on the file when using [wp_eStore_download_now_button_with_stamping id=1]. I thought it may be cos the PDF stamper add on was not checked in wp-estore but when i did check that option I got the following message:
The wp_eStore download manager ran into a problem that it couldn’t handle, and is unable to process your download request. Please contact the site administrator.
Please tell the site administrator the problem was due to the following reason:
The download script couldn’t locate the file associated with the digital product. If the administrator thinks this reason is in error, maybe a different URL conversion option might fix the problem.
I get the same message with direct, relative and no change URL options.
The manual stamping works ok, but I cannot get this to work.
October 15, 2011 at 1:03 pm #37564DMartinMemberJust to clarify, I was trying to apply the download to item 3 in the wp estore. I am happy to provide login details for the site if necessary (you actually already have them having already looked at a previous question, but if you need them again I can send them to you).
October 15, 2011 at 4:17 pm #37565DMartinMembersorry, realise that I have made a lot of posts. What I want to do is set up pages like the one below:
http://www.studythebiblenow.com/module-one-school-room/
where when people click on the Module lessons tab it opens to show the lessons in fancy 3 style, but instead of add to cart or plain download button, the stampable download pulling from the emember database.
Ideally this would be accomplished by a simple category shortcode as I have done of this page, or if neccessary a shortcode for each item.
I can if necessary, however, create the fancy 3 look with manual css if I can get the stampable download button working correctly.
October 16, 2011 at 12:07 am #37566adminKeymaster– Does the product have to have the “Stamp the PDF File” field checked? Yes
– I have added the “download now with PDF Stamping” button type as one of the shortcode parameters so you should be able to use something like the following:
[wp_eStore_fancy_display id=1 type=5 style=3]
type=5
means the download now button with PDF stamping ability.You will need to update your eStore and the extra eStore shortcode plugins to get this option.
With that said, lets focus on figuring out why the following shortcode is not working for you because if this one doesn’t work then none of the PDF stamping shortcodes are going to work:
[wp_eStore_download_now_button_with_stamping id=1]
Can you place the above shortcode on a test page (just only this shortcode and nothing else) and then share the link to that page so I can go there and checkout the behavior of the button?
October 16, 2011 at 3:26 am #37567DMartinMemberhttp://www.studythebiblenow.com/downloadtest
User. jotest Pass. password
October 16, 2011 at 4:54 am #37568adminKeymasterThank you. I tested that button and it works fine for me. I get to download a stamped copy of the PDF file. Can you test it yourself and let me know if you see the same result as me?
October 16, 2011 at 7:37 am #37569DMartinMemberYes, great, it seems to be working now. My user was Jotestpremium and the file was stamped with
Lesson Licensed to Jo Testpremium. Email address: Jo Testpremium. This Lesson may be printed by the person named
here. Please do not redistribute in any way.
Why did the email address pull the name again instead of the email associated with this user account?
The settings in stamper are:
Lesson Licensed to {customer_name}. Email address: {customer_email}. This Lesson may be printed by the person named here. Please do not redistribute in any way.
Also, to get most recent versions should I go to the upgrade request screen? Is it only wp-estore that requires upgrade?
October 16, 2011 at 10:55 pm #37570adminKeymasterI have added a new option in the PDF Stamper which is suppose to offer a slight performance increase when stamping a file. This option is causing this issue with eStore. Please get another build of eStore from here and it should be fixed:
https://support.tipsandtricks-hq.com/update-request
Let me know how the stamping goes after the update.
October 17, 2011 at 8:57 am #37571DMartinMemberOk.updated and works first time i used the button on the http://www.studythebiblenow.com/downloadtest page but afterwards tried again and got teh message
The wp_eStore download manager ran into a problem that it couldn’t handle, and is unable to process your download request. Please contact the site administrator.
Please tell the site administrator the problem was due to the following reason:
The download script couldn’t locate the file associated with the digital product. If the administrator thinks this reason is in error, maybe a different URL conversion option might fix the problem.
I tried to empty the Google Chrome cache but same message appears.
Only item 3 (the first lesson M1L1-Doctrine & Revelation) is set up with the stamping checked in product set up, so that is the item I am testing)
I can see that the file is being written to the stamped files folder ok, so the probelm must be with the next stage of teh process where it is then delivered.
Extra Shortcodes v4.2.0
WP estore Version v6.0.0
Stamper Version 3.3.9
On a seperate note, I would ideally like to use the following category display:
[wp_eStore_category_products_fancy id=1 style=3 order=1 type=5]
but need to remove the price. Is this possible with this or another code?
Thanks again for all your help, it is greatly appreciated.
October 18, 2011 at 2:42 am #37572adminKeymastereStore having trouble downloading a file would be a different issue. You need to make sure that the file path is correct for the product that is not working. Most likely you have made one of the mistakes mentioned here for the product that doesn’t work:
https://support.tipsandtricks-hq.com/forums/topic/downloaded-file-size-is-0-zero-byte
Perform this test for any product where the encrypted link download is not working (this will help you isolate the problem so you can focus on what mistake you made in that product’s configuration):
October 18, 2011 at 4:13 am #37573DMartinMemberThe file path is definitely correct. I will implement the other suggestions you make from the other threads and let you know how I get on.
Regarding the fancy codes, is there are way of showing the items in fancy 3 without price, and the stampable download burton.
-
AuthorPosts
- You must be logged in to reply to this topic.