outofbounds
Forum Replies Created
-
i upgraded to version 5.1 of plug-in. I see all the enhanced ecommerce events firing now, except the transaction/thank you page!
on that page (http://www.kavador.com/thank-you-page/?order=16638&key=wc_order_5854152f51ea2) there is no ecommerce data layer. What would be the reason the data layer is not being populated on the thank you page? What functions or data does the plug in need in order to fire correctly?
More information to help anyone troubleshoot:
- tag manager set up screen snapshots: http://imgur.com/a/okHsN, http://imgur.com/a/atxAo, http://imgur.com/a/L3zdL
- GTM plug in configuration:http://imgur.com/a/OBEvk
http://imgur.com/a/2L7iH - video screencast of test transaction with gtm preview window – https://goo.gl/p5YWNu -you can see data layer on all pages except on final transaction/thank you page. for some reason, maybe plug in doesnt recognize that page as thank you page?
- This reply was modified 9 years, 5 months ago by outofbounds.
Forum: Fixing WordPress
In reply to: relative URLSthanks andymike!!
i looked at the local DB that i uploaded to the production server and did find instances of localhost.
i guess i thought the procedure i used to move WP from one server to another (http://codex.ww.wp.xz.cn/Moving_WordPress – see the section “If You Want Your Old Blog To Still Work”) would prevent this from happening.
what is your recommended way of keeping local and production instances up to date?
really appreciate it!
jay
Forum: Fixing WordPress
In reply to: relative URLSalso, this is only an issue with inline anchor text links. the nav is fine when pushing from local to production….. and when i made the anchor links locally, i used relative URLs… those are the ones that continue to prepend the localhost url when the site is migrated to production..
Forum: Fixing WordPress
In reply to: relative URLSvkaryl;
thanks for helping. yes i did. any other ideas?
Forum: Fixing WordPress
In reply to: Relative URL Links in Pagesmark; did u ever get this resolved? i have exactly the same issue.
thanks
jay
well, different things. today, on my dev/local instance, i added new pages, no new posts, just new pages. i also changed some settings in the admin area, played a bit with styles, etc…
thanks for your help..
jay
Forum: Fixing WordPress
In reply to: removing index.php from URLsthanks for the reply. i finally got it to work… the problem was the httpd.conf file on my local box/apache..
i changed a line to the following:
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>the allowoverride was set to none….