digiholic
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] What hook should I use here?It looks like that one gives order_id. Is there a way to get that into the actual order object?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Not actually making anything HTTPS at allWell, it loads the HTTPS url now, but now it says it’s in a redirect loop.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Not actually making anything HTTPS at allSo, I can’t edit my post, and for some reason, the forum hiccuped while I posted this and posted it six times. Sorry about the spam, but I can’t actually access any of the other posts to delete them.
Does anyone know how I can track this page, even if it’s not with the plugin? What code do I put there?
To be exact, I need the page http://www.l4sb.com/limited-engagement-agreement/ to be between shopping cart and checkout on the report. I have it in the analytics E-commerce settings, but the checkout behavior page shows no conversions from cart to agreement, even though it also shows zero dropoffs.
If my shopping flow doesn’t follow that pattern, what can I do to change those labels?
Having the same problem.
He’s referring to this tutorial:
http://www.tatvic.com/blog/enhanced-ecommerceI’m tired of this plugin constantly giving me the run-around. I don’t even know what it’s even doing if I have to put in all of this code myself. It’s not working out of the box, and there’s not a single piece of information anywhere on how to get this freaking plugin working.
I’m beginning to wonder where all of these good reviews are coming from, honestly.
Forum: Plugins
In reply to: [WooCommerce] Shopping Behavior in Google AnalyticsI’ve asked there as well, but the more I dig into it the more I think the addon doesn’t do what I expect it to do. Posted here in case there’s a non-plugin (or just different plugin I don’t know about) solution. If I do have the right plugin and it’s not working, I apologize.
Forum: Fixing WordPress
In reply to: robots.txt continues to exist despite all effort in removing itSo, it turns out that all of the stuff I was doing was working, but Dreamhost has like five different caches that all had to be individually cleared. A warning for anyone who is using dreamhost, here’s the command I ran on the file system to clear it out and let it actually use my updated robots.txt:
curl -X PURGE "http://URLTOPAGE.*"; wp cache flushWith URLTOPAGE being whatever shows up after the http when you view your page. I also had to make sure I used www here, as that was what my page showed in the URL box. Without the www, the cache did not clear.
Forum: Fixing WordPress
In reply to: robots.txt continues to exist despite all effort in removing itI’ve dropped in a replacement robots.txt file, but the file on the website remains unchanged. None of the plugins or themes are interfering with it either.