write a review link doesn't work

ThemeBurn SupportForumsOpenCart ThemesBurnEnginewrite a review link doesn't work

This topic has been marked as not resolved.

Hi,

I need help with the write a review link that link doesn’t work, when I clicked the link not show the form; I check the settings and the reviews is enable for register user and guesst user, please help me.

I use the TRENDO theme and the 2.3.0.2 opencart version

Thanks in advance

March 1, 2018 at 5:54 pm #63679

Hi,
I need help with the write a review link that link doesn’t work, when I clicked the link not show the form; I check the settings and the reviews is enable for register user and guesst user, please help me.
I use the TRENDO theme and the 2.3.0.2 opencart version
Thanks in advance

March 23, 2018 at 5:54 am #63751

Hi, again.

I need help with the write a review link that link doesn’t work, when I clicked the link not show the form; I check the settings and the reviews is enable for register user and guesst user, please help me.
I use the TRENDO theme and the 2.3.0.2 opencart version
Thanks in advance

March 23, 2018 at 5:54 am #63752

Hi, Can you help me?

I need help with the write a review link that link doesn’t work, when I clicked the link not show the form; I check the settings and the reviews is enable for register user and guesst user, please help me.
I use the TRENDO theme and the 2.3.0.2 opencart version
Thanks in advance

March 23, 2018 at 5:54 am #63753

Hi Jimmy,

We are sorry we were not able to help you in time. In fact our entire support service has been missing for the last 30 days due to company issues. For a very short period we’ve left without any staff to handle requests and it took us some time to resolve this problem. We’ve now managed to restore our service and support will be provided on a normal schedule.

Now to your problem: from what wee see on your website you don’t have the reviews system block in your product page. It contains both the form to add a review and listing of all existing product reviews.

https://i.imgur.com/LtB6YsW.png

BR,
ThemeBurn team

April 3, 2018 at 2:46 pm #63882

opencart reviews not working:
if you have opencart v2.x or 3.x with a themeburn / burnengine theme running, have BOTH RATINGS and REVIEWS system blocks on the page in the layout. Unless both are there, the RATING’s reviews link does nothing when clicked.
Also important: If you are using SSL, make sure you have all links in/config.php and /admin/config.php are set to use https instead of http. Also, rename /.htaccess.txt to/.htaccess

Inside/.htaccess, change the lines in between
# SEO URL Settings
and
### Additional Settings that may need to be enabled for some servers

To be:

RewriteBase /

#This setting force logo url to it’s home page
RewriteCond %{QUERY_STRING} ^route=common/home$
RewriteRule ^index\.php$ https://www.YOURNAMEHERE.com/? [R=301,L,NE,NC]

RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.YOURNAMEHERE.com/$1 [R=301,L,NE]

RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/download/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

Just be sure to replace http://www.YOURNAMEHERE.com above with your domain name

April 6, 2020 at 12:59 am #67993
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.