hpno Posted November 29, 2013 Report Posted November 29, 2013 Whenever clicking to order link, I will be forwarded back to portal page. Checked .htaccess, it's just default code. Did I miss any setting? ###################################################### # package: minPHP # filename: .htaccess ######################################################## <Files ~ "\.(pdt)$"> order deny,allow deny from all </Files> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php RewriteCond %{REQUEST_URI} ^(.*)/install.php$ RewriteRule install.php %1/install/ [R=301,L] Quote
0 Michael Posted November 29, 2013 Report Posted November 29, 2013 Please go to Packages > Order form > Settings > Default form > Select your choice. Quote
0 Tyson Posted November 30, 2013 Report Posted November 30, 2013 You need to setup an order form for any to be available, else you return back to the portal. Quote
0 hpno Posted November 30, 2013 Author Report Posted November 30, 2013 Hmm... Just found out that customer needs to enter the same domain twice when ordering domain and hosting at the same time? Made me a bit confused at first, and it's not customer friendly. Did I do anything wrong? Quote
0 Michael Posted November 30, 2013 Report Posted November 30, 2013 Hmm... Just found out that customer needs to enter the same domain twice when ordering domain and hosting at the same time? Made me a bit confused at first, and it's not customer friendly. Did I do anything wrong? That is correct, the domain entering first time is to order the domain via the module. The next one is to use the cPanel module / InterWorx module , etc. They are looking into Order forms soon in 3.2 I believe. I could be wrong. Quote
Question
hpno
Whenever clicking to order link, I will be forwarded back to portal page. Checked .htaccess, it's just default code. Did I miss any setting?
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.