Hi there,
I have a number of special offer pages which have some javascript designed to do the following:
But, if someone purchases the product then the retun page from the purchases review page is back to the expiry page found in the javascript:
$('#defaultCountdown').countdown({until: ExpiryDay});
$('#year').text(ExpiryDay.getFullYear());
}
else
{
window.location="http://www.beamingbaby.co.uk/baby-products/<some epiry page URL here>";
}
I cannot immediately see how Sellerdeck is assuming that a URL mentioned in a section of code should be the return page rather than the URL of the product page!
Has anyone had similar experience or can anyone suggest how this is happening?
Many thanks
Beaming Baby
I have a number of special offer pages which have some javascript designed to do the following:
Show a countdown timer remaining on the offer
Redirect to an expiry page should the offer have expired.
Redirect to an expiry page should the offer have expired.
But, if someone purchases the product then the retun page from the purchases review page is back to the expiry page found in the javascript:
$('#defaultCountdown').countdown({until: ExpiryDay});
$('#year').text(ExpiryDay.getFullYear());
}
else
{
window.location="http://www.beamingbaby.co.uk/baby-products/<some epiry page URL here>";
}
I cannot immediately see how Sellerdeck is assuming that a URL mentioned in a section of code should be the return page rather than the URL of the product page!
Has anyone had similar experience or can anyone suggest how this is happening?
Many thanks
Beaming Baby
Comment