X-cart v4.4.0 shows Customer Feedback at header

How to show Customer Feedback at header of detailed product page? 1. Go to skin/common_files/modules/Customer_Reviews/, creat a filed called vote_reviews_header.tpl, and open it. 2. Add the following code in vote_reviews_header.tpl:

How to change left width 2-columns skin of x-cart v4.5?

For our personal needs, we may need to change the left width of 2-columns skin of x-cart. At present, most users are using X-cart Gold V4.5. Go to skin/2-columns/css, and open altskin.css, change: #left-bar { width: 207px; margin-left: 0; }

How to change x-cart v4.4.4 Admin Title?

When we visit our X-Cart shopping cart admin panel, the defaul words between and is X-CART. Powerful PHP shopping cart software. How can we change these words to meet our needs then? There are 2 methods:

How to hide x-cart v.3 home.php?

If you want home.php jump to your x-cart main domain name, add the following code in you .htaccess document under RewriteBase / , RewriteCond %{SERVER_PORT} !^443$ RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*home.php\ HTTP/