Forum Replies Created
-
AuthorPosts
-
amin007Participant
You should be able to customize this from the language file. This post should help:
Look for the following line in your corresponding language file:
define("ESTORE_CONTINUE_SHOPPING", "Continue Shopping");
Once you find it change it to the following:
define("ESTORE_CONTINUE_SHOPPING", '<img src="http://www.example.com/your-continue-shopping-image-url" alt="Continue Shopping" />');
July 25, 2011 at 3:46 am in reply to: Buddypress not recognizing eMember login without double refresh #34466amin007ParticipantYou had the “Enable After login Redirection” checkbox unchecked from the settings menu. The redirection feature needs to be enabled from the general settings.
July 25, 2011 at 3:01 am in reply to: Can the {product_link} code be included in the product specific instructions? #32808amin007ParticipantAdded the following email tag in the plugin. Please get a new build of eStore from here if you want to use it:
https://support.tipsandtricks-hq.com/update-request
The following email tag only lists the download links for digital items.
{product_link_digital_items_only}
July 25, 2011 at 2:59 am in reply to: Found unclosed div in shortcode_include.php in Extra Shortcodes plugin #34647amin007ParticipantThank you. I fixed this up in the extra shortcodes plugin. You can download an updated version from here:
amin007ParticipantAdded the following div to the pagination section (you will find it in the CSS file):
eStore_pagination
The file that generates the pagination section is named “eStore_misc_functions.php” (look for a function called “wp_eStore_generate_pagination_section”)
July 25, 2011 at 1:12 am in reply to: Can My Autoresponder/Email Marketing Manager be Integrated with Your Plugins? #19545amin007ParticipantNope, its not just a matter of pasting the form code. If you are not a developer I wouldn’t recommend this. We only support 3 autoresponders (AWeber, MailChimp, Getresponse) and this is very clear on our sales page. It is beyond our capability to offer support for functionality that the plugin does not have.
July 25, 2011 at 1:09 am in reply to: Carrying Over the Affiliate ID to Other Pages (Different WordPress Install) #34325amin007Participant“that customer never received his login info” – if you received the user signup notification then the email to the customer was also sent by the plugin. This post will give you ideas as to what else could have prevented the email from showing up in the customer’s inbox:
amin007ParticipantNope, not in the sense of inventory control (only the encrypted download link is tracked for download restriction purpose).
amin007Participant714 MB for a video file is not unusual. How long is the video (in terms of time)? If it’s an hour long then 700MB is not bad but if it is like 10 mins long then its definitely bloated (this will unnecessarily eat your bandwidth).
amin007ParticipantWP eMember does not have coupons. If you are using eStore for your membership payment then you can handle this via eStore:
http://www.tipsandtricks-hq.com/ecommerce/how-to-use-coupons-discounts-in-wp-estore-364
July 25, 2011 at 12:26 am in reply to: I want free members to listen, paid members to download…on the same page #34633amin007ParticipantThis should be pretty simple… use the section protection of eMember:
http://www.tipsandtricks-hq.com/wordpress-membership/how-to-protect-a-section-of-a-post-or-page-88
So basically you will have two sections in this page. The first section will have the embedded audio player that can play the audio in question (your free members will be able to listen to the audio), the 2nd section will have a simple link to download the actual audio file.
Your page structure will look like the following (The following example assumes that the membership level ID of free membership is 1 and the premium membership is 2… you will have to change those numbers to reflect the ones in your site):
[emember_protected for=1-2]
This is where you embed your audio player that plays the audio. Your free and premium members both can see this section.
[/emember_protected]
[emember_protected for=2]
This is where you place a link that lets your premium members download the audio file in question. This section is only visible to your premium members so only they can download the file.
[/emember_protected]I hope that gives you the general idea of how to handle this type of scenario.
amin007ParticipantJust use a hardcoded string as your reference like the following:
$reference = "pdf-print-form";
This “if” condition only gets executed if this form is submitted so it is perfectly safe to hard code any value that is specific to this form only.
FYI – You don’t have to use firebug to get the form’s ID. Every gravity from has a unique ID (Similar to eStore Products). When you go to your “Edit Form” menu you can see the ID of each form (I think if you hover over the edit link for the form it shows you the ID in the status bar).
amin007ParticipantHmm… not sure why are are receiving a “Payment preferences from X canceled” notification from PayPal on the 3rd payment. PayPal is suppose to notify the plugin at the end of the subscription.
Can you change the “No Expiry or Until Cancelled” value to a fixed time value (for example 3 months)? When you use a fixed “subscription duration” the plugin knows that there is another check in place and it won’t deactivate the account as soon as it receives the end of term notification from PayPal.
Do you by any chance have debug enabled? It would be good if I could look at the debug capture of this payment and see what notification PayPal actually sent and why.
amin007ParticipantPHP Session on this server is not fully working. The shopping cart is getting empty on a page load. Please see the following forum post as it will explain more about the PHP session issue and how to fix this:
https://support.tipsandtricks-hq.com/forums/topic/php-session-not-working-correctly
amin007ParticipantI updated the pagination code to make it a little more user friendly (it will have the current selected page highlighted). Please get an updated build of eStore from here and check it out:
https://support.tipsandtricks-hq.com/update-request
You will also need to update the extra shortcodes plugin if you were using it:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
-
AuthorPosts