Forum Replies Created
-
AuthorPosts
-
amin007Participant
I have a feeling you used a currency symbol in the value. did you just enter the the following in the “Shipping” field?
0.0001
or did you use something like $0.0001?
PayPal is very sensitive about symbols in the price field.
amin007ParticipantHi Stephanie, this seems like a classic case of PHP session not working on your server. your hosting provider should be able to help here.
Please have a look at this thread whereby other people had similar issues and see how it got resolved (maybe it will give you some ideas)
Let me know how you go.
I took a peek at your site btw and it looks pretty cool
December 29, 2009 at 10:38 pm in reply to: Updating quantities and deleting an item not working #16970amin007ParticipantHi Scott, this used to happen when you have special character e.g. apostrophe (‘) in the “Product Name”. But this has been fixed a long time ago… what version of the eStore are you using?
amin007ParticipantSent you an update that should take care of it.
amin007ParticipantHave you add the “Shopping cart” somewhere on your site? e.g. the sidebar or on a page or post? The shopping cart displays what items the customer has added to their cart.
amin007ParticipantThat’s where the issue is… the instruction (http://www.tipsandtricks-hq.com/wordpress-estore-and-nextgen-gallery-integration-create-photo-shop-1200) says to use the following shortcode to display the gallery:
[nggallery id=1 template=wp-eStore]
Please see the “Displaying the Gallery” section of the instruction.
amin007ParticipantAlso, can you please tell me what nextgen gallery shortcode you are using on your page to display the gallery?
amin007ParticipantAlrighty… now I have a better idea of where you are after… from my experience most of the time people miss a step or two from the instructions at this page which is why the integration doesn’t go smooth:
WordPress eStore and NextGen Gallery Integration to Create Digital Photo Store
Can you please confirm that you have followed the instructions correctly?
amin007ParticipantI understand you are having some difficulty with the WP eStore plugin but just telling me that “I find the thing simply does not work” doesn’t really help.
If you explain what the issue is (which part isn’t working) then I will be able to assist you in resolving it.
Also, please read this post if you get time so you understand how to get help:
https://support.tipsandtricks-hq.com/forums/topic/how-to-get-help-please-read
amin007ParticipantHi Kate, yeah sure… I will take a look at your system.
amin007ParticipantCool.. I will send you the bit of code that needs to be added to the IPN handling script for the commission awarding.
December 28, 2009 at 11:06 pm in reply to: Call to a member function getUserInfo() on a non-object #16955amin007ParticipantThis is not your fault. Last night I released an update which seem to cause this if you use it without the WP eMember plugin (obviously I tested this when the eMember plugin was active). I have given you an update that should solve this issue. Really sorry for any inconvenience that this caused.
amin007ParticipantI have never done an integration with this plugin yet. As far as I know the plugin you mentioned has it’s code encoded so you can’t tweak it. Usually, a 3rd party integration requires a little bit of code to be inserted in the other plugin but if you can’t modify it then I am not sure if this will work.
Anyway, what sort of payment button are you using? Can I see a sample of it?
amin007ParticipantYou shouldn’t get any error for mac (I have many customers who use apple mac). Did you try this video tutorial on how to install the plugin?
If the zip file got corrupted somehow then I can always give you a new one. Please try the video tutorial and get back to me.
December 27, 2009 at 3:25 am in reply to: Adding product thumbs next to item titles in shopping cart list #16908amin007Participantusing a thumbnail image specified in the “Additional Product Details” field is easier as you have access to this information.
You can add a new column for the image thumbnail or add it in the “Product Name” column. You will have to add the URL of the image in the ‘eStore_cart’ session variable when the product is added to the cart. Then you will be able to embed the image in the cart next to the item details when displaying the shopping cart.
-
AuthorPosts