Hi paul3648,
You can use the same funnel as I am using:
1. /index.php?main_page=product_info <<<--- Customer views product details
2. /index.php?main_page=shopping_cart <<<--- Customer adds product to cart
3. /index.php?main_page=checkout_shipping
4. /index.php?main_page=checkout_payment
5. /index.php?main_page=checkout_confirmation
6. /index.php?main_page=checkout_success <<<--- Goal URL
Although as you can see a couple posts up, I had to use the full URL for these to work for me, such as:
https://www.yourdomain.com/index.php?main_page=checkout _success
(of course you would change to your domain, etc.)


Reply With Quote
