Tips and Tricks HQ Support Portal › Forums › Simple PayPal Shopping Cart › Simple Shopping Cart Tweaks › Automatic redirect after "add to cart" › Reply To: Automatic redirect after "add to cart"
I sell services. Quesions:
1) Is this automated in wp-e store plugin? I really a hack and I think this what I would do, but not sure…
if($_POST) {
header(“Location: whatever.com/nextproductpage.html”);
…and where would I put it? Could I just stick it here?
Line 143 if ($_POST)
(should I place the code here or will it redirect too soon since it needs to process of of this other stuff?)
Line 145 {
Line 147 $count = 1;
Line 149 $products = $_SESSION;
2) Can I use your wp-ecommerce plug in to sell services. I want to put a button on one page and then on another and walk people through a multipage check out process. Can I use wp-ecommerce for that?
3) If yes to number 2, since I already have wp simple installed and set up in upgrading going to force me to start over?
4) does the “terms and conditions feature come with wp-ecommerce.
Thanks very much.
Chris