Search found 4 matches

Page 1 of 1

Search found 4 matches

Re: Opencart Issue document.cookie Alert on Page Load

I am getting this trouble also. I think its coming with register.php. I am hosted in hostgator shared server. How can we resolve this problem. My opencart version is 3.0.3.2

Jump to post
  • Mon Feb 24, 2020 12:27 pm
  • Replies 8
  • Views 5386
Re: icons not showing up

Code: Select all

# Fix Icons
<FilesMatch ".(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
This is worked for me always :) :)
Thank you.

Jump to post
  • Thu Feb 13, 2020 9:19 am
  • Replies 12
  • Views 17166
Re: [Solved]3.0.3.1 Issue with CSS

I got the same issue. I hard corded "header.twig" file. But it is not working. Still coming with "//" for css directory :-[ :-[ :-[

Jump to post
  • Thu Oct 10, 2019 3:55 am
  • Replies 8
  • Views 1362
Re: How to add extra tab in product ?

I hard corded of product.tpl file. I added Extra Tab After #tab-description line. :) <a href="#tab-description"><span class="tab-title" ><?php echo $tab_description; ?></span></a> Add this code after that line :) <a href="#tab-extra"><span class="tab-title" >E...

Jump to post
  • Sun Oct 26, 2014 4:19 am
  • Replies 30
  • Views 21326

Page 1 of 1

Search found 4 matches