From previous experience, I find its better to wait a little longer until any initial bugs are found and corrected.
Yep, this is the only situation in which "Newbies" truly are our friends!

Posted 30 June 2013 - 10:39 PM #81
From previous experience, I find its better to wait a little longer until any initial bugs are found and corrected.
Posted 30 June 2013 - 11:02 PM #82
Posted 01 July 2013 - 12:08 AM #83
Thx, that got me started but pretty quickly I ran in some other issues.
For the e.g. header, main and footer I used custom images and these were set in the my_changes stylesheet. I noticed the names of some classes have changed. I altered the my_changes stylesheet to match the new classnames, however the are overruled.
How can I force the store to use the classes defined in the my_changes addon?
Posted 01 July 2013 - 09:43 AM #84
Try adding !important to your css rule like:
body{
background: #333 !important;
}
Posted 01 July 2013 - 03:41 PM #86
That works. Thought I tried it already and didn't work. Don't really like this solution, but it does the trick.
p { some cool style here }
#wrapper #content p{ some cool style here }
Posted 01 July 2013 - 04:57 PM #87
Version 4.9.3 SP1
Posted 01 July 2013 - 06:58 PM #88
Posted 01 July 2013 - 08:35 PM #89
Posted 02 July 2013 - 01:11 AM #90
Posted 02 July 2013 - 02:56 AM #91
we bought a lifetime license in August last year, it is eligible for upgrades to August of 2013. Does it mean Version 4 is free for us?
Thanks
Posted 02 July 2013 - 03:08 AM #92
Elkhorn Graphics LLC
Cs-Cart 4.11.2
Posted 02 July 2013 - 02:54 PM #93
Hi all. I keep getting this error when trying to install 4.0.1 and its already disabled. Any ideas? Thanks
Checking requirements
×Server configuration does not meet the requirements
Fail "Register globals" mode should be disabled
Posted 02 July 2013 - 03:21 PM #94
Thanks for your help but no such file in 4.0.1 root. ThanksIf you look in the root directory of your install you may see a file called php.ini or php5.ini
You can open it up with notepad or your favorite editor you will see register globals = on just change it
to off and save.
I disabled mine and had to wait like 24 hours for it to show up as disabled using godaddy.
Version 4.9.3 SP1
Posted 02 July 2013 - 04:16 PM #95
Thanks for your help but no such file in 4.0.1 root. Thanks
Found it. Its the validator.php in \install\app\Installer\ Thanks for pointing me to the right trackIf you look in the root directory of your install you may see a file called php.ini or php5.ini
You can open it up with notepad or your favorite editor you will see register globals = on just change it
to off and save.
I disabled mine and had to wait like 24 hours for it to show up as disabled using godaddy.
Version 4.9.3 SP1
Posted 02 July 2013 - 05:06 PM #96
Posted 02 July 2013 - 05:56 PM #97
Posted 02 July 2013 - 06:09 PM #98
Please, make sure your 'styles.post.tpl' and css files are located in correct directories.
The 'styles.post.tpl' should be located in the directory:design/themes/[theme_path]/templates/addons/my_changes/hooks/index/
CSS files, to be included from the hook, should be in the directory:design/themes/[theme_path]/css/addons/my_changes/
Also note please, that in CS-Cart 4.0.1 all included css files are combined to one file. It is named like 'standalone.[HASH].css'.
So you will not see the separate including of 'my_changes/styles.css' file. But you should check the 'standalone.[HASH].css' file for the new styles. Also you may have to clear your store cache and your browser cache to see changes in the css.
Posted 02 July 2013 - 11:58 PM #99
Hello, Need assistance.
2nd attempt on this, can someone provide information on how the content of styles.post.tpl should look like?
tks
{style src="addons/my_changes/mystyles.css"}
var/cache/misc/statics/design/themes/YourThemeName/css/standalone.SomeLongCrazyStringHere.css
Posted 03 July 2013 - 01:47 AM #100
I have the following in my "styles.post.tpl":
{style src="addons/my_changes/mystyles.css"}
If clearing the cache in the admin as well as your browsers doesn't work, you may want to manually delete the cached CSS file off of the remote server and then clear all of your caches again and refresh the page. That's what worked for me.
You can find the cached file here:var/cache/misc/statics/design/themes/YourThemeName/css/standalone.SomeLongCrazyStringHere.css