Forum Replies Created
-
AuthorPosts
-
August 4, 2011 at 12:04 am in reply to: Lightbox Ultimate – You must disable to free version to use this version #35114amin007Participant
The lightbox ultimate can do everything the free one can do and way more so there is no need to have two plugins with similar functionality.
amin007ParticipantPlease contact us using the form here explaining what you need in the receipt and we will send you one:
August 3, 2011 at 11:57 pm in reply to: Editing files in "affiliates" folder doesn't affect the front end pages #35034August 3, 2011 at 11:54 pm in reply to: Buyer Email Body and Seller Email Body can't display Chinese properly. #35056amin007ParticipantLets try one little tweak. Please open the “paypal.php” file and search for the following line of code:
array_push($product_name_array, $cart_item_data_name);
Once you find it please change it with the following:
array_push($product_name_array, $retrieved_product->name);
Please do a test transaction after the change and let me know if you see any difference.
amin007ParticipantUnderscore or dash doesn’t matter. All that matters is that you delete it old version totally then upload a fresh new version. I sent you an email to get site access so I can check it out.
amin007ParticipantSorry to not reply earlier… we mainly use this support forum to reply to plugin issues only (troubleshooting problems) otherwise this becomes a burden to maintain the level of product support we offer. You can use the contact form to contact us and someone might be able to help you.
August 3, 2011 at 9:32 am in reply to: NextGen Gallery Integration – Help on uploading large numbers of photos #35005amin007ParticipantYes you are correct… the 2nd method won’t know any difference. It will simply send the image that is being used in the NextGen Gallery to the customer.
If you want to customize which version of the image gets sent to the user after a purchase the 1st method is the way to go. You can bulk upload items to eStore using one of the following techniques:
1. http://www.tipsandtricks-hq.com/ecommerce/how-to-bulk-upload-estore-products-from-a-csv-file-775
Use the table name exactly as it says in the documentation.
August 3, 2011 at 9:30 am in reply to: Editing files in "affiliates" folder doesn't affect the front end pages #35032amin007ParticipantFor option 2 you need to change the files inside the “view” directory of the plugin.
amin007ParticipantThe most likely cause for this is when the database table columns get out of sync (this can happens if you update the plugin without following the update instructions for that plugin). Please get fresh build of the plugin in question from here then follow the update instruction for that plugin to correct the situation (each plugin has specific update instructions on the documentation site of that plugin):
amin007ParticipantI tested this on our test server today to make sure there is nothing weird going on. Please update your copy of the eMember plugin with a fresh build of the plugin from here:
https://support.tipsandtricks-hq.com/update-request
This is what you can expect to see… when the plugin receives the end of term notice from PayPal it sets the account status to “unsubscribed” (The debug confirms that the plugin is doing it now that you have specified a subscription duration value). What this means is that the account will be active until the subscription duration period has elapsed since the date the member’s joining date. Please let me know how you go after the update.
August 3, 2011 at 7:25 am in reply to: Assign multiple level purchases to single member login #35074amin007ParticipantThe membership payments are meant to work linearly… you buy one membership first then you can add more memberships to your profile (if you are using the multiple membership feature). Since you are buying 3 memberships in one go the plugin is getting confused as to which one should be the primary membership (it can’t handle that). Let me look at the code and see what I can do.
amin007ParticipantI am not sure what you mean. If you have a section of the post or page protected then it will also be protected in the feed.
amin007ParticipantUsing a plugin that offers this option by default would definitely be a better solution for you. I am never a big fan of hacking the code since it can cause other issues.
amin007ParticipantWP eMember has validation to stop people from being able to submit empty form (certain fields must have values before the form can be submitted).
To find out what I mean go to the demo site here and try to submit the registration form with empty fields and you will see how it stops you:
http://www.tipsandtricks-hq.com/eMember-demo/members-home/registration
With that said, I believe there maybe JavaScript conflict on your site which is preventing eMember from doing this validation. I would first recommend you to get a fresh build of the plugin from here (we continuously add more conditions in our plugin to fight the JavaScript conflicts that stem from other plugins):
https://support.tipsandtricks-hq.com/update-request
Let me know how you go after that.
August 3, 2011 at 4:41 am in reply to: Discount applied successfully! Total Discount: $-99.00 ???? #25556amin007ParticipantPlease get an updated build of the plugin from here and update your site
-
AuthorPosts