I'm wanting to display two links on my products:
Add to Cart
and
Buy Now
I want Add to Cart to simply put the product in the cart, displaying the cart afterwards.
I want Buy Now to put the product in the cart and then automatically take the user to step 1 of the checkout process.
Add to Cart is no problem: /index.php?action=buy_now&products_id=xxx
How would I accomplish what I want for Buy Now? (despite the link for Add to Cart showing buy_now as the action, it doesn't do what I have in mind).


Reply With Quote
