Forum Replies Created
-
AuthorPosts
-
metmetSpectator
Hello,
I use the plugin “visual composer” to realize my pages on wordpress. It makes it possible to achieve them easily via “drag and drop” among others. I encounter a problem because I would like to protect sections of my page but the code does not work. I have to protect buttons and pictures. How to do ?
March 7, 2017 at 10:14 am in reply to: eStore – how can customer update credit card info for authorize.net gateway #71156metmetSpectatorHi,
I come to the news! I have clients who are blocked because their card to expire and I can not allow them to change their credit card number without sending me this information that is confidential.
February 27, 2017 at 1:52 pm in reply to: eStore – how can customer update credit card info for authorize.net gateway #71154metmetSpectatorHi
I contacted Stripe who provided me with this link: https://stripe.com/docs/recipes/updating-customer-cards.
The problem is that it is only valid when it is integrated in php, I told them that I went through a plugin and they told me to contact the developers of the plugin.
There is the updating of the cards but also the change of the card, so continue to pay its subscription with a different bank card.
Do you think you can develop this option? Should I write a mail to make this request?
February 21, 2017 at 3:08 pm in reply to: eStore – how can customer update credit card info for authorize.net gateway #71152metmetSpectatorHello,
I have exactly the same request as you with stripe. Customer cards that have expired, I do not wish to have in their possession their banking information.
Have you had an answer as to the cost for adding this feature?
January 16, 2015 at 9:28 pm in reply to: How to use wp estore with vimeo for the sale of non-downloadable video #67686metmetSpectatorno, there was nothing after
January 16, 2015 at 8:45 pm in reply to: How to use wp estore with vimeo for the sale of non-downloadable video #67684metmetSpectatorSalut,
Authenticated Page Redirect (APR)
APR allows WP eStore to use loadable (WordPress) browser pages (called “APR Targets”), instead of downloadable files, that contain protected content as digital products. This is useful in cases where you want to grant secure, one-off, access to page content that would otherwise require the services of a membership plugin. Before redirecting to an APR target, the WP eStore download manager issues an “APR Cookie” that is valid for the remainder of the current browser session. Each APR cookie is uniquely keyed and encrypted to a specific APR target. Using wp_eStore_APR shortcodes, APR targets can control the display of content; based upon the existence, non-existence, or age of APR cookies.
Usage:
wp_eStore_APR expiry=minutes status=expiration-status] the_content [/wp_eStore_APR
Where:
minutes is a number, greater than zero, used to test the age in minutes of the APR cookie specific to the current browser page. If minutes is less than or equal to zero, then only the existence of a page specific APR cookie will be tested. The default value is: 0
expiration-status determines the condition under which the_content will be displayed. If set to ‘unexpired’ the_content will only be displayed if the page specific APR cookie exists, or if its age is less than the specified number of minutes. If set to ‘expired’ the_content will only be displayed if the page specific APR cookie is either missing or is older than the specified number of minutes. The default value is: unexpired
Notes:
The shortcode wp_eStore_APR status=help will be replaced with this help message.
APR cookies are created by the WP eStore download manager, when it detects the URI of a digital product that has been specified using the APRTP scheme. Under the APRTP scheme, the URI of a digital product “page” (instead of a file) is specified using the format scheme://domain/resource where scheme is either “aprtp” (for http) or “aprtps” (for https).
APR cookies are only valid on the first page of multi-page posts. This is because the “nextpage” (WordPress) tag modifies the URL of second and subsequent pages, making them unrecognizable by the APR cookie testing code.
et au second essaie de connection :
The secure download manager ran into a problem that it couldn’t handle, and is unable to process your download request.
The problem was due to the following reason:
The product ID contained in the download link (see browser address bar) doesn’t seem to be in the wp_eStore database. You might have a download link for a product that is no longer stocked. If you think this reason is in error, please contact the site administrator.
January 9, 2015 at 3:17 pm in reply to: How to use wp estore with vimeo for the sale of non-downloadable video #67682metmetSpectatorHi
Here value of the url for digital product:
aprtp://www.couture-entresoeurs.fr/patron-jupe-sarouel/
January 4, 2015 at 11:53 am in reply to: How to use wp estore with vimeo for the sale of non-downloadable video #67680metmetSpectatorhi,
I performed all the actions that you asked me but there is no change. Here are the contents of Download_Manager_Debug.log file. :
[01/04/2015 11:15 AM] – Advisory: Log file reset.
Remember, I put this shortcode on the page or the videos are well inserting content between 2 codes:
[wp_eStore_APR expiry = 0 status = unexpired]
[/ wp_eStore_APR]
I still have the same message appears when I generate a new download link:
The secure download manager ran Into a problem That It couldn’t handle, and is Unable to process your request download.
The problem Was due to the Following reason:
The product ID Contained in the download link (see browser address bar) Does not sccm To Be wp_eStore in the database. You might-have a download link for a product That is no longer stocked. If you think this reason is in error, please Contact the website administrator.
I expect from you in order to find a solution
January 1, 2015 at 10:04 am in reply to: How to use wp estore with vimeo for the sale of non-downloadable video #67678metmetSpectatorHi, Thank you very much for your answer. Now I encounter another problem. I configured the product and put the url I changed [http://www.mysite.com] in [aprtp: //www.mysite.com]
I made a good testn I Recos an encrypted link on my email but when I click on it it does not work. Here is what is displayed to me:
The secure download manager ran Into a problem That It couldn’t handle, and is Unable to process your request download.
“The problem Was due to the Following reason:
The product ID Contained in the download link (see browser address bar) Does not sccm To Be wp_eStore in the database. You might-have a download link for a product That is no longer stocked. If you think this reason is in error, please Contact the website administrator. “
I remind you that I do not want I do not want the videos are downloadable but just that they are visible at this url for 6months.
Thank you for helping me find a solution to this problem
December 31, 2014 at 12:51 pm in reply to: How to use wp estore with vimeo for the sale of non-downloadable video #67676metmetSpectatorhi,
I finally found how integrated the videos but I try to embed a video with this code but it does not work:
[video_lightbox_vimeo5 video_id = 29417470 width = 800 height = 450 auto_thumb = “1”]
I would like for each video there was a sticker, it it is put automatically. Or even a video gallery.
I like to remind you that I use wp lightbox plugin.
Can you tell me how to run this code? or how can embed a video gallery from VIMEO
December 31, 2014 at 10:50 am in reply to: How to use wp estore with vimeo for the sale of non-downloadable video #67675metmetSpectatorThank you for your reply, but I have not found how to integrate the hosted videos in VIMEO
-
AuthorPosts