Forum Replies Created
-
AuthorPosts
-
amin007
Participant@Scad, so you were having problem before the upgrade?
Did you deactivate and reactivate after the upgrade?
amin007
ParticipantIt means your server is using an older version of PHP. For security reasons it is always a good idea to use the latest version of PHP.
Anyway, if you can’t get your hosting company to upgrade PHP to the latest version then let me know and I will give you a work around.
amin007
ParticipantHi Pamela, If you follow the instructions on that page then it will work for the simple shopping cart plugin. Yes, it uses the “template file developed for estore” but the same template file is used for the simple cart too.
amin007
ParticipantThe file name is “eStore_payment_submission.php” look in the following function:
function submit_to_manual()
amin007
ParticipantI added two new shortcodes in the WP eStore that will work when you add a shortcode inside the description field (shortcode nesting). I have sent you an updated version of the plugin… use one of the following shortcodes:
[wp_eStore_fancy1 id=1]
or
[wp_eStore_fancy2 id=1]
February 26, 2010 at 8:40 am in reply to: IPN sent to the plugin (example, WP eStore) are failing #18204amin007
ParticipantThe example code in that URL is missing code after line 40. Not sure if it will help but if the example code was complete I could put together another IPN handling script for you to see if it makes a difference.
amin007
ParticipantPlease download v2.8 from the following URL:
I have added an option so you can specify if you want to force the customer to fill in an address during checkout but checking the “Must Collect Shipping Address on PayPal” checkbox in the settings menu of the simple shopping cart plugin.
amin007
ParticipantThere seems to be an issue with the library file that mailchimp has provided for the integration when you use the API option.
Please use the login option and it should work fine.
amin007
ParticipantUnfortunately, the Simple Shopping Cart do not integrate with PayPal Payments Pro.
amin007
ParticipantYou have protected the posts,pages,categories from the “General Protection”, which is good but have you given access to the “Silver” membership level so they can view the content? I had a quick look and it looked like “Silver” membership do not have access to the “restricted” page. which is why it is showing “Content is restricted”.
I have tried to explain the protection thing at this URL:
Let me know if it makes sense.
February 26, 2010 at 12:35 am in reply to: Add to cat button does not appear to submit anything #18388amin007
ParticipantDid you place the shortcode to display the shopping cart? When you click the “Add to Cart” button the product gets added to the shopping cart but if you are not displaying the shopping cart then nothing will happen. You can add the shopping cart using the following shortcode on a post or page or use the sidebar widget from the widgets menu.
[show_wp_shopping_cart]
amin007
ParticipantWhen you copy a product it copies every details of that product (e.g. description, download link, thumbnail image etc). So if you have specified a photo in the original product it will be copied to the new one too.
February 25, 2010 at 5:42 am in reply to: IPN sent to the plugin (example, WP eStore) are failing #18202amin007
ParticipantJust had a look at that URL. The workaround suggested in there doesn’t apply to our scenario as the eStore doesn’t use CURL for IPN validation.
Your client shouldn’t need to change the hosting company… Godaddy should be able to investigate why PayPal is having issue contacting their server and address it. There must be thousands of Godaddy users who uses PayPal so I am sure they allow PayPal IPN… there must be some server configuration/setup issue on your client’s server (Godaddy does have a bad reputation for it’s hosting side of things)
amin007
ParticipantIn the General Setting tab of eMember there is a field called “Enable After login Redirection”… do you have that checkbox checked?
-
AuthorPosts