Search found 22 matches

Search found 22 matches

.htaccess SSL redirect frustration

I'm running on 3.0.2.0 I have an SSL cert but half my site is secure but some pages are not, If I try to for it to HTTPS I just get errors, I can only presume its conficting with something in the file already. I'm adding this snippet under the first RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. ...

Jump to post
  • Sun May 19, 2019 12:15 am
  • Replies 1
  • Views 599
Re: Emails

All now seems to be working!

Thanks very much for your help, this issue was driving me mad.

Jump to post
  • Wed Aug 08, 2018 5:58 pm
  • Replies 14
  • Views 1360
Re: Emails

Thanks for the help, I've added the events and now have 33 active events, I'm recieving emails on sign up etc, but when I add history to an order add note and tick notify customer no email is being recieved any ideas?

Thanks.

Jump to post
  • Wed Aug 08, 2018 5:41 pm
  • Replies 14
  • Views 1360
Re: Emails

4 Events -

openbay
openbay
openbaypro_amazon
openbaypro_ebay


All of which are Disabled.

Jump to post
  • Wed Aug 08, 2018 3:42 am
  • Replies 14
  • Views 1360
Emails

I've recently installed 3.0.2.0 and I can get any emails to send, the contact us form works but thats it, I've spoken to my host (siteground) and ran through my settings and they can't see a problem, I've changed my email password numorus times, I've got all my alert mail boxes ticked, I'm getting n...

Jump to post
  • Tue Aug 07, 2018 10:52 pm
  • Replies 14
  • Views 1360
Re: SEO URLs not working

Did you ever get this fixed if so how?

Jump to post
  • Tue Jul 31, 2018 11:16 pm
  • Replies 4
  • Views 1908
Re: 2.2.0.0 > 3.0.2.0. SEO URL

Sorry I should add seo url is turned on in system>settings>server and RewriteEngine On is in the httaccess

Jump to post
  • Tue Jul 31, 2018 9:15 pm
  • Replies 2
  • Views 695
2.2.0.0 > 3.0.2.0. SEO URL (solved)

Hi Chaps, As the topic title says I've upgraded my working site from 2.2.0.0 to 3.0.2.0. I've spent most of the day working on the site its a plain site no template, I've pretty much now got it working although I've not even looked at the modules yet... Anyway the problem I've got is my SEO URLs the...

Jump to post
  • Tue Jul 31, 2018 9:03 pm
  • Replies 2
  • Views 695
Re: cant import sql database errors?

ah ok thats what I knda suspected, I'll update the live store backup import etc.

Thanks for the reply.

Jump to post
  • Fri Jul 13, 2018 12:06 am
  • Replies 2
  • Views 387
cant import sql database errors?

Hi, I run a shop on 2.0.2.0 I've got a shop using the Journal template on a test server running 3.0.2.0 I'm trying to import the DB from the 2.0.2.0 shop to the 3.0.2.0 shop but am getting the following error. Any Help/advice is greatfully recieved. Thanks! SyntaxError: JSON.parse: unexpected charac...

Jump to post
  • Thu Jul 12, 2018 11:33 pm
  • Replies 2
  • Views 387
Re: error when refreshing modifications

Hi IP_CAM,

I followed your instructions and it worked, so thank you for taking the time to answer, your a star!

Jump to post
  • Wed Nov 15, 2017 6:40 pm
  • Replies 2
  • Views 1927
error when refreshing modifications

I'm in the process of moving hosts, the new hosts had a later version of php running so I was having problems with one of my vqmod addons, to resolve this issue I had to reinstall vqmod remove all the xml files from vqmod and add them back one by one, this seems to have resolved the issue I was havi...

Jump to post
  • Tue Nov 14, 2017 11:21 pm
  • Replies 2
  • Views 1927
Re: basic sql tax queries.

I've now completed this I'll pate the query below in case it of use to anyone else- SELECT o.order_id, o.firstname, o.lastname, o.date_added, o.shipping_country, s.value as subtotal, o.shipping_cost, v.value as vat, o.total, o.order_status_id FROM ocnd_order o inner join ocnd_order_total v on v.orde...

Jump to post
  • Fri Aug 18, 2017 3:38 pm
  • Replies 2
  • Views 339
Re: basic sql tax queries.

I've added a date range to this now- SELECT order_id, firstname, lastname, date_added, shipping_country, total, shipping_cost, order_status_id FROM ocnd_order WHERE order_status_id=5 OR order_status_id=3 [ AND date_added between {daterange,RANGE1} and {daterange,RANGE2} ] ORDER BY shipping_country B...

Jump to post
  • Wed Aug 16, 2017 6:17 pm
  • Replies 2
  • Views 339
basic sql tax queries.

Hi, I'm trying to achieve a basic VAT/Tax report for a store, I'm using reportico to achieve this now im a noob at sql queries and was hoping someone could assist if possible, so far I have - SELECT order_id, firstname, lastname, date_added, shipping_country, total, shipping_cost, order_status_id FR...

Jump to post
  • Tue Aug 15, 2017 6:07 pm
  • Replies 2
  • Views 339
Re: Icons not loading..

Thanks for the reply, I have changed the htaccess to reflect yours but it doesn't seem to have made a diffrence, I've flushed browser cache etc I'll paste my htaccsess below. # 1.To use URL Alias you need to be running apache with mod_rewrite enabled. # 2. In your opencart directory rename htaccess....

Jump to post
  • Mon May 08, 2017 1:05 am
  • Replies 5
  • Views 2050
Icons not loading..

I know this has been answered countless times, I've followed several guides but can not seem to cure the issue, Steps I have taken is pasted the following into my htaccess file on the root of my install- RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 ...

Jump to post
  • Sat May 06, 2017 9:00 pm
  • Replies 5
  • Views 2050
Re: Layout issue default template

Thank you very much Agatha, change what you advised and it worked.

Thanks for taking the time to reply. ;D

Jump to post
  • Wed Jan 20, 2016 2:56 am
  • Replies 2
  • Views 366
Layout issue default template

I'm running 2020 but Im having some issues with the layout on the default theme, I've not changed anything regarding the theme but some products just seem to throw out the layout and I can't work out why. The site is http://rclife.co.uk/ I've just added a product the towerpro MG958 and its added a s...

Jump to post
  • Tue Jan 19, 2016 9:50 pm
  • Replies 2
  • Views 366

Search found 22 matches