Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New online coin store - comments wanted


jiggy361

Recommended Posts

Hello,

Already launched a live store (www.alexgutman.com) but still trying to improve and would love some good feedback. I still plan to do SEO and convert tables to css and optimize code. But other than that, I would love to get some opinions on the layout and functionality of the store as it stands now and maybe what I could add or change to improve things.

 

Thanks!! Alex Gutman Coins

Link to comment
Share on other sites

Painfully, painfully, slow and I'm on 4MB cable.

 

Check out:

http://www.websiteoptimization.com/services/analyze/

 

 

You need to turn on Gzip compression and vastly reduce your image sizes (kb, not physical screen size) - a thumbnail contribution of some sort would be needed.

 

Turning off category counts will also help improve speed.

 

Otherwise, it looks quite tastefully done - sort out the speed issues and I'll give it a proper review.

Link to comment
Share on other sites

Painfully, painfully, slow and I'm on 4MB cable.

 

Check out:

http://www.websiteoptimization.com/services/analyze/

You need to turn on Gzip compression and vastly reduce your image sizes (kb, not physical screen size) - a thumbnail contribution of some sort would be needed.

 

Turning off category counts will also help improve speed.

 

Otherwise, it looks quite tastefully done - sort out the speed issues and I'll give it a proper review.

 

Yeah, thats one of the issues that bothers me most. I do have thumbnail contributions..the largest image is 16kb (thats for each coin thumb). The rest of the images on the index are tiny (3kb or smaller). The largest file is the index and js for the menu. Perhaps my server is slow.

Link to comment
Share on other sites

Wow.. I just enabled Gzip... from 250kb to 6.5kb - AMAZING

 

I can see the dowload speed increase significantly, but does anyone know if the processing time to unzip and render the page will be of any signficance?

Link to comment
Share on other sites

Well, even 16kb is a little on the hefty size. Also, I assume your tabs at the top are images, too.

You get what you pay for with server hosting, although unless you've really been penny-pinching, you can get a perfectly good shared host for c. $10 a month.

 

A cache contribution might be worth investigating, and some sort of debugging tool to run locally so you can check your queries and optimize them.

Link to comment
Share on other sites

The unzipping overhead is insignificant compared to the gains.

Remember though - Gzip only compresses the page source (i.e. HTML) - it doesn't touch the images, and if your host has poor bandwidth supply, this will be the main bottleneck.

Link to comment
Share on other sites

The unzipping overhead is insignificant compared to the gains.

Remember though - Gzip only compresses the page source (i.e. HTML) - it doesn't touch the images, and if your host has poor bandwidth supply, this will be the main bottleneck.

 

Thanks, the gzip was very helpful. I will look into caching and optimizing a bit later. Right now I want to get feedback on functionality and layout. I want to know if there are things that don't work right or don't look good. Also I would love criticism on the checkout pages and all that. Please dont hesitate to make an account if you would like to give me feedback :)

Link to comment
Share on other sites

"An error occured with the USPS shipping calculations.

If you prefer to use USPS as your shipping method, please contact the store owner

"

 

Can't get by first stage.

 

Haven't received my "welcome" Email yet - you might want to make sure this is working (unless you've deliberately turned it off!)

 

I would look at the speed issues first, if I were you - there's no point having a nice looking store and checkout if people throw their arms up in despair at the slowness and leave...

Link to comment
Share on other sites

Thanks, the gzip was very helpful.  I will look into caching and optimizing a bit later.  Right now I want to get feedback on functionality and layout. I want to know if there are things that don't work right or don't look good.  Also I would love criticism on the checkout pages and all that. Please dont hesitate to make an account if you would like to give me feedback :)

 

Welcome e-mail should come (actually, often hotmail stuffs @alexgutman.com emails into spam if your spam block is set medium or high..it might be there)

 

the USPS shipping module will not work if you put in a fake zip code, maybe ill get the state/zip code mismatch contribution to deal with that...but i can't forsee that happening if the customer is using a real address

