Forum Replies Created
-
AuthorPosts
-
February 9, 2012 at 4:51 am in reply to: Customer Orders 'Download' Video But Link Is 'Pay Per View' Version #41703
admin
Keymaster1. The display you have on the above mentioned page doesn’t seem to be using a standard eStore shortcode. How come you have two different “Add to Cart” buttons but one variation for them?
2. Load a fresh build of the plugin:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
3. Please notify me here once you have done step 2 so I can go back and check that page again.
February 9, 2012 at 4:46 am in reply to: How to know if I have the latest version of the plugin? #26487admin
KeymasterThe “version info” page lists the *stable* version details of the plugin not the current build. We only mark a version *stable* once we have performed significant amount of testing.
admin
KeymasterYou may have missed the section where it says the following:
“eStore has shortcodes that lets you dynamically retrieve a specific details of a product (for example: the product name, price etc.)”
Check the shortcodes list for more details but you can retrieve the Name, Description, Thumbnail of a product, price etc just by using shortcodes. And then you can style them however you want.
This post will explain with examples:
Add to cart buttons are not Fancy3 specific which is why there is no class for fancy3 only.
admin
KeymasterPlease get a new build of the payment gateway bundle from here and check it out. It should send the customer details to PayPal without any issue:
February 9, 2012 at 4:07 am in reply to: How to make a Pay for online Video viewing site with access for 30 days #18136admin
KeymastereMember’s “Enable Secondary Membership” feature can come in handy as your members can have multiple levels in their profile that gives them access to all the levels they purchase but yeah I agree with you. We are looking to add a feature in eMember that lets you sell access to an individual post or page (no need to create a membership level for it).
The alternative is to change eStore so it doesn’t remove the APR cookie when the customer closes the browser but that can introduce a potential security risk as stated by wzp.
February 9, 2012 at 2:19 am in reply to: Mailchimp interfering with autorespoder & buyer email notification #41758admin
KeymasterAs far as the plugin is concerned it sent all the emails fine. Some server’s do have restrictions on sending email where the “From” and “To” address are the same. Also, it is possible that your server is not routing the email that you created with david@your-domain.com because there are multiple emails being sent to the same address at the same time. This post has more details on this:
admin
KeymasterYou just make multiple email parsers on your AWeber account for each plugin. Didn’t you make a new parser for the affiliate one?
February 9, 2012 at 1:58 am in reply to: Download notification to admin for free download via squeeze form #38816admin
KeymasterYou can use the following:
$body = "Some text that will go in the body of the email. The email was sent to: ".$email
wp_mail("your_email@address.com", "Notification Subject", $body);admin
KeymasterCouldn’t you use the following on this page so show only categories 1, 4 and 5?
[wp_eStore_category_fancy id=1]
[wp_eStore_category_fancy id=4]
[wp_eStore_category_fancy id=5]February 9, 2012 at 1:53 am in reply to: Whats the widget php function to display the compact version of the cart #41534admin
KeymasterThe following will show how many items there are in the cart when its not empty. It will show an empty cart when its empty:
<?php echo eStore_show_compact_cart(); ?>
So, it will show something all the time.
admin
Keymasteradmin
KeymasterCheck for the following throughout the code and change it to the format that you like:
date ("Y-m-d")
Changing this is not recommended as it has a big chance of breaking the plugin (make sure to keep backups).
admin
KeymasterYou shouldn’t need to change file permissions. Anyway, just take a look and make sure that they have 644 permission for files and 755 for folders.
February 9, 2012 at 1:36 am in reply to: How to serve cached pages only to those that have logged in through eMember #41629admin
KeymasterYou simply integrate eMember with WordPress users then check the option to serve cached pages to logged in users (if the caching plugin has the option to do so).
This page will explain how you can integration WordPress users with eMember:
admin
KeymasterNope, eStore doesn’t have an option to add free gift.
-
AuthorPosts