Author Topic: CAR MANAGER NAVIGATION ISSUE  (Read 2681 times)

tao2r

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
CAR MANAGER NAVIGATION ISSUE
« on: January 19, 2009, 11:37:50 PM »
For some reason, the second step of the reservation process - Select Vehicle and Options - always default to the index.php page.

I created a menu item on the main menu called "Reservation" and I would like to stay in the "Reservation" section.


Shakir Pichler

  • Global Moderator
  • Guru
  • *****
  • Posts: 140
  • Karma: +0/-0
    • View Profile
Re: CAR MANAGER NAVIGATION ISSUE
« Reply #1 on: January 22, 2009, 11:49:12 AM »
Hi. we received your support ticket also, and are working on your problem :)

tippex

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: CAR MANAGER NAVIGATION ISSUE
« Reply #2 on: June 10, 2009, 01:26:45 AM »
Hi there,
I am also having the same issue as I would also need all steps to happen in a sub-section.
Can you please let me know what the resolution of this issue was?

Many thanks,

Terry

squanderer

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: CAR MANAGER NAVIGATION ISSUE
« Reply #3 on: September 06, 2009, 09:18:37 AM »
Has anyone found a solution to this problem? I just bought the license and it was the first problem I encountered sent a ticket already and waiting for some solution. Any help will be greatly appreciated.

squanderer

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: CAR MANAGER NAVIGATION ISSUE
« Reply #4 on: September 07, 2009, 10:25:14 PM »
I found the fix.. not sure if it's a permanent fix but I made the changes on the form tag where

<form action="index.php"

to

<form action="index.php?option=com_carman"

user.booking1.html
user.booking2.html
user.booking3.html
user.booking4.html

The problem is Carman is not compatible with all the templates out there. This fix solved my problem.