Bring Your Business to Life › Support › Image Store › Redirect after cart › Reply To: Redirect after cart
January 17, 2014 at 10:58 pm #56789
Xpark Media
Keymaster
Your question is not very clear, do you want to redirect the user just after they add a product to the cart?
To redirect users you can use javascript
<script type="text/javascript">
<!--
window.location = "http://www.google.com/"
//-->
</script>
or wordpress using wp_redirect()