Jump to content

Vitor Brito

Members
  • Posts

    7
  • Joined

  • Last visited

1 Follower

Profile Information

  • Activity
    Agency

Vitor Brito's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi everyone, I´ve searched the forum and posted in a few topics, but I didn´t had solved this problem: I want to redirect, after registration, the user to a cms page I´ve made. I´ve changed AuthController, and pasted after " // if register process is in two steps, we display a message to confirm account creation", but it only works with external links: Tools::redirect('http://www.google.com'); does not work with content from my domain: Tools::redirect('cms.php?id_cms=5'); Tools::redirect('registsucess.php'); Tools::redirect('http://MYDOMAIN.COM'); I´ve tried with tinyurl as well, but didn´t work too. Can someone tell me what´s wrong? Thanks in advance!!
  2. Hi everyone, I´ve searched the forum and posted in a few topics, but I didn´t had solved this problem: I want to redirect, after registration, the user to a cms page I´ve made. I´ve changed AuthController, and pasted after " // if register process is in two steps, we display a message to confirm account creation", but it only works with external links: Tools::redirect('http://www.google.com'); does not work with content from my domain: Tools::redirect('cms.php?id_cms=5'); Tools::redirect('registsucess.php'); Tools::redirect('http://MYDOMAIN.COM'); I´ve tried with tinyurl as well, but didn´t work too. Can someone tell me what´s wrong? Thanks in advance!!
  3. I´ve searched the forum and posted in a few topics, but I didn´t had solved this problem: I want to redirect after registration the user to a cms page I´ve made. I´ve changed AuthController, and pasted in line 675 (after comment // if register process is in two steps, we display a message to confirm account creation) but it only works with external links: Tools::redirect('http://www.google.com'); not with content from my domain: Tools::redirect('cms.php?id_cms=5'); Can someone tell me what´s wrong? Thanks in advance!!
  4. I did what 1337 posted, but it only works with external links (i.e. Tools::redirect('http://www.google.com');, but not with content from my domain ( i.e Tools::redirect('cms.php?id_cms=5'); Can someone tell me what´s wrong?
  5. Hello to everyone. I´ve searched the forum, but I didn´t found what I´m looking for. Can someone explain or let me know if exists addons to make possible the following: I want to offer 1 product if my customers buys 5 units of 1 product. I.e. - if my customer buys 5-tshirt´s model 00, I offer 1-tshirt model 01.( if he buys 10, I offer 2, and so on). Thanks in advance for your time.
×
×
  • Create New...