Forum Replies Created
-
AuthorPosts
-
adminKeymaster
You need to get your hosting provider to look in the server log file to see what is going wrong. This post will explain more:
https://support.tipsandtricks-hq.com/forums/topic/error-500-internal-server-error
October 1, 2011 at 12:43 am in reply to: Customer Input Text – Change the custom input box to a text area #37170adminKeymasterThis documentation should help (check the
How to make the "instruction" input box bigger
section):http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-miscellaneous-tweaks-215
October 1, 2011 at 12:25 am in reply to: Lightbox Ultimate – Set up several videos on one page #36436adminKeymasterWe modified our plugin slightly to accommodate this better. Please do the following:
1. Deactivate and delete the currently installed version of the plugin(s).
2. Download a fresh build of the plugin(s) from here:
https://support.tipsandtricks-hq.com/update-request
3. Upload and activate this version of the plugin(s).
4. Open the “wp_lightbox_ultimate_custom.css” file from this plugin’s folder and search for the following code block:
.lightbox_ultimate_image_anchor
{
}Once you find it change it to the following:
.lightbox_ultimate_image_anchor
{
float:left;
}That should make it to where all your anchor images will stack side by side and go to the next line when it reaches the width of the page.
Obviously you can add more customized CSS to add margin, border, padding etc to the anchor image.
adminKeymasterThis should help (read the 2nd and 3rd post in that thread which is applicable for eMember too):
adminKeymasterCan you tell me what version of PHP your server is using now?
adminKeymasteradminKeymasterThis might be a better option for your situation:
https://support.tipsandtricks-hq.com/forums/topic/collecting-customer-input-with-wp-estore-plugin
September 29, 2011 at 11:52 pm in reply to: Lightbox Ultimate – Set up several videos on one page #36434adminKeymasterDo the following exercise first…
1. Create a new WordPress page (just for testing)
2. Forget about the lightbox ultimate plugin for now.
3. Just embed/place/organize 9 images (just the images) however you want it to display on the page. Remember, you are simply using the WordPress editor to place 9 images on this page however you want.
4. Now post a link to that page where you have the images so I can go and check it out.
adminKeymasterGlad to hear that.
adminKeymasterYou used a wrong shortcode to place the button. This document will explain how to place an Actual “Buy Now” type button:
adminKeymaster@tripp, This post will explain why this age old trick does not work with eStore:
What happens if someone modifies the product price in an hacking attempt
Tell that customer to go ahead and make a payment and get the product for free. If he can get it for free using his *trick* then why is he asking you???
adminKeymasterWe had to temporarily disable the Google First Click Free feature in eMember due to another issue:
Once we sort this issue out we will add documentation for how to use this feature.
adminKeymasterLook in the following file:
view/eStore_shipping_details_view.php
adminKeymasterThe registration form is not as trivial as it looks on the outside. With the option to integrate with autoresponder, affiliate plugin, ajax field validation, custom registration fields etc., it has to manage a few things which makes it hard to offer a varying registration fields option.
With that said, we have actually introduced a member account creation API in eMember. This allows you to create a member account from you application. This API is not that advanced but you can potentially design/develop your own registration form which uses this API to create the membership account. I just have to write up some documentation for this.
adminKeymasterAuthorize.net shows the content of your “Return URL” page inside the following page (they don’t fully redirect to the return URL like PayPal does… its how they work):
https://secure.authorize.net/gateway/transact.dll
You should not get that error though. This means something is still not correct. Basically, auth.net is having difficulty with the redirection (if the server does not respond with the proper status code then this can happen).
You have the same return URL value in eStore’s “Return URL” field and in your auth.net account right?
Also, can you test a transaction with the “Debug” option in eStore DISABLED and tell me if you see a difference?
-
AuthorPosts