Forum Replies Created
-
AuthorPosts
-
adminKeymaster
Thank you… a lot of users were just embedding the bookmark shortcodes without enabling the features so we added that check.
You can turn check off just by tweaking one line. Open the “eMember_bookmark_utils.php” file and search for the following line of code:
if(!$enable_bookmark) return EMEMBER_BOOKMARK_DISABLED;
once you find it simply delete that line and it won’t do that check anymore.
The filter you need to add is for the following function (this function show the bookmark buttons):
boomark_handler
The above function name has a typo but the computer does’t care about that
August 19, 2011 at 11:23 pm in reply to: WishList Member and eStore Integration (SKU not working) #35702adminKeymasterWhat version of eStore are you using?
Did you do everything explained here?
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-and-wishlist-plugin-integration-448
August 19, 2011 at 11:20 pm in reply to: Allowing non-admin user profiles to USE the eStore pannel through wp-admin: #35704adminKeymasterYou can use any of the following as the management permission to let authors and above have access to the eStore plugin admin dashboard:
– publish_posts
– edit_published_posts
– upload_files
For example use the following:
define("ESTORE_MANAGEMENT_PERMISSION", "publish_posts");
August 19, 2011 at 3:50 am in reply to: Is it possible to integrate eStore with the shareasale affiliate network? #35634adminKeymasterIt will need some custom coding but it should be doable. The Merchant ID is your account ID for the shareasale account right?
Most of these information is available to your after the purchase. So basically from the “Thank You” page you need to execute the following code:
<img src=”https://shareasale.com/sale.cfm?amount=AMOUNTOFSALE&tracking=TRACKINGNUMBER&transtype=TYPEOFTRANSACTION&merchantID=34014″ width=”1″ height=”1″>
If you have the “Thank You” page delivery in place then you should be able to add this there.
August 19, 2011 at 3:37 am in reply to: Google Analytics stopped tracking e-commerce transactions #35607adminKeymasterI would first disable cloudflare totally and do a test transaction and see if the tracking works fine. That should prove if the issue is indeed coming from cloudflare. Then you can look into the specific section of cloudflare to see which options is introducing the issue. Just remember that you need to give it some time for it show up in your analytic account (the tracking is not real time)
adminKeymasterYou didn’t mention your WordPress version. What version of WordPress are you using? I Know that WordPress changed the default user role management in WP3.0 so I am trying to determine if that is affecting this.
adminKeymasterWP eStore doesn’t have an option like that but we can potentially custom code something for you. Please use the contact form here if you are interested and we will discuss options:
August 19, 2011 at 1:05 am in reply to: Google Analytics stopped tracking e-commerce transactions #35604adminKeymasterYour setup looks fine… the following should do the job:
Rejected Cookies:
ap_id
cart_in_use
eMember_in_use
WP eStore is only responsible to add the following tracking code to the analytics tracking plugin which it is doing fine after the transaction. Beyond that I don’t really have any way of knowing what else could be interfering with the tracking (I really have no way of troubleshooting external analytics account related issues):
['_addTrans','1M303855EU897523A','The Pumpkin Lady','0.01','0.00','0.00','Powhatan','VA','United States'],['_addItem','1M303855EU897523A','547','Humdrum Dragon','','0.01','1'],['_trackTrans'];
adminKeymasterThis will need to be custom coded. Please contact us here if you are interested and we can discuss more (when contacting us mention this forum thread so whoever gets it will have a reference):
adminKeymasterI see the issue now… you embedded a “Buy Now” type button which is a PayPal feature.
You need to use the “Add to Cart” type buttons so when someone adds the item to the shopping cart the shopping cart can send the user to the appropriate payment gateway. If you don’t know how to setup add to cart type buttons with shopping cart then please see the 2nd video from this page:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-quick-setup-and-usage-video-tutorial-593
adminKeymastereMember itself has an autoresponder integration too. When you use that it subscribes the member when he/she registers (free or paid). You can use that option for your free members.
adminKeymasterEach eStore payment buttons have the following CSS class attached to it:
eStore_button
You can add your custom CSS for the above class in the “wp_eStore_custom_style.css” file to customize the look and feel feel of that button.
adminKeymasterWhat version of WordPress and WP eStore are you using?
August 19, 2011 at 12:31 am in reply to: encrypted links not working, cant find solution on forum #32752adminKeymasterThis post might also be helpful:
-
AuthorPosts