Forum Replies Created
-
AuthorPosts
-
amin007Participant
There is no built in upsell feature but I usually make some special discount coupons and put the special offers on the “Checkout” and “Thank You” page. This way when the customer adds a product to the cart he will be redirected to the “Checkout” page and will see all the upsell offers.
February 1, 2010 at 9:44 pm in reply to: Please login to view this content. (Not a member? Join today). Not showing #17668amin007ParticipantHave you configured the “Login” and “Registration” URLs from the settings menu?
Are you using the WordPress User Integration feature?
Please post a link to the page where you are testing this.
amin007ParticipantYou just need an updated version of eStore. I will send you one.
amin007ParticipantYeah I need to compile the shortcodes list for eMember… How about you paste in your list and I will take that as the first revision
amin007ParticipantFor your situation you are better off doing what you had in mind. you should just be able to dump all the values to a database table inside WordPress easily. Look up some Ptutorials on how to do this and you should be set I think.
January 31, 2010 at 9:52 pm in reply to: [Help] Restrict the use of "Add to cart" button only to registered user #17639amin007Participant“I know that to perform a paypal payment, an user should have a paypal account” – this statement is not entirely true. If you don’t have PayPal you can still make a purchase with credit card.
Anyway, you should be able to achieve what you are after very easily. Search for the following function in the “eStore_misc_functions.php” file:
function get_button_code_for_product($id)
You can introduce your “is_user_loggged_in” check at the beginning of this function so if the user is not logged in you can show the “Log in” link rather than the button.
amin007ParticipantIt’s hard to tell without actually trying but I don’t see why it won’t work with the theme you are wanting to use.
As far as the payment processing… it will be a lot easier if you can use eStore for creating the buttons to accept membership payment. You should also be able to hook eMember to the build in ecommerce functionality of the theme but this will require you to understand code and hook up the post payment membership creation process.
amin007ParticipantThis is a different issue that I will need to take a look at on your site. I have sent you and email
amin007ParticipantI see what you want but the problem was that many people wanted different variations (e.g. only price, only name, price in bold, price in blue etc). Now, I have no way of accommodating all these different requests so I just went with the basic button so the user can customize the way they want to display the product details.
amin007ParticipantThere is no option for “Sale Approval”… the pay per lead model is when you want to pay for leads not actual conversion.
I understand the neeed for installments payment but couldn’t you use the “Subscription” payment option from eStore?
http://www.tipsandtricks-hq.com/ecommerce/how-to-add-a-subscription-button-for-recurring-payment-400
amin007ParticipantBasically you are after the follwoing:
Non-member decides to become a member >> clicks the “join now” link >> goes to page offering 2 membership levels (personal/developer) >> clicks their desired membership level >> gets taken to paypal >> is then redirected back to membership sign up page >> signs up/logs in >> See all content but this time a download link (or a special page with all the content to download)
Now, all of that should be doable with eMember and eStore. The eMember demo site has a good example of this.
http://www.tipsandtricks-hq.com/eMember-demo/
Once you go to the site you can choose to become a member and once you become a member you can access the “Member’s only download” page (http://www.tipsandtricks-hq.com/eMember-demo/members-home/members-only-download)
This page has all the download links for all the products that the member can download. The download links are made with the following eStore tag:
[wp_eStore_download_now_button id=1]
The above tag display a button that lets the visitor download a product (this way the actual location of the product doesn’t get revealed to the user when they download it)
amin007ParticipantIt’s your choice… you can have one page for both. Most people like to have two separate pages.
amin007ParticipantDo you have the “Use Strict PayPal Email Address Checking” checkbox checked?
If you do using Email alias for you PayPal account will also flag a verification failure.
Uncheck that if you want to use Email Alias.
amin007Participant@meisan, please provide a valid link so I can check it out. The URL you posted gives a 404 error.
@hooperbill, your issue is related to this one here:
Once that one is taken care of it will automatically get fixed.
January 31, 2010 at 12:22 am in reply to: Updating quantities and deleting an item not working #16975amin007ParticipantNope you don’t need an update. On some servers the apostrophe still causes issue for some strange reason… I will need to take a look at your server. I will send an email to you.
-
AuthorPosts