divinelighting
Verified User
- Joined
- Mar 17, 2008
- Messages
- 108
I have 2 different shopping carts, zencart and magento. Both have a review button on the checkout confirmation page, and both worked a couple of weeks ago. Suddenly they both stopped working. The only server change I remember doing is custombuild update.
Maybe that didn't cause the issue...I'm open to ideas. Here is the script on checkout page:
The problem is that clicking on the button goes to
not
Since it is doing this on 2 separate user accounts, I figured it was a server issue.
Maybe that didn't cause the issue...I'm open to ideas. Here is the script on checkout page:
PHP:
</script>
<script type="text/javascript" charset="UTF-8" src="https://www.pricegrabber.com/rating_merchrevpopjs.php?retid=7386"></script>
<noscript><a href="http://www.pricegrabber.com/rating_merchrev.php?retid=7386" target=_blank>
<img src="https://images.pricegrabber.com/images/mr_noprize.jpg" border="0" width="272" height="238" alt="Merchant Evaluation"></a></noscript>
The problem is that clicking on the button goes to
PHP:
https://www.STOREURL.com/rating_merchrevpopjs.php?retid=7386
PHP:
https://www.pricegrabber.com/rating_merchrevpopjs.php?retid=7386
Since it is doing this on 2 separate user accounts, I figured it was a server issue.