Forum Replies Created
-
AuthorPosts
-
amin007Participant
Hey Frank, you should be able to have different sales page for each membership. The plugin doesn’t care which page a payment button for membership is placed on. As long as each payment button is hooked to the correct membership level it’s all good.
So I would create a sales page for each membership/product then put links to all of them on the “Join US/membership Payment page”. This way they can be accessed separately (by going directly on that sales page) or thru the “Join us” page that have links to all the sales page/products.
February 3, 2010 at 9:54 pm in reply to: Infintiy Remix Theme – no title bar / font too big for widget title slots #17698amin007ParticipantThere is an image file called “logo.png” in the Images directory of the theme. This is the image that gets shown on the header. Looks like this file is missing… please delete the theme from your server then re-upload a fresh copy. You will most likely want to put your own logo or site name so modify the PSD file that comes with it or design your own logo and name it “logo.png”. Then place it in the “images” directory of the theme.
The shopping cart will need a bit more room so it is a good idea to add the cart widget in the “Sidebar Bottom” or “Sidebar Top” area of the widget. This way it will be able to use the full width of the sidebar.
amin007ParticipantSorry to hear that. It doesn’t work with Moneybookers unfortunately. It does work with 2Checkout though so you can maybe look at their site to see if you want to use them.
amin007ParticipantDeleting the whole directory and re uploading the new version is a nice and clean way to update the plugin (No data gets lost in this process either). The only reason I do not tell people to delete the plugin directory is because some people may choose to store their downloads in the “downloads” directory of the plugin and deleting the whole directory would mean they would have to re upload all the downloadable files.
amin007ParticipantPlease post a link to the page where you are testing this (It helps me understand the problem if I can see it)
amin007ParticipantThanks for posting it… looks like in your case it is the “Fund not cleared” issue so taking care of that will fix it.
amin007Participant“When PayPal finally decides to approve the transaction, do they send notification back to the WP eStore so that the product delivery email can be sent?” – The answer is yes.
“IPN product validation failed” – this does not mean that the payment is in review state. It could fail for other reasons too… the debug file should have more info as to why it failed though.
amin007ParticipantI understand your concern… I actively support my plugins so if something like this happened (highly unlikely) it would be my top priority to address the issue and release an update (I would say, you should have something within a day or two)
amin007ParticipantI am pretty sure the update didn’t happen properly. Do the following:
1) Deactivate and delete the eStore plugin from your site (deleting the plugin do not cause you to loose any data so don’t worry)
2) Now upload and activate the new version (Please post the version number here after you install it).
If you are still having issues then I will take a look at your site.
February 2, 2010 at 7:32 am in reply to: Refresh Web Page Increases Shopping Cart Item Quantity? #17677amin007ParticipantThis is how the browser works. If you have performed a HTTP POST operation (e.g just added a product to the cart) then if you refresh the page, the POST operation will get executed again and thus adding the product again to the cart.
amin007ParticipantYou should be able to do the following modification to achieve this.
1. open the “eStore_button_display_helper.php” file
2. search for the following line of code:
function get_variation_and_input_code($ret_product,$line_break=true)
3. Once you find it, replcate it with the following line:
function get_variation_and_input_code($ret_product,$line_break=false)
that should make the variations stack sideways.
amin007ParticipantThanks… I have added a PDF files listing the shortcodes on the documentation site:
amin007ParticipantThe button you added has the name “Buy Now” but it’s actually an “Add to Cart” button so when you click on it the item is getting added to the cart. Since you are not displaying the Shopping cart you are not seeing the item in the cart.
If you want to place a “Buy Now” type button (a button when clicked takes you directly to paypal for payment) then use the following function:
<?php echo print_eStore_buy_now_button(1); ?>
1 is the Product ID here.
amin007ParticipantIt will be easier to see what the issue is if I can take a look at your site… I will send you an email.
February 2, 2010 at 12:02 am in reply to: Please login to view this content. (Not a member? Join today). Not showing #17670amin007ParticipantAh I see.. you are using the “Section Protection”. When you use section protection it only shows the following text
“This content is for members only”
If you click on that text it will take you to the login page.
The reason for not putting the “Login now” and “Join Now” links there is that if you have multiple sections protected in a page it looks a bit ugly. Maybe we will change that text.
-
AuthorPosts