Forum Replies Created
-
AuthorPosts
-
admin
KeymasterThis page will answer your question:
admin
Keymaster1. Please share the value you have entered in the “advanced variables” section of this PayPal button.
2. Do what this post says and share the debug file content after a test:
admin
KeymasterThe errors on the page is related to your other post here:
February 2, 2012 at 5:00 am in reply to: joining with out checking terms and conditions check box #41498admin
KeymasterYep, you have JavaScript conflicts on that page. I noticed that your theme or another plugin is also loading an older version (v1.6.0) of JQuery on that page. It should always use the one provided by WordPress because when WordPress upgrades it also updates the JQuery library
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js'></script>
This post will explain more:
Also, you have a lot of HTML errors on your site (coming from the themes). Check it with this and fix them:
This post is a good read for you:
admin
KeymasterThis theme has over 100 HTML errors (a little bit of error doesn’t hurt but with this many errors there is going to be some that are fatal and will cause weird behavior that you are observing). You can check the HTML errors on your site by using this:
This is a good read for you:
Also, I noticed that your theme is hardcoding the JQuery library in the theme (this is not good coding). This post will explain why:
February 2, 2012 at 4:36 am in reply to: Orders not showing in "Manage Customers" after server change #41513admin
KeymasterThis is a database related issue. The plugin is failing to insert the value into the customers database. When you move servers it is very easy to mess up a database table if you miss a thing or two. This posts should help:
Also, try loading a fresh build of the plugin as it might help aligning the database table columns (make sure to deactivate and reactivate the plugin):
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
February 2, 2012 at 4:31 am in reply to: Customer Not Receiveing Link in Email and Not Being Redirected To Thank You Page #40793admin
Keymaster1. Please share the debug file from your test run so we can see what is going on.
2. What version of eStore are you using?
3. Post a link to the page where you have the payment button.
4. You said that “no automatic redirection” happens from PayPal after purchase. This is because you probably didn’t enable “Auto Redirect” in your PayPal profile. This is something you set in your PayPal account.
admin
KeymasterPlease do the following:
1. Load a fresh build of the plugin:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
2. Do what this post says to enable debug then do a test transaction:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
3. Share the content of the debug file (the post above will tell you where you can find them)
admin
Keymasteradmin
KeymasterYeah you can. Simply edit the affiliate profile from your admin dashboard and set the commission level you want.
admin
KeymasterWhich plugin is this email coming from (eStore, eMember or the affiliate plugin)? The content of the email will give you an idea as to where you configured that message (if you are not sure).
February 1, 2012 at 12:19 pm in reply to: Fatal Error – Allowed memory size of XXXXXXX bytes exhausted #33294admin
KeymasterOnly your hosting provider can increase the amount of RAM your PHP applications can use. Contact your hosting provider and tell them to increase it so you can use WordPress with a few other plugins (at the moment you have very limited RAM memory).
admin
KeymasterI can’t see anything obvious but the input image attribute on your theme must be adding some style to it which is causing the image to line up. The default add to cart button is a standard HTML button (not an image) which is why it lines up fine.
February 1, 2012 at 5:26 am in reply to: Automatically apply discount for a specific member level? #41474admin
KeymasterAlso, The section protection of eMember can come in handy too:
How to Protect a Section of a Post or Page (Partial Protection)
You can protect one payment button for one membership level and the other one for a different level (all on the same page).
February 1, 2012 at 5:25 am in reply to: Automatically apply discount for a specific member level? #41473admin
KeymasterIn your theme you can add condition around the links to make it only appear for certain members or users from a particular membership level. eMember has some functions that can facilitate this. Check this page with example codes:
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248
-
AuthorPosts