Fixed - by manually correcting a typo in: /design/themes/responsive/styles/data/ -> theme-name.css
|
Posted by grafis
on 04 February 2018 - 07:17 PM
Fixed - by manually correcting a typo in: /design/themes/responsive/styles/data/ -> theme-name.css
Posted by grafis
on 06 January 2018 - 04:37 PM
Fixed it after some hacking based on this forum thread and comments by the #CS-Cart-Team Moderators
ALTER TABLE `cscart_statuses` ADD `position` MEDIUMINT(8) NOT NULL;
Posted by grafis
on 24 August 2016 - 11:33 PM
The problem requires examination on your server. Please contact us via Customer Help Desk and provide temporary access to your server by clicking on the Add record link on the Access information page of your Help Desk account so that we could examine the issue.
As an alternative you can try clearing the cscart_user_session_products table of the installation database. This will remove all products from the users carts so please backup the database first.
Thanks CS-Cart team - Adding the "fix" code here from 4.3.10 worked - https://gist.github....63d159cd1103fe4
From this thread: http://forum.cs-cart...-be-null-b1048b
Posted by grafis
on 04 November 2014 - 03:42 AM
you can find the fix here
http://forum.cs-cart...ce-unavailable/
Posted by grafis
on 12 January 2014 - 02:44 PM
#Expires <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)(\.gz)?$"> Header set Expires "Thu, 15 Apr 2015 20:00:00 GMT" Header unset ETag FileETag None </FilesMatch> #Gzip <ifmodule mod_deflate.c> AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript </ifmodule>
Posted by grafis
on 29 October 2013 - 01:22 AM