Jump to content

change checkout URLs


JBDEV

Recommended Posts

Hi Gareth,

 

thanks for your reply. As soon as the checkout process works in every single step, i plan to do that :)

 

Problem for now is, something is afoul in the process, and to find out, i want to set 5 different URLs for each step of the checkout eg.

www.domain.tld/orderone (Overview)

www.domain.tld/ordertwo (register)

www.domain.tld/orderthree (adress)

etc.

Cant find any possibilty, neither in the backend nor in the files.

 

In /controllers/front/OrderController.php there are a few URLS defined:

index.php?controller=order&step=2

But if i open the page directly with

e.g. mit www.domain.tld/index.php?controller=order&step=2

the URL is automatically changed to www.domain.tld/order (as defined unter SEO & URLS).

Link to comment
Share on other sites

  • 3 years later...
On 3/23/2017 at 3:29 PM, JBDEV said:

Hi Gareth,

 

thanks for your reply. As soon as the checkout process works in every single step, i plan to do that :)

 

Problem for now is, something is afoul in the process, and to find out, i want to set 5 different URLs for each step of the checkout eg.

www.domain.tld/orderone (Overview)

www.domain.tld/ordertwo (register)

www.domain.tld/orderthree (adress)

etc.

Cant find any possibilty, neither in the backend nor in the files.

 

In /controllers/front/OrderController.php there are a few URLS defined:

index.php?controller=order&step=2

But if i open the page directly with

e.g. mit www.domain.tld/index.php?controller=order&step=2

the URL is automatically changed to www.domain.tld/order (as defined unter SEO & URLS).

Hi, 

I also wanted to do the same, you found any solution?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...