Forum Replies Created
-
AuthorPosts
-
RonvdSchaafMember
Hello,
As I mentioned before, the stamping of the pdf is not working. When I use type=4 which is download, the wright pdf is available for download but i doesn’t get stamped bij PDF Stamper… When I use the shortcode [wp_eStore_download_now_button_with_stamping id=2] as in my example in this topic only then the pdf gets stamped. And that stamping is very important.
Hope you don’t mind but an option in the settings would be so much easier for this problem. My client sells events, so every product is an event. But an event only comes ones a year. After the event has been it would be so nice to take it offline and use it the next year… Because the event stays the same.. Only time is limited in buying.. And I think I’m not the only one who wants this… :o)
Best regards,
Ron
RonvdSchaafMemberI have used the example that you gave me Ivy.
It almost looks the same as my layout. But when I click my download button, no pdf stamping is happening…..
Is it possible to stamp a pdf file while using the categorie display options?
And I think that using the online/offline option in the settings really would be a great thing.
RonvdSchaafMemberHello Ivy,
I will try to implement this but what about the download buttons I now use to get an pdf file stamped?
As you can see in my example I use the buy option but also the download button and stamp a pdf file that way….
Is it not simple for you to make it an option in the eStore plugin? Online/Offline?
Just a thought…
Ron
RonvdSchaafMemberHello Ivy,
I have been trying to create a webshop page to give information at guest visitors of the website, paying members and free members. They all have their own portion of content protection… How to implement the categories? I have a categorie with ID 1 which is OFFLINE, so not to be displayed. Only categories whith ID 2 ONLINE should be displayed. The listing can not be changed, they want a simple list of the products as it is and no fancy display… The code I use on the page now is… (I have removed to much of the products and kept it short):
=======================================================================================
[emember_protected scope=not_logged_in_users_only]
- 7 september 2012 – bedrijfsbezoek bij Plastifix in Enkhuizen
- 9 oktober 2012 – programma volgt nog
- 21 november 2012 – het teken van het 20 jarig bestaan van NIVO
[/emember_protected]
[emember_protected for=3 do_not_show_restricted_msg=1]
Klik op de download button van het evenement welke je wilt bijwonen. Je inschrijving kun je daarna printen of op je computer opslaan.
<table><tbody>
<tr>
<td><span style=”font-family: ‘Lucida Sans Unicode’;”>[wp_eStore_product_details id=2 info=”name”]</span></td>
<td><span style=”font-family: ‘Lucida Sans Unicode’;”>[wp_eStore_product_details id=2 info=”description”]</span></td>
<td><span style=”font-family: ‘Lucida Sans Unicode’;”>[wp_eStore_product_details id=2 info=”price”]</span></td>
<td><span style=”font-family: ‘Lucida Sans Unicode’;”>[wp_eStore_download_now_button_with_stamping id=2]</span></td>
</tr>
</tbody>
</table>
[/emember_protected]
[emember_protected for=2 do_not_show_restricted_msg=1]
<table><tbody>
<tr>
<td><span style=”font-family: ‘Lucida Sans Unicode’;”>[wp_eStore_product_details id=1 info=”name”]</span></td>
<td><span style=”font-family: ‘Lucida Sans Unicode’;”>[wp_eStore_product_details id=1 info=”description”]</span></td>
<td><span style=”font-family: ‘Lucida Sans Unicode’;”>[wp_eStore_product_details id=1 info=”price”]</span></td>
<td><span style=”font-family: ‘Lucida Sans Unicode’;”>[wp_eStore_add_to_cart id=1]</span></td>
</tr>
</tbody>
</table>
[wp_eStore_cart_fancy1_when_not_empty]
[/emember_protected]
======================================================================================
Where do I put (or change shortcodes) to get only the categorie Online (1) products on the screen?
Regards,
Ron van der Schaaf
RonvdSchaafMemberI also cast my vote for more shortcodes for displaying members.
Especially the choice of which fields to display.
-
AuthorPosts