I want to redirect the shopper to the main shopping page after they've added an item to the cart. I am using Business Catalyst to build the cart, and I'm seeing a lot of outdated solutions to this problem but not many new.
Here is what the button looks like right now:
<input class="productSubmitInput" name="AddToCart_Submit" type="submit" value="Purchase Now" onclick="AddToCart(150613,5623468,'',4,'','',true);return false;" />
What do I do??