Link to comment
Share on other sites

the USPS shipping module will not work if you put in a fake zip code.

 

Hmmm, that's a bit nasty - you really need a better message then - someone might easily mistype their zip or something and not have a clue what's going on.

I'd already checked spam for the Email - still haven't got it...

Link to comment
Share on other sites

I have many redundant queries, but I am not sure whats generating them or how to optimize them. Can anyone help:

 

[QUERIES] => Array

(

[0] => select configuration_key as cfgKey, configuration_value as cfgValue from configuration

[1] => select value from sessions where sesskey = '80c2a86b5a04090708a5a05f46ed1ac8' and expiry > '1117563550'

[2] => select code, title, symbol_left, symbol_right, decimal_point, thousands_point, decimal_places, value from currencies

[3] => delete from whos_online where time_last_click < '1117562650'

[4] => select count(*) as count from whos_online where session_id = '80c2a86b5a04090708a5a05f46ed1ac8'

[5] => update whos_online set customer_id = '0', full_name = 'Guest', ip_address = '67.124.239.236', time_last_click = '1117563550', last_page_url = '/store/index.php' where session_id = '80c2a86b5a04090708a5a05f46ed1ac8'

[6] => select specials_id from specials where status = '1' and now() >= expires_date and expires_date > 0

[7] => select c.categories_id, cd.categories_name, c.parent_id from categories c, categories_description cd where c.parent_id = '0' and c.categories_id = cd.categories_id and cd.language_id='1' order by sort_order, cd.categories_name

[8] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '0' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[9] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '65' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[10] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '49' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[11] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '50' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[12] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '85' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[13] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '46' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[14] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '84' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[15] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '77' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[16] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '95' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[17] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '124' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[18] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '112' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[19] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '96' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[20] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '64' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[21] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '119' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[22] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '74' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[23] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '110' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[24] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '100' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[25] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '86' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[26] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '90' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[27] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '76' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[28] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '108' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[29] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '80' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[30] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '25' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[31] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '69' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[32] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '115' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[33] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '75' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[34] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '106' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[35] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '105' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[36] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '109' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[37] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '71' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[38] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '63' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[39] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '52' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[40] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '44' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[41] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '97' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[42] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '91' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[43] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '111' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[44] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '22' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[45] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '121' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[46] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '68' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[47] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '42' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[48] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '67' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[49] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '72' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[50] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '83' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[51] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '82' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[52] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '114' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[53] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '125' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[54] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '120' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[55] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '98' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[56] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '101' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[57] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '87' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[58] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '23' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[59] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '107' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[60] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '102' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[61] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '60' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[62] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '43' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[63] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '53' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[64] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '89' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[65] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '122' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[66] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '88' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[67] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '116' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[68] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '99' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[69] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '104' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[70] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '117' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[71] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '59' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[72] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '45' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[73] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '79' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[74] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '40' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[75] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '61' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[76] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '118' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[77] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '103' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[78] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '113' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[79] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '93' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[80] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '78' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[81] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '123' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[82] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '81' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[83] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '62' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[84] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '92' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[85] => select c.categories_id, cd.categories_name from categories c, categories_description cd where parent_id = '94' and c.categories_id = cd.categories_id and cd.language_id = '1' order by sort_order, cd.categories_name

[86] => select c.categories_id, cd.categories_name, c.parent_id from categories c, categories_description cd where c.parent_id = '0' and c.categories_id = cd.categories_id and cd.language_id='1' order by sort_order, cd.categories_name

[87] => select count(*) as count from categories where parent_id = '0'

[88] => select count(*) as count from categories where parent_id = '65'

[89] => select count(*) as count from categories where parent_id = '64'

[90] => select count(*) as count from categories where parent_id = '25'

[91] => select count(*) as count from categories where parent_id = '69'

[92] => select count(*) as count from categories where parent_id = '63'

[93] => select count(*) as count from categories where parent_id = '60'

[94] => select count(*) as count from categories where parent_id = '59'

[95] => select count(*) as count from categories where parent_id = '61'

[96] => select count(*) as count from categories where parent_id = '62'

[97] => select products_id, products_image, products_tax_class_id, products_price from products where products_status = '1' and products_id != 43 order by products_date_added desc limit 10

[98] => select products_name from products_description where products_id = '507' and language_id = '1'

[99] => select products_model from products where products_id = '507'

[100] => select specials_new_products_price from specials where products_id = '507' and status

[101] => select sum(tax_rate) as tax_rate from tax_rates tr left join zones_to_geo_zones za on (tr.tax_zone_id = za.geo_zone_id) left join geo_zones tz on (tz.geo_zone_id = tr.tax_zone_id) where (za.zone_country_id is null or za.zone_country_id = '0' or za.zone_country_id = '223') and (za.zone_id is null or za.zone_id = '0' or za.zone_id = '12') and tr.tax_class_id = '1' group by tr.tax_priority

[102] => select p.products_id, pd.products_name, p.products_model, p.products_price, p.products_tax_class_id, p.products_image, s.specials_new_products_price from products p, products_description pd, specials s where p.products_status = '1' and p.products_id = s.products_id and p.products_quantity > 0 and pd.products_id = s.products_id and pd.language_id = '1' and s.status = '1' order by s.specials_date_added desc limit 4

[103] => select p.products_id, p.products_model, p.products_image, p.products_tax_class_id, if(s.status, s.specials_new_products_price, p.products_price) as products_price from products p left join specials s on p.products_id = s.products_id where products_status = '1' and p.products_id != 43 order by p.products_date_added desc limit 6

[104] => select products_name from products_description where products_id = '515' and language_id = '1'

[105] => select products_name from products_description where products_id = '514' and language_id = '1'

[106] => select products_name from products_description where products_id = '513' and language_id = '1'

[107] => select products_name from products_description where products_id = '512' and language_id = '1'

[108] => select products_name from products_description where products_id = '511' and language_id = '1'

[109] => select products_name from products_description where products_id = '510' and language_id = '1'

[110] => select startdate, counter from counter

[111] => update counter set counter = '29019'

[112] => select count(*) as total from sessions where sesskey = '80c2a86b5a04090708a5a05f46ed1ac8'

[113] => update sessions set expiry = '1117564991', value = 'cart|O:12:\"shoppingcart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationhistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}' where sesskey = '80c2a86b5a04090708a5a05f46ed1ac8'

)

