Website Design & Logo Design & Online Store

Startup in need of a website that will be an online hair store. Site will need a shopping cart. Want to base the site on https://www.indiquehair.com. Will not offer as many products, but need the same functionality. Also looking for logo design assistance. Would prefer a programmer that speaks very good English, is available to chat via g-chat or skype. Looking to have this project completed in 30 days.

I can provide all of the photos for the site and am looking for a professional programmer that has experience in creating online stores and shopping carts. Would prefer a Joomla based site but am open to others. Want to be able to make changes myself easily after the site is created as we will likely be adding products in the future.

Need A Program Created

Hi, I need a simple program to be created.

I want to create something that allows me to upload products a little faster than I would be able to manually to an online shopping site.

A program that allows me to do the following:

Note: (To get a visual idea of what I want please see attached image)

1. Open up an excel csv file with my products.

2. Let’s me select the first 10 items that I want to upload from the excel file. My excel file will only contain the item number, title, asking price and the product description.

3. Once I do that, I will then be able to open a folder that contains all the product images for that excel file.

4. Once uploaded, the program will look at the excel file, read the 10 cells, and it will match those numbers to the corresponding picture in the folders. ( will be matched by item number which will be the first cell of each product.)

5. Now we will have 10 products with the 10 images ready to upload.

6. Somewhere I will be asked for payment options.(see bottom of attached image) It will ask if I want to receive a check or receive payment via payal. The paypal selection will give me the option of entering my paypal e-mail address in a box.

7. Below payment options, you’ll see shipping options. ( see image for info there)

8. I will then be able to press a button and 10 browser windows will open up with 10 product submission pages. (http://bit.ly/5FQTEX) The program will then fill in the data for each of the 10 products into a browser page and upload the corresponding image as well as the data entered for payment and shipping options.

9. I will then be able to look at them to make sure that the data is correct and when it is, I will submit each of the 10 listings individually.

It doesn’t have to be exactly as I show in my image or how I described it. If you have a better way, feel free to run it by me. 🙂

I don’t want to flood their website with too many listings at once, so doing only 10 at a time should be ok. That way I will get a lot listed without causing any problems and more importantly, in less time that doing it all manually. 🙂

If you can do this for me, please place a bid. 🙂

Oscommerce Site Template Installation

I have an OsCommerce site using fantastico hosted on justhost.com.

My site currently looks like this www.luxedesignshoppe.com but I bought a template and need the template installed. This is the template I bought http://thischickdesigns.com/item_142/CAFE-MOCHA-SHELL.htm

I have the HTML codes and images but from what I understand, you will need to format them and install it.

Please read the template site for more details.

Phase 1 Of Peer To Peer Selling Website Development

We are currently hiring for the creation of only the beginning of a web site. If this first part is completed to satisfaction, there will be more work IMMEDIATELY. The purpose of this process is to find the proper match for our requirements and working style.

The general purpose of the website will be to provide a marketplace for a specific type of transaction. There will be two types of users, the ‘buyer’ and the ‘seller’ with some shared and some distint actions they can perform on the site, such as listing a product, browsing categories, searching, rating the buyer or seller etc… In its finished form, we would like a fast, dynamic, secure, scalable database driven site that is intuitive to navigate and easy to manage from the back end.

The features we would like developped as an initial phase are: user account creation on the website (registration), user secure login, create a posting, search postings. Details are below:
1. User registration:
– The user clicks the “register” button and is brought to a form
– First name
– Last name
– Email address (confirm format [email protected])
– Password
– Confirm password
– Country (drop down)
– Address Line 1
– Address Line 2
– City
– Province (drop down for Canadian provinces)
– Postal code
– Phone number
– Check mark for accepting terms of use
– Click Register button
– Validate information including uniqueness of username
– Confimation page informing that an email will be received to complete registration
– Send email with link to confirm
– Link brings back to site with validation of account

2. User secure login:
– Username and password fields
– Login button
– Stay logged in check box
– Link for forgotten password
– If clicked prompts for username and sends email with link back to site with a form to create new password and confirm password

3. Create a posting:
Form:
– Select category (create 3-4 categories to pick from)
– Upload photo
– Title field
– Description field
– Price
– Shipping price
– Preview
– Publish
– Confirmation with link to posting

4. Search posting:
– Search box allowing to search through the postings
– Ability to browse categories (Can use categories from #3.)

For completion of this project, please have this functionality up and running on a development webserver which I can access to test the functionality as described. If there are any questions, please do not hesitate to ask. Going forward, communication will be a very important part of our work together and we ask that you be easy to contact, prompt to reply and clear in your communications. To make your work easier, we will do the same thing. Also, as you can see, this project will require a database. One of the criteria we will consider for continued work is secure SQL.

VERY IMPORTANT: To separate you from the spammers, please write “I AM REAL” as the first line of your bid. We will delete ALL bids that do not start with this phrase since in our experience, many bidders never read the requirements. Thank you for reading all the way to the end.

Penny Auction Php Edits 2

I have installed the latest version of a Penny Auction, one that needs some minor CakePHP editing, with provision for graphic modifications. Nothing is Ioncubed. Has been cleaned up, but would like some sniffing for backdoors and other malicious code.

Fixes include the help page is missing. Some CSS editing for font size in the admin section. Make header space taller to allow for bigger logo on top. Edit footer to change copyright line. Fix some style sheet XY coordinates for proper graphic placements. Nothing major at least for now, it works overall. See default installation here: www.rockinauctions.com.

Please, you must know CakePHP, PHP, CSS, and be extremely attentive to instructions. I spend an uncommon amount of time repeating myself to developers for not paying attention to comprehensive instructions. Also, some graphic design experience would be exceptional, but not essential.

I pay according to fairness. If it takes more time, I tip to compensate for low bids. Never do I hold anyone to a set bid, always pay more, never less. If you are really good, expect me to use your service more on this project as needed. I don’t expect this to be more than a $100 project, but who knows.

Mysql Does Not Permit Users To Purchase Multiple Accounts

I want to permit MULTIPLE accounts for members.

My site currently does not permit members to have more that one account.

I want to change this to PERMIT multiple accounts.
Accounts are based on the users email address.
When a duplicate email address is input. I get this response…
“Duplicate entry ‘[email protected]’ for key 2”

Code snipit from my database;
“”PRIMARY KEY (`id`),

UNIQUE KEY `email` (`email`)””

Can I just change the word `email` (`email`) to `YES` (`YES`)?

The correction must not corrupt or disrupt my current system in any way.

I would like to be able to fix this myself if I knew what to edit from phpmyadmin if that is possible. If not I will need complete comprehensive documentation on what changes were made in case I want to undo and revert back to single accounts only.

Thank you for looking and or bidding on my project.