tiresidedown
Member
Posted 1 year ago #
I've edited header.php in the default theme to reflect some new code for my ecommerce package, foxycart, but it's not appearing on live pages:
sample of edit, highlighted:
<script src="https://truenaturaltaste.foxycart.com/files/foxycart_includes.js" type="text/javascript" charset="utf-8">
old code still showing on the live site.
<script src="https://tightproducts.foxycart.com/files/foxycart_includes.js" type="text/javascript" charset="utf-8">
Does this take time to propagate? Can I trigger some update?
Thank you.
tiresidedown
Member
Posted 1 year ago #
You mean my browser cache? I've forced a reload and tried another browser. Did you mean some other cache?
Ya, I meant browser cache. Got a link to your site and can you tell me what it is supposed to be doing?
tiresidedown
Member
Posted 1 year ago #
Sure. Here's one page that is otherwise updated: http://tightproducts.com/garlic-juice/
It's supposed to be loading without the error popup! :)
The error is from a page it's trying to call related to my cart provider (Foxycart). It's trying to reach tightproducts.foxycart.com instead of the new truenaturaltaste.foxycart.com. Truenaturaltaste.com is going to be the domain; this is part of a migration process...
I updated the header.php, but the old header.php code is still on this (and every) page..