Advice on setting up an online store

I have some HTML experience but I'm still an amateur.
I sell video game console skins. I have approximately 12
different platforms a few different packages with about 35
different colors. Thus I have 2000+ items and am continually adding
new consoles and colors.
I have started a template in CS3 and have uploaded it for you
to view:
http://www.systemskins.com
A few questions that I have:
#1. Do I have to / or should I, set up a database before I
build my website?
#2. Since each platform has 35 colors I want to only showcase
6 or 9 items on each page and have additional page numbers at the
bottom with the common fields << Previous | 1 | 2 | 3 | 3 |
Last >> How do I set this up with my template design that I
already have? is it a matter of having to make THAT many pages ? or
is there a simple code that will allow me to have this done for me?
I want to replica :
this
website And I see some sort of "catalog ID" coding in the html.
Is that done by dreamweaver?
I also really like how they have the "Narrow your search" by
colors and themes. Is this also done in dreamweaver?
As you can see I started a search box on the left but I have
no idea how to make it work.
#3. Which "free" shopping cart would be recommended for my
store? osCommerce? E-Commerce Express by Mercantec? Agora?
I would like to have the option for customers to either
create an account or make a one time purchase. And most importantly
to be able to input coupon codes because I will run promotionals.
I'm only concerned about payments through paypal, I don't have nor
plan on getting a credit card merchant account.
I appreciate your time for reading my questions and for
posting your comments/help/suggestions. If you need more
information let me know and I will post it.
Thanks,
Doug

Doug - you won't do much better than taking a look at
Cartweaver - available
in 3 different languages, and easy to use for first timers to
set up, and
they have a very helpful newgroup.
cartweaver.com
Regards,
Brendon
"Kemble0726" <[email protected]> wrote in
message
news:[email protected]...
>I have some HTML experience but I'm still an amateur.
> I sell video game console skins. I have approximately 12
different
> platforms
> with about 35 different colors. Thus I have 420 items
and am continually
> adding
> new consoles and colors.
>
> I have started a template in CS3 and have uploaded it
for you to view:
>
http://www.systemskins.com
>
> A few questions that I have:
>
> #1. Do I have to / or should I, set up a database before
I build my
> website?
>
> #2. Since each platform has 35 colors I want to only
showcase 6 or 9 items
> on
> each page and have additional page numbers at the bottom
with the common
> fields
> << Previous | 1 | 2 | 3 | 3 | Last >> How do
I set this up with my
> template
> design that I already have? is it a matter of having to
make THAT many
> pages ?
> or is there a simple code that will allow me to have
this done for me?
>
> I want to replica :
>
http://www.decalgirl.com/browse.cfm?viewfrom=1&catid=232&step=2
And I
> see
> some sort of "catalog ID" coding in the html. Is that
done by dreamweaver?
>
> I also really like how they have the "Narrow your
search" by colors and
> themes. Is this also done in dreamweaver?
>
> As you can see I started a search box on the left but I
have no idea how
> to
> make it work.
>
> #3. Which "free" shopping cart would be recommended for
my store?
> osCommerce?
> E-Commerce Express by Mercantec? Agora?
> I would like to have the option for customers to either
create an account
> or
> make a one time purchase. And most importantly to be
able to input coupon
> codes
> because I will run promotionals. I'm only concerned
about payments
> through
> paypal, I don't have nor plan on getting a credit card
merchant account.
>
> I appreciate your time for reading my questions and for
posting your
> comments/help/suggestions. If you need more information
let me know and I
> will
> post it.
>
> Thanks,
>
> Doug
>

