nsForum logo

Welcome Guest ( Log In )

 
Reply to this topicStart new topic
> A Really For Real Custom Design?
deandail
post Feb 8 2010, 06:44 PM
Post #1





Group: Verified NS Member
Posts: 8
Joined: 30-October 09
Member No.: 6,029



I've read through the forum and haven't found the info I'm looking for. Feel free to point me to a thread if I just missed this info. I'd like to implement a truly custom design. Not just a modification of the current CSS styling, but an actual custom design. I don't care for the old-school Table-based design, and would like to implement my own. This means I need access to not just the CSS, but to the page code itself. I need to change all those tables to divs, add scripts, etc. Is this possible? Can you tell me how?

Thank you!

Edit: Silly me! I found the Pages, where it looks like I can edit the html content. However, I'd really like to be able to do this in test mode, and I don't see how to do that. If I change the index.aspx page, can I change it just on the test design and not on the current design?
Go to the top of the page
 
+Quote Post
martiniguy
post Feb 10 2010, 04:07 AM
Post #2





Group: Verified NS Member
Posts: 778
Joined: 10-March 08
From: South Eastern Martini-land
Member No.: 775



QUOTE (deandail @ Feb 8 2010, 05:52 PM) *
I've read through the forum and haven't found the info I'm looking for. Feel free to point me to a thread if I just missed this info. I'd like to implement a truly custom design. Not just a modification of the current CSS styling, but an actual custom design. I don't care for the old-school Table-based design, and would like to implement my own. This means I need access to not just the CSS, but to the page code itself. I need to change all those tables to divs, add scripts, etc. Is this possible? Can you tell me how?

Thank you!

Edit: Silly me! I found the Pages, where it looks like I can edit the html content. However, I'd really like to be able to do this in test mode, and I don't see how to do that. If I change the index.aspx page, can I change it just on the test design and not on the current design?

There is no "test mode" in the system. You could edit a template and then activate it to test - and then change it back...but no "offline" test mode.
Go to the top of the page
 
+Quote Post
mdsource
post Feb 17 2010, 03:23 PM
Post #3





Group: Verified NS Member
Posts: 292
Joined: 1-October 07
From: New Jersey
Member No.: 102



QUOTE (martiniguy @ Feb 10 2010, 04:15 AM) *
There is no "test mode" in the system. You could edit a template and then activate it to test - and then change it back...but no "offline" test mode.


Go to Design tab >>Site Design>

We have used the clone feature to copy our site than use various templates to check how they would look. I also use the clone site feature as a backup.

You can do your testing under one of the cloned copies, choose to activate it or deactivate it at anytime. You can also preview your changes by clicking the preview site link.
Go to the top of the page
 
+Quote Post
smckenzie
post Feb 18 2010, 07:44 AM
Post #4





Group: Verified NS Member
Posts: 239
Joined: 10-July 08
Member No.: 1,416



there isn't much you can't do if using custom css and your own html. The only annoying thing I've found is the invoice table found on the payment page during checkout. It's a table, and if you have a background color other than white, there's no way to amend that tables color.

I've just redesigned a couple of our sites - all css and divs. Have a look here and here.
Go to the top of the page
 
+Quote Post
deandail
post Feb 21 2010, 02:31 PM
Post #5





Group: Verified NS Member
Posts: 8
Joined: 30-October 09
Member No.: 6,029



QUOTE (smckenzie @ Feb 18 2010, 08:52 AM) *
there isn't much you can't do if using custom css and your own html. The only annoying thing I've found is the invoice table found on the payment page during checkout. It's a table, and if you have a background color other than white, there's no way to amend that tables color.

I've just redesigned a couple of our sites - all css and divs. Have a look here and here.



Very cool looking sites! Very slick and clean.

I'm somewhat handy with html and css, but not at all familiar with the nsCommerce interface, so I'm really struggling with getting it to do what I want, outside of the clunky templates.

Maybe you can help me with my next question. I don't want a product list on the front page. Just like your sites, I want content and info there, but not the grid of products. Can't seem to find that setting anywhere... Can you point me to the right place? I can see where I could modify the homepage layout separately from the product pages (in Product List Design) but not somewhere where I can tell it to NOT include a Product List on the Homepage. TIA!
Go to the top of the page
 
