Archive

Posts Tagged ‘will see’

Price Options

February 3rd, 2012 Comments off

I need to get a price options added to my Daily Deals Website. Just like the one you will see here, please go here http://www.groupon.com/central-jersey/ and click on the Buy Button.and you will see a pop up that has a couple different price options. I need that, once you click an option it will go into the shopping cart and you will see the Prices there. I need it added to this website here hottedeals dot com now it will need to be implemented into the Admin panels as well, under where I make t…

Need Admin Fixed Easy Quick

September 3rd, 2009 Comments off

Ok you will see on the upload what the website address is, now you will see the admin section, there are 1 error when trying to change something on events page, also you will see on the screen shots the events that should be showing up on the site but do not, also there is a image issue, will only allow 4, when you upload more some disappear, someone that knows what they are doing these are easy fixed, again a majority of the work is on admin panel, with upload issues etc, 3 or 4 easy fixes. Also Need a few other changes like site credit (easy 5 minute job) and also need you to check to make sure all forms (there are 5 in total) are all going to a particular email address, perhaps a 2 hour job for a telented person with admins and errors.

As 2.0 Transform Tool

July 12th, 2009 Comments off

Fisrt of all, please have a look at this unfinished small flash app

http://nidds.com/planner.swf

What am I paying:

$20 – $40

Description:

1) This is a small PLANNER app coded in ActionScript 2.0.
2) It is used to design what we have in mind about the furniture inside our house.
3) So, when you enter the dimensions of the floor and click START, you will see a floor area with the same dimensions you enter
4) Along with the floor area, you will see lost of furniture products beside the floor area.
5) User will be able to drag and drop those furniture products on to the floor area
6) Once the user has chosen the products, he/she will click on PRODUCT SELECTION on the top right and will see the list of products he/she has chosen.
7) The DOWNLOAD PDF button on this screen at the bottom left corner allows them to download this product list in PDF format

What is wrong?

1) The basic floor area is coded to resize itself accordning to the user input. If you observe closely, when you click START, three additional options appear below the floor area which are TILES, WOODEN PLANKS, and UNI
2) TILES meaning squares inside the floor area giving a user the tile effect; WOODEN PLANKS meaning equidistant horizontal lines inside the floor area giving the planks effect; and UNI meaning empty floor area
3) Now, the alignment of this inside drawing is not appropriate. Please try entering different dimensions inside the input boxes and you will see the difference
4) Also the objects that appear beside the floor will be dragable upon mouse click and droppable upon mouse release and the target area is the floor area. Once released the objects will have transform handles (rotation and scale). I have the complete code for all this but it has errors

What I need?

1) I need an action script 2.0 expert
2) Since I have the complete code, all the expert needs to do is a code walkthrough and detect errors and fix them
3) The code I have has the components and classes for rotation handles but does not have them for resize (scale) handles so I need this expert to quickly create them and merge them with the existing and fixed code.

Once this is done, there is more work to follow as the download method needs to be set up. So the coder that does this for me at the price I can afford, I might have future work

Please use PMB for additional questions. I always play fair so dont feel that I am doing injustice at any point. My requirements are clear so I expert the bidders have understood my needs and my limitations prior to bidding.

Thanks for reading and bidding.

Fix Database

June 18th, 2009 Comments off

I need someone to fix my search database. I have an admin panel I use in the background. Basically if you go to: http://www.APetAdoption.com

You will see on homepage, the “quick search” box:

-drop down the box and you will see I have the animals by category. Small dogs…medium dogs…large dogs…etc….

Well for some reason the database is messed up, it is putting some of the small dogs I setup in admin panel to go in that category….but some small dogs that I have setup in the admin panel to go in that category dont appear there….if you look at the VERY bottom of this drop down box you will see a big list of dogs that are scrambled….for some reason it will not put it into these categories.

However if you go to homepage and click “dogs” and then go to “Small dogs” you will see that they are there now…so something with that search box is messed up, probably an edit in cpanel. Also this same box is used when they go to “submit ad” once you log in you select the category where you want the dog to be listed at and you have to find the breed…it is at the VERY bottom again so people think there dog breed they want isnt listed to put up there.

Also with this project I will need you to just change the url path of the “Contact” in the navigation bar you see on all pages of the site, for the forums and forum pages it is setup correctly but just on the classified section and ecommerce section I just need you to edit to the right url.

Last part of this project is this page:
http://www.apetadoption.com/PetSupplies/

I need the header image on this page to be centered. Also the tabs below the nav bar I would like for you to just put a space between the nav bar and where its nav bar starts…basically add a simple <br> html code on that page.

Thanks! I am looking to have you start on this right away if you bid, be ready to go!

Form Upgrades

May 20th, 2009 Comments off

We have a file that hold information for different lots tied to a product.

1 – If you click on any of the links under lot you will see on the next page you will see the item section with 2 fields next to it. One is lot.item_sku (which equals product.id) and the other is lot.item (which is the same as product.name) Basically we want to have 1 ajax field that we can either enter the product.sku or product.name and when we select it enters the product.id into lot.item_sku and product.name into lot.item. We did something similar to this on another file that we no longer use if it’s helps you can look at it and copy and tweak the code.

2 – We have a section on the product page that we can upload an image of each product. I copied and changed the code so we could upload an image of each cofa for the lot but it’s not working. So we would like where the cofa section is to be able to select and image and have it upload to pics/cofa.

3 – On the lot main page you will see COFA on the right hand side. We would like this to only show up if the lot has an image uploaded and be a link that opens up in a separate window showing the image. So if a lot doesn’t have something in cofa then the link would not show. We have this same code on product.php if you’d like to just copy it from there and tweak it as needed.

4 – When adding a new lot the received date and exp_date calendars do not show so we need them to show up.

5 – Not every item has an exp_date so if it’s not to hard we’d like to have a checkbox next to the calendar that either puts NULL or N/A in the exp_date field.

6 – on the lot main page if you do a FIND for lot K820697 and click into it you will see the inventory says 1.11907e+08. I’m not sure why it shows up that way. It should show up something like 75274.93. So i’m guessing when the inventory gets too long it converts it into this weird #. Is it because the field is FLOAT? If so is there a way to get it to print out correctly? What are the advantages or disadvantages to float.

Bear