I posted photos of each error can someone help me?
ADDING TO CART TROUBLE

OPENING CART PAGE

OPENING CHECKOUT PAGE

Opencart Developer - My Extension Showcase
Contact me at aeon.yoda@gmail.com
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Code: Select all
RewriteEngine On
RewriteBase /
# THIS:
# Force (http host) non www to www
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTPS_HOST}/$1 [R=301,L]
# Force (https host) non www to www
RewriteCond %{HTTPS} on
RewriteCond %{HTTPS_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTPS_HOST}/$1 [R=301,L]
]
Code: Select all
<?php
// HTTP
define('HTTP_SERVER', 'https://www .whatever. com/');
define('HTTP_IMAGE', 'https://www .whatever. com/image/');
// HTTPS
define('HTTPS_SERVER', 'https://www .whatever. com/');
define('HTTPS_IMAGE', 'https://www .whatever. com/image/');
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Users browsing this forum: No registered users and 1 guest