- This topic has 20 replies, 2 voices, and was last updated 13 years, 1 month ago by .
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › eStore/eMemeber fancy doanload question
Tagged: DMartin
You should be able to use the show_price
parameter to control the display of the price field. For example, use the following to hide the price field in the fancy display:
[wp_eStore_category_products_fancy id=1 style=3 order=1 type=5 show_price=0]
Changing the download method seems to have solved the download problem. I will be testing over next few days, but hopefully all will be well. Thanks so much for your awesome help!
Sorry – the problem persists.
The files are stamping and being written to the stamped files folder, but they are not then being delivered. manually stamping worked with by changing download method, but not on a live page.
you can go to: http://www.studythebiblenow.com/downloadtest/
and sign in as jotest pass: password
to see whats occuring.
Like I said, the files ARE being written, just not delivered.
Okay.. can you send me the site access again so I can do some debugging and see what is going on.
Sent you an email withnthis info also.
UPloaded the new version of extra short codes as instructed.
The files are now downloading but not being written to the pdf stamper stamped files folder or being stamped. All I get now is a direct copy of the original file. Similar to waht one would expect with a regular estore download button.
I am using the code
[wp_eStore_category_products_fancy id=19 style=3 order=1 type=5 show_price=0]
on http://www.studythebiblenow.com/downloadtest/
For some reason on your site the download now button was sending multiple stamping request for the same file so it was getting confused. We added a guard against this in the plugin so it should be working fine now.