Forum Replies Created
-
AuthorPosts
-
adminKeymaster
Just use revenue sharing… when you setup revenue sharing the customer does not have to come via any affiliation (the affiliate plugin is just being used to automatically keep track of how much money you will have to pay at the end of month):
August 25, 2011 at 12:43 am in reply to: Coupon causing post processing failure with authorize.net #35858adminKeymasterWhat version of eStore are you using?
adminKeymasterThe transaction result display will work for any gateway.
The Pay Per View just means that when you click on the link its not going to download anything. It will simply redirect to a page where you have the on page content. This has nothing to do with the actual transaction result display on the “Thank You” page that shows what products you purchased.
adminKeymasterOnly logged in members who has the ability to access content can see the actual protected content… there is no other way or back doors.
Just because someone clicked on a protected post doesn’t mean he can see the content of that post. Anyone can see the post or page title but the body content is what you protect and that is only visible to qualified members.
The easiest test you can do is to sign up as a guest yourself using a different computer and see if you can view any protected content.
adminKeymasterWell the most qualified person to fix this issue is the theme developer because its his/her coding. It is your theme developers responsibility to give you a properly coded theme so the developer should follow this up… I pointed out the exact issue so it won’t be that hard for him to fix either.
If you are stuck with a theme developer who never fixes up his work then yes you could pay me to fix it.
adminKeymasterAh I see, yeah you should be able to tweak the code to customize the display. The function to look for is “show_product_fancy_style2” from the “eStore_misc_functions.php” file.
August 25, 2011 at 12:11 am in reply to: A couple of clarifications regarding to Auto Upgrade feature #35813adminKeymasterYour auto upgrade setup is wrong. Those days are absolute days from the subscription start date. Please read the documentation and it will explain it:
adminKeymasterThat email was designed to be just a notification (not contain all the sale details). You can custom code it so the notification also sends other details with the email. The function to look for is “wp_aff_send_commission_notification” in the wp_affiliate_platform1.php file. You can pass in the other details when calling that function and include those in the email.
August 24, 2011 at 12:47 pm in reply to: WishList Member and eStore Integration (SKU not working) #35703adminKeymasterI just checked your plugins list and found out that the Maintenance mode plugin is active. This plugin blocks all incoming requests and shows that maintenance message so it was blocking PayPal’s payment notification to eStore!
Please turn off the maintenance mode plugin before doing live transactions.
adminKeymasterThe lightbox image is shown using a standard JQuery lightbox library. eStore doesn’t have much control over it. You can look inside the javascript code and alter the library for your customization. The file to look for is “lib/jquery.lightbox-0.5.pack.js”. This is a compressed version but there is a URL there that points to the source and you can find the original source code there.
August 24, 2011 at 7:47 am in reply to: WP eStore and Thesis Awesome Blogskin's featured slider has conflict #35737adminKeymaster@hishaman, Thank you! I like it when a plugin or theme developer actively work towards creating a better solution.
adminKeymasterThat looks like an integration going bad. Which integration method did you follow from the integration section of this page?
http://tipsandtricks-hq.com/wordpress-affiliate
What platform are you using to tackle the eCommerce side?
adminKeymasterFirst do the WordPress integration. After that part is done you will have all your BBPress users in the WordPress users database then you can go to eMember’s “Import WP Users” menu and do a mass import.
adminKeymasterThe subscription one would be related to this post:
https://support.tipsandtricks-hq.com/forums/topic/testing-a-subscription-payment-in-estore
The debug looks good to me. I need to check the email parser your created and see where you made the mistake (usually this happens when the rule doesn’t match). I sent you an email so you can reply to me with a screenshot of the email parser.
adminKeymasterFancy5 didn’t have the show_price parameter. I just added it in. Please get another build of the extra shortcodes plugin from here and the show_price parameter will work for fancy5.
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
The fancy5 display has a fixed height (this is to make sure when displayed in a grid they maintain the height) so you can’t put too much description when using fancy5 display. If you post a link to the page in question I will be able to have a look and tell you if anything weird is going on.
-
AuthorPosts