Forum Replies Created
-
AuthorPosts
-
amin007Participant
Either the value didn’t get saved or the company name you used maybe a bit too long. Just for testing try using a smaller company name (make sure to save the settings after you modify the value):
Fantasy Football <greg@aceintheholefantasyfootball.com>
Do a test and let me know what you find.
amin007Participant@cc77, I know for a fact that the issue is not on the shopping cart side (If you read all the posts in this tread you will see that every single time the issue was on the web host side or a site configuration issue or some other plugin messing the PHP session up). If you provide a URL to your products page I will be able to take a look and do some basic test and get back to you.
Are you using a caching plugin?
amin007ParticipantThis should help:
We are also in the process of adding a settings field in the settings menu for this item.
amin007ParticipantWe changed the functionality of the “required” field for checkbox type field so it needs to be checked when it is set as required (this sounds like a better option). It should now work the way you want it to work. Please get a new build of eMember from here to get this:
amin007ParticipantTo me that looks remaining debug from previous transactions. So for the new transactions you are not getting any debug at all. Few obvious reasons are
– You may have turned off IPN in your PayPal profile
– You may have added a plugin to your site which is blocking PayPal IPN (bad behavior plugin is known to do this)
– ect.
This post will help you:
https://support.tipsandtricks-hq.com/forums/topic/what-to-do-if-the-debug-file-is-empty
So go through that checklist to find out the problem. Once you fix that up you will start to get new debug info when you do a transaction (the time and date stamp on each debug line will help you understand if you are looking at new debug info that resulted from the transaction you just did).
August 13, 2011 at 12:59 am in reply to: NextGen Gallery Integration – Help on uploading large numbers of photos #35012amin007ParticipantSent you the email again.
amin007ParticipantThe CSV file seem to be missing any values after the “Description” field. Even if you don’t want to specify a value, those cells need to stay there.
This method might be easier for you:
amin007ParticipantThat will be little tough… the encrypted link generation process is a little complex (there can be lots of variation). I can tell you where to look for in the code if you are a developer.
amin007ParticipantThe way normal eStore product display works is like the following:
1. You add/create a bunch of products (you can optionally categorize them if you want)
2. You then use a suitable shortcode to display all the products or all the product from a particular category on a page using any of the available product display.
If you have a lot of products to add (step1) then you can use a bulk upload method to upload all the product details to the eStore database. Two possible options for this:
– http://www.tipsandtricks-hq.com/ecommerce/how-to-bulk-upload-estore-products-from-a-csv-file-775
If you are just selling images that are already in NextGen gallery then sticking with NextGen Gallery integration might be a good option for you.
amin007ParticipantWhen I go to that page I get a 404 error. Anyway, eStore has an option of combining products to make bundle products. Please read the help text below the “Digital Product URL” filed and you will figure it out.
August 12, 2011 at 11:34 pm in reply to: Nextgen Gallery & WP eStore: Will not display in gird view #35286amin007ParticipantIt was just on that page. Something didn’t look right so I switched to the “HTML” view of the editor and I could see all these HTML.
August 12, 2011 at 11:30 pm in reply to: Adding additional member levels/subscriptions to an account #35433amin007ParticipantYou still have any issue remaining or you figured this out now?
“the system never adds the level to the account” – If you still have this issue please run a test transaction with debug enabled and share the content of the “subscription_handle_debug.log” debug file.
If you can tell me which integration you are using for the payment button (plain PayPal or eStore) then I can give you more info on this debug.
August 12, 2011 at 1:33 am in reply to: No PayPal – What other Payment Gateways Take Credit Card? #35415amin007ParticipantGlad to hear that.. I like it when the hosting company takes an initiative and fix up their server configuration mistake
amin007ParticipantSimply use the following:
<?php if (wp_emember_is_member_logged_in()){?>
/* "Widget code goes here. It is now only visible to logged-in visitors." */
<?php } ?> -
AuthorPosts