Forum Replies Created
-
AuthorPosts
-
amin007Participant
It is possible to integrate both options but you want to use one of the methods in your implementation so you are not giving double commissions on purchases.
Integration through the landing page is easier so lets do this one first. I have sent you a code snippet that you can put in the post payment processing section of your code.
amin007ParticipantI will send you the code via email.
amin007ParticipantHi phpoet, you can customize all these from the “Email Settings” tab under the “Settings” menu of the affiliate plugin
amin007ParticipantThis is very weird. Can you please post the URL where it’s not working.. i want to see if the javascripts are loading.
Also can you please confirm that you haven’t changed any code (both the servers are using the same code?)
November 25, 2009 at 2:17 am in reply to: Correlation between eMember and WordPress user database #15976amin007ParticipantYep, there is going to be an option for correlation. This is what I am thinking of implementing… when someone becomes a member it will automatically create a wordpress login with the same credentials with a default “Subscriber” status. You as the admin can manually give them other higher role. This way members can share the same login details.
amin007ParticipantYou gotta love some hosting companies
Yes the session_start() needs to be the first line in a script but if you look properly you will see that it is the first line (the other stuff is comment so it doesn’t count).
The main error here is the following:
Warning: session_start(): open(E:php_sessionssess_409e8c3488479755b5e973f0c3199c2d, O_RDWR) failed: Permission denied (13) in E:hshomekevin897mcsherry.iewp-contentpluginswordpress-paypal-shopping-cartwp_shopping_cart.php on line 22
once you take care of that the other one will go away automatically. Basically, something is wrong with your session save path or something so when it’s trying to save it in the session it’s failing.
I can’t tell you for sure but it’s something around fixing your session save path in the PHP.ini file or adding a tmp directory for session. Your hosting provider should know this if they don’t this Instructions might be of some help:
amin007ParticipantYou can use either of them (full or relative URL).
amin007ParticipantWP eStore doesn’t do quantity based discount yet. I am extending the functionality of the discount/coupon feature so this can be done.
Update: This feature is now in.
amin007ParticipantHi Paolo, adding a quantity field befre the “Add to Cart” button wont’ be very hard. I will add this functionality to the plugin
amin007Participant@JimGoodrich, I don’t think hosting is the issue here… I think it’s the them you are using on this other site(it may not be loading the javascript files in the footer). Can you please do a quick test for me? switch the theme to the default theme and test it out to make sure it’s not the theme. let me know what you find.
amin007Participantdone.
amin007ParticipantNo wonder
I can’t find your email address in my customer database (which is why you didn’t receive the plugin update).. I have sent you an email to address this issue. Once this is taken care of I will send you an updated version of the plugin.
amin007ParticipantHi Greg, I beleive this issue has been take care of by the update I gave you. If it hasn’t then please let me know.
amin007ParticipantHi Lillea, what version of eStore are you using? the version number can be found in the plugins menu or the settings menu of this plugin.
amin007ParticipantI sent you an email with the updated version of the plugin.
updating the plugin is easy.. just upload all the new files overwriting the existing ones then do a quick deactivate and reactivate from the plugins menu). It will retain all the previous settings, products, members etc data.. nothing will get lost.
-
AuthorPosts