+Quote Post
smckenzie
post Feb 22 2010, 04:39 PM
Post #6





Group: Verified NS Member
Posts: 239
Joined: 10-July 08
Member No.: 1,416



QUOTE (deandail @ Feb 21 2010, 02:39 PM) *
Very cool looking sites! Very slick and clean.

I'm somewhat handy with html and css, but not at all familiar with the nsCommerce interface, so I'm really struggling with getting it to do what I want, outside of the clunky templates.

Maybe you can help me with my next question. I don't want a product list on the front page. Just like your sites, I want content and info there, but not the grid of products. Can't seem to find that setting anywhere... Can you point me to the right place? I can see where I could modify the homepage layout separately from the product pages (in Product List Design) but not somewhere where I can tell it to NOT include a Product List on the Homepage. TIA!


The homepage is under the pre-defined pages. We just replace whatever is in there with our own html, but I'm guessing there is NS Script in there the calls the product list? If it is, just remove it.
Go to the top of the page
 
+Quote Post
deandail
post Feb 22 2010, 05:50 PM
Post #7





Group: Verified NS Member
Posts: 8
Joined: 30-October 09
Member No.: 6,029



QUOTE (smckenzie @ Feb 22 2010, 05:47 PM) *
The homepage is under the pre-defined pages. We just replace whatever is in there with our own html, but I'm guessing there is NS Script in there the calls the product list? If it is, just remove it.


Yes, I would have assumed that was the case. However, there isn't anything at all in the index.aspx file. When I click on Edit, I just get the editor, but nothing in it. I can add content there, and it shows up above the product list, but doesn't affect the list at all. There isn't anything calling the product list in the header or footer either. Anywhere else you can think of for me to look for that?
Go to the top of the page
 
+Quote Post
ddavisNS
post Feb 22 2010, 07:42 PM
Post #8


QA


Group: Administrators
Posts: 1,864
Joined: 10-August 07
Member No.: 6



Products with "Homepage Special" set show on the homepage. If you want no products on the homepage, un-check the homepage special setting on all product.
Go to the top of the page
 
+Quote Post
deandail
post Feb 23 2010, 10:43 PM
Post #9





Group: Verified NS Member
Posts: 8
Joined: 30-October 09
Member No.: 6,029



QUOTE (ddavisNS @ Feb 22 2010, 08:50 PM) *
Products with "Homepage Special" set show on the homepage. If you want no products on the homepage, un-check the homepage special setting on all product.


That makes sense, but it's frustrating. I don't want to uncheck all the specials, I just want them to show up on a different page. The home page won't have specials on it, but the What's New page will. Is there a way to assign the specials to show up on some page other than the home page?
Go to the top of the page
 
+Quote Post
ddavisNS
post Feb 24 2010, 07:31 AM
Post #10


QA


Group: Administrators
Posts: 1,864
Joined: 10-August 07
Member No.: 6



QUOTE (deandail @ Feb 23 2010, 09:51 PM) *
That makes sense, but it's frustrating. I don't want to uncheck all the specials, I just want them to show up on a different page. The home page won't have specials on it, but the What's New page will. Is there a way to assign the specials to show up on some page other than the home page?


Make the "What's New" page be a category page and add the products to that category. Homepage specials are a specific thing that show on the homepage.
Go to the top of the page
 
+Quote Post
deandail
post Feb 25 2010, 09:29 PM
Post #11





Group: Verified NS Member
Posts: 8
Joined: 30-October 09
Member No.: 6,029



QUOTE (ddavisNS @ Feb 24 2010, 07:39 AM) *
Make the "What's New" page be a category page and add the products to that category. Homepage specials are a specific thing that show on the homepage.


Brilliant! Thank you.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
Tags
No Tag inserted yet

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version    Network Solutions © 2010 Time is now: 21st March 2010 - 11:43 PM
Domain Names | Web Hosting | Web Design | Shopping Cart Software | Online Marketing | SSL Certificates