Forum Replies Created
-
AuthorPosts
-
amin007Participant
I don’t have any ETA but yeah we are working on a module to add amazon web pay.
amin007ParticipantSimply place a contact form on your “Thank You” page with the file upload option. This post will explain more:
https://support.tipsandtricks-hq.com/forums/topic/collecting-customer-input-with-wp-estore-plugin
amin007ParticipantOkay it looks like the mailchimp integration is failing and forcing the post payment processing to stop at that stage. The most common cause for this to happen is if you specified the Wrong API key for your mailchimp account or if your mailchimp API Key is actually turned off in your account (by default the API key is not active in your mailchimp account). I have turned off the mailchimp integration for now and it works fine.
July 17, 2011 at 3:05 am in reply to: I don't want visitors to sign up (Customize the default login and join message) #34335amin007ParticipantOpen the “wp_eMember1.php” file and search for the following line of code:
function get_login_link(){
Once you find it change it to the following:
function get_login_link(){
return "Protected from non-staff";That should do the job.
amin007ParticipantI sent you an email to get site access so I can check inside your dashboard.
amin007ParticipantWordPress 3.2 doesn’t have anything to do with it. These shortcodes have all been tested on a 3.2 install and they are working together fine. You must have another plugin or theme that is not using the WordPress’s default shortcode filtering priority and is messing things up.
You reapplied the fix in the eMember after the update right?
Open the “wp_eStore1.php” and search for the following line of code:
add_filter('the_content', 'do_shortcode',11);
Once you find it change it to the following and let me know if it makes a difference:
add_filter('the_content', 'do_shortcode');
July 17, 2011 at 12:57 am in reply to: Any way to get affiliate cookies to work through an external sales page? #34353amin007ParticipantYou can create Pass Through affiliate links for this type of setup. This post will explain more:
amin007ParticipantYeah you should be able to change this by tweaking the CSS. If you know how to find which CSS block to modify using techniques explained here then you shouldn’t have too much issue:
http://www.tipsandtricks-hq.com/css-bugging-you-fire-those-bugs-3299
The tweak you need to do is similar but it can vary slightly depending on the fancy display you are using. If you are using Fancy1 or Fancy2 then adding the following CSS code to the CSS file should achieve your goal:
.eStore-thumbnail .thumb-image{
width:75px !important;
height:75px !important;
}Obviously you can change the number “75” to whatever size you want.
The following post should also be very helpful for this:
https://support.tipsandtricks-hq.com/forums/topic/need-rectangular-thumbnails
amin007Participantamin007ParticipantYou can specify the large image as your “thumbnail” image. The plugin will show a smaller sized copy of the image and when clicked it will show the full image in lightbox). You don’t have to use a separate small image just for the thumbnail.
amin007ParticipantThat doesn’t look right. There is suppose to be more debug that shows the affiliate commission related stuff. I received your site access from the other posts. I will check it out.
July 17, 2011 at 12:04 am in reply to: Carrying Over the Affiliate ID to Other Pages (Different WordPress Install) #34318amin007ParticipantThe following two pages (your landing page and the join page) does not look like they are part of the same WordPress installation.
[http://empowertochange.com/news/empower-you/]
[http://empowertochange.com/join/]My testing shows that the landing page is part of a WordPress where the affiliate plugin is not even installed so its not going to track anything as the plugin is not even there.
Do you have multiple WordPress installations going?
amin007ParticipantI added an anchor option for the search. Download the new build of the extra shortcodes plugin from here and try a search:
amin007ParticipantWhat elements of a product gets displayed in a fancy display is controlled by which fancy display you are using. In this case you are using “Fancy 1” so it will display all those details. This page contains a summary of what each fancy display shows:
http://www.tipsandtricks-hq.com/ecommerce/stylish-product-display-options-for-wp-estore-829
If you cannot find a fancy display option that is close to what you want then you will have to go down this route:
amin007ParticipantWP eMember Members Menu -> Members List -> Display Member Email List for a Particular Membership Level
-
AuthorPosts