Forum Replies Created
-
AuthorPosts
-
March 2, 2010 at 6:24 am in reply to: Subscription & Recurring Billing w/Wishlist clairification.. #18472
amin007
ParticipantYeah, as long as you have followed this instructions, you should be fine:
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-and-wishlist-plugin-integration-448
amin007
ParticipantIf you look at the following line then you can see that the affiliate ID didn’t get passed:
“No Referrer Found. This is not an affiliate sale”
Now that we know what the issue is we can try to identify why isn’t the affiliate ID getting passed thru the payment.
Have you followed the testing instructions outlined here?
Please post a link to your landing page (where you have the payment button) so I can check it out.
March 2, 2010 at 12:01 am in reply to: Tweaking the Affiliate TOS Url to include A Facebox (Similar to Lightbox) #18467amin007
ParticipantNo problem
For anyone trying to do this… remember the plugin already has the JQuery library inside the “js” directory (wp-affiliate-platform/affiliates/js)
You can also get the JQuery library that comes with WordPress.
amin007
ParticipantIf you can specify a function in that plugin then use the following function which displays the shopping cart:
<?php echo print_wp_digi_cart(); ?>
This way you don’t have to add the shopping cart widget from the widgets menu… just use that function where you want to display it.
amin007
ParticipantSearch for the following line in the “wp_shopping_cart.php” file:
<form action=”https://www.paypal.com/us/cgi-bin/webscr” method=”post”>
Once you find it change that string to the following:
<form action=”https://www.paypal.com/us/cgi-bin/webscr” method=”post” target=”_blank”>
March 1, 2010 at 10:30 pm in reply to: Tweaking the Affiliate TOS Url to include A Facebox (Similar to Lightbox) #18465amin007
ParticipantVery nice… can you please post a link to your affiliate page so I can check it out?
If their licensing do not have any restriction then I might add it to the affiliate plugin.
Thanks for sharing Gymgangsta.
amin007
ParticipantI am guessing you are talking about creating a membership payment button for the eMember plugin. If this is the case then the following link will explain how you can integrate an eStore button (buy now, subscription) with eMember:
Also, the video tutorial on this page may be of some help (Please check out the 5th video on this page):
Let me know if this answers your question.
amin007
ParticipantShouldn’t be too hard to track… can you please run a test transaction with “Debug Enabled” and share the result? It should reveal as to what is going wrong… the following URL will help you with running a test transaction with debug enabled:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
amin007
ParticipantHi Brownie, Yes, eStore will use the same settings you specified in the “3rd party integration” but based on the payment button (where you specify the membership level SKU) it will create members with different membership level.
amin007
ParticipantNope, unfortunately this is not possible.
amin007
ParticipantThe simple shopping cart do not have variation control with price brackets.
amin007
ParticipantLooks like you are using the simple shopping cart so I am moving the forum post under the “Simple Shopping cart” forum.
Please read the “option 2” from the documentation site and it should answer your question:
amin007
ParticipantIn the “paypal.php” file you will find a line similar to the following (around line 380):
$tags = array(“{first_name}”,”{last_name}”,”{payer_email}”,”{product_name}”……..
$vals = array($this->ipn_data,$this->ipn_data,$this->ipn_data………
And then it does a string replace (it replaces the tags with the values).
You can add in new tags e.g. ({passwd}) then generate a password using your preferred algorithm and replace the tage {passwd} with the generated value.
amin007
ParticipantIt’s completely upto your theme. Does your theme have different sidebar widget options based on the page you are viewing? (e.g. home page, post page etc).
The shopping cart just adds the widget to the sidebar but if you theme is designed to display the same sidebar content throughout the then the eStore plugin can’t really do anything about it.
Let me know if this makes sense.
amin007
ParticipantHi Frank, When you find a member to be conducting suspicious activities then all you have to do is select him/her from the “Manage Members” menu and set the account state to “Inactive”. This will make it so that member can’t view the protected content any more.
Trackbacks should not cause any issues… I will send you an updated version of the plugin to see if upgrading fixes the issue.
-
AuthorPosts