Forum Replies Created
-
AuthorPosts
-
amin007Participant
Nope, PDF stamper won’t be able to do that.
amin007ParticipantThis thread should help (check out both the posts on that thread):
amin007ParticipantWe will modify the extra shortcode plugin to accommodate this.
July 5, 2011 at 2:54 am in reply to: Received Paypal notification of payment but no WordPress download link #33946amin007ParticipantThank you for the debug. It is now safe to say that the plugin is working fine and is sending the email after the payment. The following lines confirm it:
[07/04/2011 5:43 PM] - SUCCESS :Product Email successfully sent to xxxxx.
[07/04/2011 5:43 PM] - SUCCESS :Notify Email successfully sent to yyyyy.This post should explain what other reasons can prevent the email from going to the inbox of the customer:
July 5, 2011 at 2:49 am in reply to: Displaying User Level Specific Messages Without Protected Content Box? #33766amin007ParticipantGood idea. I will actually modify the existing shortcode so you can specify an extra parameter in the shortcode that lets you customize if you want to display the “Restricted” message or not.
amin007ParticipantWe will add a field in the membership level so you can specify a list name for a particular level. When a member signs up for that level he/she will be signed up to that list. We will look into adding this.
amin007ParticipantPlease open the “wp_eStore1.php” file from eStore and search for the following line of code:
return $symbol.number_format($price, 2, $decimal, ',');
This is the function that tells eStore how to show the price (by default it shows prices to two decimal places). You can change the above line with the following and it won’t show any decimal places or the comma:
return $symbol.number_format($price, 0, $decimal, '');
amin007ParticipantYou can override this CSS in the eMember’s custom CSS file. simply add the following to “css/eMember_custom_style.css” file and that should do it:
.eMember_label {
text-transform: none !important;
}amin007ParticipantThe product search is meant to search products only. We can add another parameter to that shortcode so you can make it search both products and categories for your install.
July 5, 2011 at 12:42 am in reply to: No emails are being sent to affiliates OR customers of estore.. #33951amin007ParticipantLets start with eStore. First I want to establish the fact that everything else is working except the email part. You can run a transaction with debug option enabled to verify this. This post will explain more:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
Once we establish the fact that emails are not going out from your server then please read this post which will give you some directions as to where you should look into:
There is a simple test you can do to verify if WordPress email system is working on your site. Whenever someone leaves a comment on your site, WordPress sends an email to the site admin (you). So you can open your site in a different browser (pretending to be a visitor) then leave a comment and see if you get a notification of that comment. If you don’t then you need to fix the emailing problem with WordPress first otherwise no plugins will be able to send emails from your WP install.
July 5, 2011 at 12:33 am in reply to: Received Paypal notification of payment but no WordPress download link #33944amin007ParticipantThe debug should reveal the issue (I just need to read the debug). Can you please post the full debug information from the “ipn_handle_debug.log” file here so I can follow it along and see what it did after the transaction?
amin007ParticipantWe actually use gravity forms ourselves and have not seen any conflicts. Whatever it is, we should be able to look into it and do something about it. What version of eMember and gravity forms do you have?
amin007ParticipantI will send you an email to get site access so I can check this out.
July 4, 2011 at 4:31 am in reply to: Received Paypal notification of payment but no WordPress download link #33940amin007ParticipantThis can happen if you do not follow the upgrade instruction properly to upgrade the WP eStore plugin:
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-installation-and-usage-guide-31#upgrade
Follow the instructions to the point then if you are still having issues please run a test transaction with the debug option enabled which will reveal more details. This post has details on debugging:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
amin007ParticipantThis thread is for WP eStore plugin but your issue suggest that it is related to the lightbox ultimate plugin. Please post it in the “Lightbox Ultimate” forum category.
When you post your issue there please also include a link to the page where you have embedded a video so we can have a look and determine what is going on.
-
AuthorPosts