View Single Post
  #110  
Old 11-23-2008, 05:46 AM
 
Jonjolt1 Jonjolt1 is offline
 

Advanced Member
  
Join Date: Nov 2006
Posts: 49
 

Default Re: X-Cart 4.2 beta testing

Current Problems:

1. Its asking me to change passwords when I click Add New Product

a. I've already changed the pass
b. I have no categorys
edit: c. I added a category its still asking me when just clicking add new product

2. Not all the Javascript is put in another file

a. I know there are errors when certain javascript files get placed externally
b. Lines 10 - 19

Code:
<script type="text/javascript"> <!-- var number_format_dec = '.'; var number_format_th = ''; var number_format_point = '2'; var store_language = 'US'; var xcart_web_dir = ""; var images_dir = "/skin1/images"; var lbl_no_items_have_been_selected = 'No items have been selected'; var current_area = 'C'; -->
You can't work around this?!

3. Lines 24 - 29

This code:
Code:
<!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="/skin1/main.IE6.css" /> <![endif]--> <!--[if lt IE 8]> <link rel="stylesheet" type="text/css" href="/skin1/main.IE7.css" /> <![endif]-->

If you properly design your style sheets you would not need these. Please tell me what are you trying to work around! I can supply a fix.

4. Wtf more of this:
Code:
<img class="icon" src="/skin1/images/spacer.gif" alt="Your cart" />

Please remove them there are better ways to place a space.

5. No To Do List etc. There should be a list of things the shop owners should go over, it's embarressing when certain options are not set properly.

I'll add more later

Edit: 7. Page Titles should be Page Title - Blah - Blah not Page Title :: Blah :: Blah
__________________
4.1.9
Reply With Quote