Re: Email - Subject line
In Version: 3.0.2.0 (maybe other versions too) you can edit core language file. Go to: catalog\language\en-gb\information\contact.php Look for: // Email $_['email_subject'] = 'Enquiry: %s'; Change to: // Email $_['email_subject'] = 'My Website - Enquiry: %s'; Subject header will now be: My Website -...
Jump to post- Thu Jun 24, 2021 10:47 pm
- Replies 5
- Views 3322
Re: GoogleBase not generating output
Fixed, hardcode error.
- Thu Oct 12, 2017 4:15 am
- Replies 1
- Views 2629
GoogleBase not generating output
Hi,
We are experiencing a problem with Google Base output, which is not showing any products.
OpenCart 2302
Any help with this would be greatly appreciated.
- Wed Oct 11, 2017 4:39 pm
- Replies 1
- Views 2629
Re: Order emails not sending to customer
We are seeing the exact same problem here. I have spent a few hours on Google, trolling through forums, but as of yet I have not found a relevant fix. Any help with this would be greatly appreciated, as we have had a disgruntled customer contact us about this, and I had the same when we did a test o...
Jump to post- Fri Sep 15, 2017 9:40 pm
- Replies 4
- Views 2089
Re: Checkout and SSL Problems
My BAD!
The error is right there in front of me;
Code: Select all
// HTTPS
define('HTTPS_SERVER', 'https://inevitable.co.uk/');
define('HTTPS_IMAGE', 'https://inevitable.co.uk/image/');
Working. Jump to post
- Sat Mar 05, 2016 3:32 am
- Replies 4
- Views 1200
Re: Site wont let my login to admin panel
Have you recently installed any extensions? If so, you could try uninstalling them to see if it helps.
Did you try overwriting the admin/model/catalog/product.php file, then clear cache to see if that helps?
You could also try reinstall VQMod.
- Sat Mar 05, 2016 2:54 am
- Replies 2
- Views 499
Re: SSL Problems
Can't help you with SSL but your last two pictures the first is the Checkout but the second is the Cart. They are two separate pages... Not suppose to look alike. Hi Burt65, Yep, it does not load the checkout page and goes to cart :( I am baffled by it :-\ Ahhh... I failed to explain this in my OP....
Jump to post- Fri Mar 04, 2016 9:31 pm
- Replies 4
- Views 1200
[SOLVED] Checkout and SSL Problems
Hello All, I am currently running OC 2.0.2.0 and since enabling SSL (which is required by Google Shopping) I am having several problems within the checkout page and fa images - depending on fixes I try to apply. For the record; the SSL Certificate is working fine on the server and I have modified bo...
Jump to post- Fri Mar 04, 2016 8:41 pm
- Replies 4
- Views 1200
Re: [SOLVED] Template Support
I would like to thank artcore for his support with this issue. The problem is now solved. The theme that I have has hardcoded customized core, which of course causes problem when trying to update core files. This strengthens the fact that OC templates should only address design and nothing else. Tha...
Jump to post- Mon Feb 29, 2016 5:42 pm
- Replies 6
- Views 1069
Re: Homepage SlideShow Animation Steps
I'm not sure if you can reverse the slides, but there a several options that can be used with Owl Carousal: http://owlgraphic.com/owlcarousel/#customizing You can edit the slideshow.tpl located at: catalog/view/theme/default/template/module/slideshow.tpl If you have your own theme then 'default' bec...
Jump to post- Mon Feb 29, 2016 3:51 am
- Replies 2
- Views 876
Re: Template Support
Hi artcore, I don't see any of those folders/files in the installation package. Yes, TM said no support for FREE themes.... ::) I did notice someone else here have the same problem with another theme and he said that he fixed issue. I Pm'd him and replied to his thread; https://forum.opencart.com/vi...
Jump to post- Sat Feb 27, 2016 9:02 pm
- Replies 6
- Views 1069
Re: Product view on devices 767px or less
There could be several reasons for this; for example there may be div containers within the cols at set widths (px) instead of %.
If you can provide a link to site would enable people to be of more help.
- Sat Feb 27, 2016 8:55 am
- Replies 4
- Views 710
Re: how to make Banner wider on mobile view
There could be several reasons here and depends on your theme css settings. CSS Settings The banner width may need be adjusted to; width: 100%; However, there may also be margins and paddings either side of the banner that will need adjusting; I.e. padding: 0 30px; margin: 0 30px; These would need t...
Jump to post- Sat Feb 27, 2016 8:45 am
- Replies 9
- Views 2517
Re: How to add a link an image for newsletter purposes
I have also noticed a few bugs with url linking etc.. For a quick fix you could try adding via code option; <a href="mylink.htm"><img src="yourimage.jpg" width="400" height="100" title="Title" border="0" alt="ALT Text here"></a>
Jump to post- Sat Feb 27, 2016 8:09 am
- Replies 2
- Views 742
Re: have module box between category box and product box
Have you tried adjusting sort order?
0 will be above 1, 3 will be below 1 etc.
- Sat Feb 27, 2016 7:59 am
- Replies 6
- Views 1348
[SOLVED] Template Support
Hi, I installed a Template Monster Theme 'Free OpenCart Theme for Mobile Shop' on my OC 2.0.0.0. There were a few bugs with the HTML editor so I searched forums for how to fixes. Results suggested that OC needed to be updated. Therefore, I updated OC to 2.0.2.0. Everything worked fine with the HTML ...
Jump to post- Sat Feb 27, 2016 7:53 am
- Replies 6
- Views 1069
Re: UNDEFINED VARIABLE: ENTRY_CAPTCHA IN
I believe that my issue is only due to an OC update affecting a variable in theme which was built for older version (2.0.1.1).
If there is no fix for this or no-one can help with code, is it possible for me to roll back to 2.0.1.1?
thanks again
- Sat Feb 27, 2016 5:10 am
- Replies 12
- Views 1775
Re: UNDEFINED VARIABLE: ENTRY_CAPTCHA IN
So, if I install a theme in future, I have to do it via VQMOD & VQMOD Manager?
Jump to post- Sat Feb 27, 2016 4:20 am
- Replies 12
- Views 1775
Re: UNDEFINED VARIABLE: ENTRY_CAPTCHA IN
Is it possible to undo the update by overwriting files with older version?
I have since discovered that there is another issue with 2.0.2.0 with regard to SMTP not working.
Thanks again
- Sat Feb 27, 2016 3:22 am
- Replies 12
- Views 1775
Re: UNDEFINED VARIABLE: ENTRY_CAPTCHA IN
Is there a way this issue can be fixed? Can you suggest any code fix yourself? or is it best to just roll back my version to 2.0.1.0?? I upgraded to 2.0.2.0 due to other OC issues with Custom HTML, where the recommended fix was to upgrade. Unfortunately, I have spent a lot of additional time on this...
Jump to post- Fri Feb 26, 2016 6:08 pm
- Replies 12
- Views 1775