Forum Replies Created
-
AuthorPosts
-
admin
KeymasterThis may be related…. There is also an option in the membership plugin that can be used to force your members to re-authenticate after XX minutes of browsing. To use this option specify the minute value in the “Logout the Member After XX Minutes” field of eMember settings.
January 24, 2012 at 8:49 am in reply to: Suddenly no e-mail and no track of sales after the purchase #41114admin
KeymasterLooks like the plugin is not even sending the email which means you probably unchecked the “Send Emails to Buyer After Purchase” option from eStore settings.
admin
KeymasterCompleted the addition of this shortcode. You can use the following shortcode to dynamically show a particular detail of a product:
[wp_eStore_product_details id=1 info="name"]
The above example will display the name of the product whose ID is 1. You can change the value of the “”info”” parameter to customize what details of the product you show. For example, the following shortcode will show the price:
[wp_eStore_product_details id=1 info="price"]
admin
KeymasterOne of the PDF stamper files was corrupted. I uploaded a fresh copy to your site using the WordPress plugin uploader and it is working fine now.
admin
KeymasterIssue #1. The following URL that you gave me gives a 404 so that needs to be corrected
http://fullpowergrowth.com/2012/01/23/testing-124/
Issue #2. You need to follow every single step outlined in the documentation for the integration you are trying to do. In your case you are doing an integration with the PayPal button but you didn’t do step 1?
admin
KeymasterIf you have a good hosting it will take less than 3 seconds to stamp 260 pages. So that option is always open for you.
Is the “Enable PDF File Encryption” checkbox checked in your PDF stamper settings? The encryption is CPU intensive so I would recommend turning that off if your are on a shared hosting.
You can also try enabling caching in the PDF stamper. Open the “wp_pdf_stamp.php” file and find the following line of code:
define('WP_PDF_STAMP_USE_CACHE', "0");
Once you find it change it to the following to enable caching:
define('WP_PDF_STAMP_USE_CACHE', "1");
admin
KeymasterYou can also place the following HTML code in your product description section which will do what you are after:
<a href="link-to-your-products-page">More Info</a>
See examples of this on our products page:
admin
KeymasterYou can’t have two products in two separate stores and do a combined checkout. You could do the following to get around the terms and conditions maybe
1. Have your sales page on a separate website.
2. The buy button on this separate site should just be a link to your main store page that takes advantage of the eStore’s add item via a link feature.
This way it will still have a separate site for that product but the product actually gets added on your main site when someone decides to buy it.
January 24, 2012 at 4:57 am in reply to: Suddenly no e-mail and no track of sales after the purchase #41112admin
KeymasterYour issues looks a lot similar to this one:
https://support.tipsandtricks-hq.com/forums/topic/email-notification-suddenly-stopped-working
admin
KeymasterThe examples you gave are sites where the business spent money to get those designs custom developed. You most likely won’t get a ready made WordPress theme that will look just like those. You can search for various eCommerce themes out there and see if you can find one that you like.
January 24, 2012 at 4:42 am in reply to: Categories not expanding (showing all content) in Firefox and IE #41092admin
KeymasterYou have mistake in your HTML tags. You started a bunch of paragraph tags (<p>) but you never closed them. Every paragraph tag (<p>) you start need to be closed with the paragraph closing tag (</p>).
Some browsers are more strict than others so it is important to follow the proper HTML guideline.
January 24, 2012 at 4:28 am in reply to: eStore/PDF Stamper/WordPress v3.21/MailChimp/ and now —->goMobi integration #41076admin
KeymasterI see what you mean. We only have support for iPhone, iPad and Android. We don’t have support for other mobile devices (we don’t even test them for those devices unfortunately).
January 24, 2012 at 4:23 am in reply to: Display text link to shopping cart only when items are in cart #41089admin
KeymasterThere are a couple of things that you can do:
1. Enable the “Automatic redirection to checkout page” option from the settings menu of the eStore plugin. This will automatically redirect the user to the checkout page when they add an item
2. Add the eStore widget to the sidebar then check the “Show Compact Cart in Widget” option which will place a compact cart with “View cart” link in there when you have items in the shopping cart.
admin
KeymasterThe issue you described is looking like a database related issue but your MySQL version seems okay. Lets try increasing the PHP Memory limit a little. Please change your memory limit value (memory_limit) to 128MB and give it a try.
admin
KeymasterI think you want to use an image set. This should help:
https://support.tipsandtricks-hq.com/forums/topic/problem-with-lightbox
-
AuthorPosts