Forum Replies Created
-
AuthorPosts
-
November 10, 2011 at 12:01 am in reply to: link to downloadable products showing in google search #35750adminKeymaster
Thank you! Added your tip to this post:
https://support.tipsandtricks-hq.com/forums/topic/download-directory-protection
adminKeymasterAnother good tip here (suggested by one of our users):
I am testing… and here is what seems to work for me: folder/directory permission set to 700, file permission set to 400.
Only the plugin can access it.
BUT, please try it in different browsers and see if it works 100% ok.
Of course, adding the .htaccess is good too.
adminKeymasterThis issue would be the same as this other one you had:
When upgrading the plugin it is essential to follow the upgrade instruction:
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-installation-and-usage-guide-31#upgrade
adminKeymasterYep, that would definitely do it. That email tag was added recently so if you are not using the new version then it won’t work. What you should do is reapply your change to the new version’s “paypal.php” file.
adminKeymasterWe actually have someone working on eWay… there is a very good chance that the eWay payment gateway will be added to the payment gateway bundle within the next two weeks:
https://support.tipsandtricks-hq.com/forums/topic/wp-estore-and-payment-gateway-bundle
adminKeymasterYou can also check the following checkbox in the Manual Checkout settings section of eStore:
Automatically Award Affiliate Commission
This will automatically award the commission after a sale but later if the customer doesn’t follow up with the payment then you can delete the commission.
The admin notification email that you receive will also have the referrer ID (if any) associated with that transaction. More info on this here:
adminKeymasterThis can only be done with the eStore an Affiliate plugins. Since these are both our products we can integrate them more closely. This option needs to be set in the product level and when you use an external eCommerce plugin there is no option to do that.
November 9, 2011 at 10:52 pm in reply to: How to modify contact form of manual checkout/gateway #26674adminKeymasterYes the “eStore_check_address_details” function has been moved to the “eStore_manual_gateway_functions.php” file.
adminKeymasterAll those links are accessible from our documentation index page (all it take is for someone to actually spend a bit of time going through the items):
http://www.tipsandtricks-hq.com/wordpress-membership/
If you look at the following two entries you will see that they link to those URLs we gave you:
– Displaying a Compact Login and Join Us Message
– WP eMember Miscellaneous Tweaks
adminKeymasterThe on page manual checkout form does not show the right hand column because it won’t fit in a normal WordPress page. You can simply add the shopping cart to your sidebar or above the form to show your customer what items are in the cart.
adminKeymasterYou can’t use the inventory control fields for this. Use the description field instead. You can place your rating shortcode inside the product description field and it will show up when the product is displayed using a fancy display that shows the description.
November 9, 2011 at 10:31 pm in reply to: Photo eStore with NextGen Gallery – watermark or not? #38289adminKeymasterThere are two NextGen gallery integration options each have pros and cons. This is explained on the documentation that you just followed but you probably didn’t read it. Read “Why configure every product separately” link from this documentation and it will explain:
http://www.tipsandtricks-hq.com/ecommerce/nextgen-gallery-alternate-integration-method-805
adminKeymasterOpen the “lib/gateway/Authorize.php” file and search for the following line:
$this->gatewayUrl = 'https://secure.authorize.net/gateway/transact.dll';
You need to change that to the gateway URL provided to you by your payment gateway:
$this->gatewayUrl = 'https://payment.redfinnet.com/aim/transact.aspx';
Another user was using an Authorize.net emulator. More details on that here:
https://support.tipsandtricks-hq.com/forums/topic/replace-the-current-transaction-processing-url
November 9, 2011 at 10:19 pm in reply to: Admin function – encryped download link 'exceeded limit for this page' #38278adminKeymasterI didn’t realize you set it to 120. Anyway, that should work fine because the plugin won’t complain unless the link has been clicked that many times.
The “Random Code” is used when generating the encrypted download link. Even though it is randomly generated some people like to change it to something that only they know (this makes reverse engineering of the URL impossible if anyone was to try it).
November 8, 2011 at 11:39 pm in reply to: Admin function – encryped download link 'exceeded limit for this page' #38276adminKeymasterIf you are creating one link and sending it to hundreds of people then it won’t work as that link will stop working as soon as 3 people have used it. The plugin is doing what you are telling it to do which is don’t let this link be used more than 3 times (just because you are sending it to hundred people doesn’t change this).
You need to generate a separate link for each of your customers if you want to restrict the number of times a link can be used. In your situation the best option would be to temporarily disable the “number of times” when you send out a link to your list (only use the time expiry option).
-
AuthorPosts