Search found 9 matches

Page 1 of 1

Search found 9 matches

Re: Redirects [3.0.2.0]

IP_CAM wrote:
Fri Jul 06, 2018 6:07 am

Code: Select all

// HTTP
define('HTTP_SERVER', 'https://domain.com/wrightsport/');
// HTTPS
define('HTTPS_SERVER', 'https://domain.com/wrightsport/');
changing to https, whereever http is linked in your config.php files,
would probably make this go away ! ;)
Ernie
This works perfectly :)

Thanks!

Jump to post
  • Fri Jul 06, 2018 4:45 pm
  • Replies 6
  • Views 444
Re: Redirects [3.0.2.0]

Take a look at your .htaccess file and change RewriteBase / to RewriteBase /wrightsport/ Thanks, I done what you suggested and it didn't work at first but then I changed: RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] to RewriteRule ^(.*)$ https://%{HTTP_HOST}/wrightsport/$1 [R=301,L] Works f...

Jump to post
  • Fri Jul 06, 2018 4:41 pm
  • Replies 6
  • Views 444
Re: Redirects [3.0.2.0]

Take a look at your .htaccess file and change RewriteBase / to RewriteBase /wrightsport/ Thanks, I done what you suggested and it didn't work at first but then I changed: RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] to RewriteRule ^(.*)$ https://%{HTTP_HOST}/wrightsport/$1 [R=301,L] Works f...

Jump to post
  • Fri Jul 06, 2018 4:13 pm
  • Replies 6
  • Views 444
Redirects [3.0.2.0]

Hi, I've recently made an entire backup of my site including all files/database. I've moved this to a new domain under a 'wrightsport' folder, so the index page appears here: domain.com/wrightsport/index.php domain.com/wrightsport/admin/ etc My issue is that all links when clicked on are redirecting...

Jump to post
  • Thu Jul 05, 2018 9:37 pm
  • Replies 6
  • Views 444
Re: How does the Affiliate program work in Opencart 3?

I appreciate that, and it may come in handy in the future, however for now I am just trying to understand how it works. I've done some more digging and I've noticed that my site wasn't adding the affiliate against the order. I done this manually and checked the order again which gave me the option t...

Jump to post
  • Fri Mar 23, 2018 11:17 pm
  • Replies 51
  • Views 23054
Re: How does the Affiliate program work in Opencart 3?

What were the exact steps you did in order to obtain these results? I've done quite a few things; I originally attempted to change the tracking code in 'https://www.wrightsport.co.uk/index.php?route=account/tracking' to 'test123'. I noticed that you only have the option of creating a tracking code ...

Jump to post
  • Thu Mar 15, 2018 6:34 pm
  • Replies 51
  • Views 23054
Re: How does the Affiliate program work in Opencart 3?

straightlight wrote:
Thu Mar 15, 2018 12:34 am
Hi. No precise OC version with 4 decimals posted, As a new forum user, please read the most recent forum rules.
Apologies. We're using 3.0.2.0.

Jump to post
  • Thu Mar 15, 2018 12:57 am
  • Replies 51
  • Views 23054
[SOLVED] - How does the Affiliate program work in Opencart 3?

Hi there, I've been trying to enable the affiliate program as I've had enquiries from several customers. I have enabled it and set up my own affiliate account and I have completed a purchase using my tracking link. However, I do not see anywhere in the backend about this purchase being completed via...

Jump to post
  • Wed Mar 14, 2018 12:43 am
  • Replies 51
  • Views 23054

Page 1 of 1

Search found 9 matches