Re: Clothing Store Website Templates & Clothes Shops
I tried a templatemonster template. It was pretty cheap and jump-started my design process, but I ended up not using it at all except for some of the color scheme and font. It was designed with tables and I moved over to pure CSS because I thought I was cool and I wanted to increase the dev time by months and be difficult.
In the end, I think a template is a good idea for someone who's doing everything themselves. If you're a perfectionist or have some knowledge of html/dhtml/css then I suggest designing your own site.
One thing you must remember though, a template is not a shopping cart. Which is to say, most shopping carts are heavy on php and require you to contain the page entirely in a database. This means that your template is blown out the window unless you know php because this restricts/determines the site layout.
In the end I went with designing my site how I wanted it and a hosted shopping cart solution. I'm extremely happy with it, if I get any sales.
Re: Clothing Store Website Templates & Clothes Shops
I'm interested in buying a template myself but the php factor is kind of holding me back after reading this post. Is intergrating php fairly easy or would I have to change around tons of code to make everything fit?
Re: Clothing Store Website Templates & Clothes Shops
i was just wondering if you have the site template...are u suppose to intergrate the cart and creditcard processor into it yourself or you need to pay them additional to get it up?
Re: Clothing Store Website Templates & Clothes Shops
Quote:
Is intergrating php fairly easy or would I have to change around tons of code to make everything fit?
If you know HTML and you use CubeCart, you won't have to mess with any PHP, since the HTML layout of the site is separate from the PHP ecommerce stuff.
Quote:
i was just wondering if you have the site template...are u suppose to intergrate the cart and creditcard processor into it yourself or you need to pay them additional to get it up?
If you have a shopping cart setup and you have a site template that you bought somewhere, you can either do the integration yourself, or you can hire someone to do it for you.
Re: Clothing Store Website Templates & Clothes Shops
i'm going thru the tutorials to teach me dreamweaver I took a class on it last year but i need a refresher crash course so to speak so i'm on my way to web design 102 lol
Re: Clothing Store Website Templates & Clothes Shops
Quote:
Originally Posted by calebkoolaid
CSS is the way to go if you have constant changing information
Hey, I noticed your comment about css and it rang true with what i have heard from other people who know alot - so I am seeking your opinion on something.
I don't know anything about HTML, CSS, or PHP, but my friend and I are putting up a site some time.
Because we don't know much about CSS, what do you recommend we do in terms of integrating site design with the shopping cart?
I have heard that some hosted shopping carts offer ability to customize, but is it enough?
Is cubecart enough with all its mods?
I need advice please!!
Last edited by JoeJon; March 22nd, 2007 at 07:58 PM.
Re: Clothing Store Website Templates & Clothes Shops
Quote:
Originally Posted by SC2565
I'm interested in buying a template myself but the php factor is kind of holding me back after reading this post. Is intergrating php fairly easy or would I have to change around tons of code to make everything fit?
Php websites do not require any additional code. You can have a standard webpage, change the extension from html to php and it will function the same. The php extension tells the php server to activate. If you wanted to use a php tag in a website like an include, you just change the extension to php and throw the include in the site
Re: Clothing Store Website Templates & Clothes Shops
CSS is really just for the styling of the website (colors, positioning, fonts) etc...It is very helpful for fast changes to the way something looks or is positioned on the page.
The actual shopping carts must be written in a scripting or programming language like ASP, PHP, Java, or .Net so they can interact with a database and other items and controls on the server.
The other thing to keep in mind if you are going to try this yourself is security. You are going to want to provide security for the personal information gathered on the pages so it is not comprimised.
Unless you have developed sites with security yourself in the past, I would recommend going with a hosted or out-of-the-box solution you can purchase.
I have been working as a web site developer for years and would not build my own encyption into a site. Much to risky and easy to break.
The two main problems are 1) Their shopping cart completely totally sucks, 2) As a payment processor, they're not as legally accountable as other financial institutions such as your bank.