Click on Vinces name in the forum and on the next screen on the left below My Contact Info select send an email. Once Vince receives your message he will be in contact.
----------------------------------- Steve Manchester UK
Hi Rubantin The site has been updated now and I've made a couple of small changes to the style sheet, css/ectstyle1.css and the vsadmin/includes.php file to line up the detail page add to cart and quantity button and to sort out the underline for the top navigation which didn't go under the checkout button.
One thing I really think you should sort out is that your site can be viewed on the different URL forms and this can cause you to lose cart contents. There is a post about this here... https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=114720
It's worth adding the following to your .htaccess file. This will create a way to force the browser to use secure connections when a site is running over HTTPS. Once you have added this to your .htaccess file check it using https://hstspreload.org/
<ifModule mod_headers.c> # Enable HSTS (HTTP Strict Transport Security), tells the browser to always use HTTPS Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" env=HTTPS </ifModule>
----------------------------------- Steve Manchester UK