Link to comment
Share on other sites

There's a thread in the tips and tricks about optimization - it's not an easy task, unfortunately - and this isn't the right forum to discuss it.

 

I've seen stores with worse query counts that run a lot faster.

 

It seems like you are on a really crappy host, to be honest.

If you want, PM me with details about your host and I'll give you some recommendations.

Link to comment
Share on other sites

Wow! I like the COIN IS SOLD Feature!

The page it is still charging slow.

 

On shipping policies you could state wether you ship wprldwide or not.

 

C?lia

Link to comment
Share on other sites

I have a bucket of coins (assorted foreign and old UK). I'm not a collector and just shove any dud change I get into that collection.. A nice thing to have.

 

Please don't take me wrong in telling you how to operate your business or anything, but I reckon you could do a lot worse than offering a facility for people to sell their old coins (which you can then put back onto your site for sale)...

 

Saves you ever running out of stock and it doubles your market (buyers and sellers).

 

Just a suggestion. :)

 

I like the store.

Your logo is friendly looking, I like your replacements for the stock images (contact us and shipping etc).. The colours are easy on the eye and your category header boxes are really easy to read. A good job overall.

 

Speaking of your category headers, what was the mod (if any) you used for those (assigning a different header for each box and replacing the nasty tiny arrow for the really easy to read text)? I've been looking for something like that myself.

 

Nice job and good luck,

S/

Link to comment
Share on other sites

  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...