Similar Messages

  • New to BC and in desperate need of help setting up my online store!

    So, I'm nearing the tear-your-hair-out stage of attempting to set up an online store.
    I'm brand new to BC, and the only reason we're trying it out is because Adobe claims the integration for e-commerce is so easy.  Ahem.  I created a Muse website for a client ( http://themenschonabench.businesscatalyst.com/index.html ).  For the time being, I just want to offer ONE item to be purchased through the 'cart' page.  Can anyone give me easy to follow instructions on how to go about this?  I've watched a million tutorials and haven't found one that SIMPLY explains how to link one product to a template I've already established in Muse. 
    Any and all help is greatly appreciated!

    Yeah, Muse.
    Muse is a basic site creator that steps you into the web world. For that it is really good and quite nice useability. But that is as far as it goes for now, It does not support more complex website features such as the eCommerce directly.
    You need to have a beter understanding of html, css and javascript to utliise all of BC eCommerce properly, but without that knowledge if you just develop it in the BC Admin you can get something produced.

  • Advice on creation of an online catalog/store, please.

    I want to create an online store of food products using a  format similar to the Flexstore Sample application. If you are not familiar  with that application, you can see it here: http://examples.adobe.com/flex2/inproduct/sdk/flexstore/flexstore.html.
    The sample, of course, works fine, but it's a catalog  with a total of 18 products, not likely found in real life. The project I am considering  would have about 1200 products; there would be 24 categories, each containing a  number of products rangin from 2 to 460. Of course, I know better that to start  out loading all the products as the little sample application does.
    I envision initially loading one of the categories that  has between 50 and 100 products (I did one version with 220 products and it  worked OK). But I have not yet even come close to figuring out how to go about  this.
    Here are some thoughts/questions:
    Initially load one category? – not one with a  lot of products, then keep adding to the total catalog as users check new  categories.
    I see the checkout portion of the program as a Flex  module, to be loaded only when a visitor get to the point of checking out.
    How do I handle a collection that keeps growing?  – after 250 or so products, things really start slowing down.
    How do I handle that one category that has over  400 products? A separate module? Break it down into subcategories?
    And there are many more issues, I'm sure some I have not  even thought about.
    I would love to hear any comments/ideas/suggestions about  this. When the store is ready, you'll be invited to the opening.
    If anyone knows of a real-life catalog/store application made in Flex, please point me to it.
    Success to all on this new year,
    Carlos

    From the replies so far, I can see that a little more information about my project is in order:
    For this project, I am working from a merchant datafeed, so I already have database tables with all the product and food category data – I also have the URLs to all the images – and actually the images on my server. So archemedia, I have no problems bringing the data from my ColdFusion server into Flex – a recordset of 1200 rows is nothing.
    My concern and the bottleneck here is creating and displaying many thumbnails at one time. I have to rule out creating and displaying "All Categories" the equivalent of "All Series" in the Flexstore sample (see mi original post on this thread) – that works fine in the sample with its total of 18 products, not so well when you have 1100+ items to display. That is really the part of this project about which I need advice.
    Here is what I am thinking: starting out selecting and displaying X category (one with no more than 75-100 products). Then, bringing in one category at a time, as the user selects them in the ComboBox. I guess I will have to split categories containing over, say 100 products into smaller subcategories.
    It helps to just hear feedback, so I want to thank all of you who have already replied. And y'all please keep those ideas coming, ya hear?.
    Carlos

  • Online Store 1.0  - which process set the value of App Item 'FULLNAME'

    Hi,
    I just very curious about which process set the value of App Item 'FULLNAME' ini the packaged Apex App - Online Store 1.0 .
    At Navigation Bar, there is a entry named "If you are not &FULLNAME., Click here |". However I can't find how the app set this application item value in any process when login.
    any idea, I will be very appreciated.
    Thanks in advance.
    PPMonkey

    Check the post-authentication process in the current authentication scheme and the call to ols_getname.
    Scott

  • How to create simple online store

    Hello!
    If anyone could help me it would be greatly appreciated!
    I am looking at creating a very simple online store to sell some products on my site: www.hopeproject.co.za.
    Is there a very simple tutorial that can show me how to program it step by step in order for this to work?
    Any advice appreciated.
    Wes.

    In the meantime I took a good look at ecwid
    There is a video online here http://www.ecwid.com/video/ecwid-tutorial-video.html
    These people are form Russia, but don't let that put you of, they are the people behind F-Cart, X-Cart and LiteCommerce.
    Ecwid is really amazing, I  tried setting up a store and got it working in minutes. Pasting the code in the main content area of an empty page (both static and CMS-based)  is all it takes. It works great with some nifty touches like dragging and dropping into your bag. It is lightning fast and customisable through CSS.
    The software is in beta, meaning that they are adding things as they go.
    As it is now, I cannot use it since some things that are specific to my country (mainly payments other than Google Checkout and Paypal) are not yet supported. But if you are in the US you can already make a fully functional webstore, for free.
    So all you webheads check it out.
    here is the demo-store: http://www.ecwid.com/demo-frontend.html#ecwid:category=3003&mode=category&offset=0&sort=no rmal

  • I want to set up an app store account without a credit card

    i want to set up an app store account without a credit card and it shows on the help site online an option to set up with none but on my phone it only shows visa mastercard and amex i already updated the software to the 5.0.1

    i tried those steps on my phone before creating an account
    i am still stuck with the 3 choices. i went so far as to create other accounts from scratch to get the choices. i did not even have itunes on the 2nd computer i tried on so would be hard to sign out of it

  • How do I remove my credit card information from the Apple Online Store? Not iTunes store, the online site.

    I'm trying to remove my CC information from the Apple Online Store, but it won't let me erase it. When I look for a way online, I only find information on how to erase it from the iTunes Store. Maybe the answer is right in front of me but I'm not seeing it, but some help would be much appreciated.

    Hello Spennetrator94,
    After reviewing your post, I have located an article that can help in this situation. It contains helpful advice concerning payment information. Removing the payment information from your Apple ID will remove the data from the various stores.
    Change or remove your payment information from your iTunes Store account (Apple ID)
    http://support.apple.com/kb/ht1918
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • Apple online store billing and delivery address

    I live in Brazil and I want to buy a Macbook. But when you change the site's setting to Brazil instead of united states of america, you get less options when configuring you Macbook. So I was wondering, living in brazil, can I buy a product on the american online store and have it delivered to Brazil?

    no

  • Online Store Issue - Unsecure page

    I have a problem with my online store and the product ordering process.
    1.  A customer recently advised that their "browser says your website is untrusted when I clicked on the buy now button".
    2.  I could not replicate this error, however, when I clicked on CHECK OUT, I was taken to an UNSECURE page:
    https://wealthwise.worldsecuresystems.com/OrderRetrievev2.aspx?Step=13&CartID=fef05a42-b53 a-4ce1-ad07-25ff94a1ac55&CheckOut=1&ASESSID=66d73e6d-bdb5-4b76-a56c-9d8bef234f28&ANONID=90 010fbe-c77e-4cb3-bb4e-04d9852ba8d1&VISID=0abc434f-5b6d-46b7-bf70-fb858d73f3cc%23www.wealth wiseeducation.com%2301.12.2013+23%3a00%3a26.645&VID=25211889&VSV=&SelectedRateKey=
    I was using Chrome.
    A friend tried the process on his computer using Chrome - it took him correctly to a SECURE page.
    I tried the process again on Internext Explorer and Firefox - I was taken correctly to a SECURE page.  Yet, it always goes to un UNSECURE page on my computer when I use Chrome.
    Are the two above problems related?
    Is there a fix please?
    Many thanks.

    I have already been contacted. I informed them that I will be returning the entire order upon receipt. It is unacceptable to me to have to chase things down like this. Better testing between your store front and the Amazon site should have been done.
    Your support staff was not empowered to make a?decision about a mere 40 dollars.
    I cannot do business with companies like Creative. I will still enjoy the 2 sets of Creative PC speakers I have purchased, but I will never purchase another Creative product.
    Email I finally received:
    Hi Jim,
    I have received an email regarding your concerns, and I would like to take the time to handle this personally. I will work to refund the $40 and give you a coupon for 20% off your next purchase (MFQBBLEU) Please keep in mind that this coupon is exclusi've to you and cannot be distributed. I sincerely apologize for any inconvenience this has caused you. We really appreciate your business and want to help make your experience better.
    Thanks,
    Johann Pacla
    Channel Marketing & eCommerce Manager
    Creative Labs, Inc.
    [email protected]
    408.28.9825 phone
    my response:
    there is no need. i will be returning the entire order to amazon upon arrival.
    I am sure Johann belei'ves me as I have not received a reply to that response.

  • Are the prices shown on Apple online stores the price actually paid or are these prices subject to extra local taxes..VAT or purchase tax etc

    Are the prices shown on Apple online stores the price actually paid or are these prices subject to extra local taxes..VAT or purchase tax etc

    Paul_31 wrote:
    I think it varies. In the UK and France, for example, where I have purchased from the online store the prices included relevant taxes. I believe that in the USofA and perhaps some other countries that the price shown is net of tax because the tax rate varies from state to state.
    You can always go through the process of preparing an order at the Mac Online Store for your country and it should show the price together with any taxes. You don't, of course, actually have to place the order .
    I'm sure someone will correct me if I'm wrong about the USA online store.
    Correct Paul - in the USA, each State sets its own sales tax, so the tax is only calculated during checkout once you've entered shipping/billing information.  Even within some states, some cities have their own sales tax rate (eg. New York State is 4% but New York City is 8.875%).

  • Setting database option ONLINE to ON for database "dbname"

    Hi
    Today i faced a wiered issue, One of my database on sql  server 2005 was offline.
    Scenerio: One fo my database was offline , I checked in
    1. SSMS (GUI) -- DB is offline
    2. sys.databases  (status) -- offline
    3. Job is using DATABASEPROPERTYEX and its ignoring databases as status is offline.
    And we also know (observed) if we change status from online to offline , Message come as below
    Setting database option OFFLINE to ON for database "dbname".
    SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'Object Plans' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.
    SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'SQL Plans' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.
    SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'Bound Trees' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.
    And when we change from offline to online , message is like
    Setting database option ONLINE to ON for database "dbname".
    Issue : Now When i change database status from offline to online (online to on), below message generated. This only happen once and i am not able to regenerate same
    Setting database option ONLINE to ON for database "dbname".
    SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'Object Plans' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.
    SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'SQL Plans' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.
    SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'Bound Trees' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.
    Confusion: Why cache stores are flushed while taking database online ??
    Thanks Saurabh Sinha http://saurabhsinhainblogs.blogspot.in/ Please click the Mark as answer button and vote as helpful if this reply solves your problem

    This message was introduced in SP2. From online help about ALTER DATABASE athttp://msdn2.microsoft.com/en-us/library/ms174269.aspx
    When the database is set to
    AUTOCLOSE = ON, an operation that initiates an automatic database shutdown clears the plan cache for the instance of SQL Server.
    Can you check the above?
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Hello, I live in Russia and would like to purchase I-phone through the online store E-bay from a private individual. As in this case, the guarantee?

    Hello, I live in Russia and would like to purchase I-phone through the online store E-bay from a private individual. As in this case, the guarantee?

    Again, the iPhone warranty is NOT international. And, if I may offer unsolicited advice, buying from ebay is always risky. Most sellers are less then honest when it comes to iPhones. They might state that the iPhone is unlocked when it is not; it might not be really unlocked or might be hacked/jailbroken.
    My advice to you is to buy in the country you intend to use the phone and buy it from a legitimate source such as Apple or an authorized reseller.

  • Is the Apple Online Store currently off line (for the holidays)?

    I just made a new year's card in iPhoto, but I can't mail it to the Apple Online Store. I use OS X Lion and up to now I didn't have any problems... I made alle possible software updates...

    Thanks for the advice, but it didn't work. Even after rebooting Iphoto shows the same error when I want to send it to the Apple Online Store...

  • Turning my Dreamweaver website into a online store

    Can someone please help me.  I have created a website that will have a online store.  I am at the point where I am ready to add the custom html / tags from my hosting company that will make my site a store.  The instructions tell me to delete part of my website and copy and paste their code in its place.  Is anyone failmer with this?? If yes, can you give me a short example of what part of my site to delete and replace with their information.
    Thanks in advance

    Not sure that this will work:
    firstly the personal web sharing thing is only for
    computers on a network or intranet not across the
    internet.
    That's not true - I used it for years to host my own website. The button in System Preferences simply issues the command 'sudo apachectl start' to start the Apache webserver.
    Anyway, to host your website, you'll need to not only turn on Personal Web Sharing (the relevant firewall ports on the G5 should open up automatically) on the G5, but you'll need to set up your router as well.
    Hopefully there's some place on your router where it shows you its WAN IP, i.e., the address that it has for the "outside world". That's the address that any visitor would need to connect to. Of course, this could change if you have a dynamic IP connection with your ISP.
    The router also needs to be configured to forward traffic to your G5 if that traffic arrives on port 80 (the standard port for http traffic), and maybe on port 443 (for https connections). This may be called port forwarding or virtual servers or something like that, depending on whose router you have. You'll also need open up those ports on the router's built-in firewall.
    If you want to use "proper words" in the URL, you need a domain name. Preferably, you'll have a static IP address to use with this, or if you don't, you can use a service such as DynDNS.
    This is the setup in a nutshell. Work with getting this configured and see if someone can successfully connect to your server from the outside.
    Feel free to post back with questions as much as you like. It will work; I had my old PM9600 (running OS X) operating as a webserver/mailserver for several years.

  • "There was a problem communicating with the Apple Online Store. Please try again."

    When I try to order prints on my Macbook I get the error .... "There was a problem communicating with the Apple Online Store. Please try again."  I've gotten this error for a few days.  When I try the same thing with my wife's Macbook Pro there are no issues.  How do I fix the problem on m Macbook?

    I found the problem thanks to some help given.
    Go to iPhoto menu -> Preferences... -> Advanced -> > Print Products Store  was set to "none". I changed that to my own country and then it worked, I could place the order.
    Thanks a lot!

Maybe you are looking for

  • Alv list in module pool programming

    hai abapers , i developed an alv grid display in module pool programming,my prbm is when i click on list button in my prm its displaying list n coming back to main screen if again i click on list button list is diplaying twice like this so on,how man

  • Handling timeout issues

    I saw in a previous post that it was recommended to use a try/catch block when a timeout is expected to occur. I have 2 issues with that approach: 1) Does now allow accurate timing of how long a certain step takes. 2) If there's a dependency that tha

  • Camera-Raw (Raw-Coverter)

    Is there available a Raw-Converter that supports Nikon D4-Files under Photoshop Elements 10 - Windows Version. If yes - where can it be downloaded? I don't mind if there is only a release canditat available. If no - when will it be available for Phot

  • Luminance detail/contrast

    Hi, I'm trying to use the noise reduction options in Camera Raw 6.0 (CS5) but I can only access the Luminance slide. The Detail and Contrast slide remain light grey even when the Luminance slide is on 100 i cannot access the other 2 slides. Normally

  • Spotlight can't find my PDF files.

    Hi all, just bought a ipad mini. I have downloaded Adobe PDF reader. I have placed several pdf files on my device. When I use Spotlight to search for a file, it can't find it. It does not list any of my pdf files. In Settings - General - Spotlight Se