Archive

Posts Tagged ‘available for’

Out Of Stock Email

July 23rd, 2009 Comments off

Some of our customers would like to get an email notification when an item is back in stock and available for purchase. We need a means for them to be able to enter their email address and the program capture the item information they are interested in and retain their email address information. Once we update our inventory and the item reflects available for purchase an email would be automatically generated to the customer advising the item is now available for purchase. The email should say

Need Bulk Sms Website

June 23rd, 2009 Comments off

We want to build a sms portal to meet the following requirements.
1. Programming Requirement

1.1. Language – PHP

1.2. Database

Categories: MySQL, PHP Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Xml Parser Php Script

June 2nd, 2009 Comments off

I need a php script to parse data from results of search requests similar to this:

http://www.popshops.com/v1/0yp0rj3hqei08nztbslkxco1m/products.xml?catalog_key=8dma5bktzb9bseed24byo2z3w&keywords=ipod+16gb

The results will then be displayed on our online shopping mall website (www.ShoppingMinistry.com). It should display a list of available products and allow customer to sort by name, price etc. It should also allow them to narrow the search by available parameters.

Here are more info about available parameters etc:

Request URL

http://www.popshops.com/v1/0yp0rj3hqei08nztbslkxco1m/products.xml
Required request parameters
Field Value Description
catalog_key string Unique key identifying catalog of merchants: 8dma5bktzb9bseed24byo2z3w
keywords string

A list of keywords to search across your catalog merchants.

keywords=ipod Is a basic search for products containing the keyword ‘ipod’

keywords=ipod -case is a search for products containing the keyword ‘ipod’ and NOT containing the keyword ‘case’
Optional request parameters
Field Value Description
merchant_id integer A unique PopShops merchant_id, limiting products to a single merchant
merchant_type_id integer A unique merchant_type_id limiting products to a single merchant_type.
category_id integer A PopShops category ID, limiting products to a single merchant’s category. Category ids are currently only returned in product query responses.
brand_id integer A PopShops brand_id, limiting products to a single brand
price_min decimal
10.00,19.95, etc
Price minimum product prices should not go below
price_max decimal
10.00,19.95, etc.
Price maximum product prices should not exceed
product_sort name_asc
name_desc
price_asc
price_desc Featured (default), Name (A-Z), Name (Z-A), Lowest Price, Highest Price
product_limit 1-100 Number of products to display at a time. 100 maximum.
product_offset integer Number to offset the product results by
include_deals boolean
1 or 0
Available deals can also be included in the result set that match returned products and merchants.
url_subid string Custom subid/sid to be appended in any final affiliate product urls.
Response fields
Field Description
search_results Contains all of the query responses. Attributes:

* keywords: any keywords passed in
* product_limit: any product_limit passed in
* product_offset: any product_offset passed in
* merchant_id: any merchant_id passed in
* category_id: any category_id passed in
* brand_id: any brand_id passed in
* product_sort: any product_sort passed in
* price_min: any price_min passed in
* price_max: any price_max passed in
* merchant_type_id: any merchant_type_id passed in

products Contains products matching the query parameters. Attributes:

* total_count: Total number of products matching the query parameters

product Contains an individual product. Attributes:

* name: The name of the product
* description: The description of the product
* merchant_id: The merchant_id for the merchant the product belongs to.
* large_image_url: A url for the largest sized image available for the product.
* medium_image_url: A url for a medium sized image of the product.
* small_image_url: A url for a small sized image of the product.
* merchant_price: The price offered through the merchant. Usually corresponds to the lowest price.
* retail_price: The listed retail price of the product.

price_ranges Contains price_ranges for products matching the query parameters.
price_range Contains an individual price_range. Attributes:

* max: The max dollar value in the range
* min: The min dollar value in the range
* product_count: The number of products within this price range.

merchants Contains top merchants for products matching the query parameters. In many cases the number of merchants matching the query is too many to bring back, so this will only bring back the top 50 merchant matches by product count. You may encounter results where you get a product on a page and there is no matching merchant in the merchants node.
merchant Contains an individual merchant. Attributes:

* id: A unique id for the merchant. You can pass this in as a merchant_id to filter products to this specific merchant.
* name: The name of the merchant.
* product_count: The number of products matching the query for this specific merchant.
* logo_url: If available a logo_url will be provided which is a url to small thumbnail of a logo for the merchant.
* url: If available the url will be returned, which is a landing page for this merchant.
* merchant_type_id: If the merchant belongs to a merchant_type, this will be the id for the merchant_type. This can be used to further filter products as a merchant_type_id parameter.

merchant_types Contains top merchant_types for products matching the query parameters.
merchant_type Contains an individual merchant_type. Attributes:

* id: A unique id for the merchant_type. You can pass this in as a merchant_type_id to filter products to this specific merchant_type.
* name: The name of the merchant_type.
* product_count: The number of products matching the query for this specific merchant_type.

brands Contains top brands for products matching the query parameters.
brand Contains an individual brand. Attributes:

* id: A unique id for the brand. You can pass this in as a brand_id to filter products to this specific merchant_type.
* name: The name of the brand.
* product_count: The number of products matching the query for this specific brand.

suggested_merchants If the keywords match any merchant names, or have been tagged by PopShops as belonging to a specific merchant, this node will return any merchants that may be possible matches. This node will have child merchant nodes with attributes available on normal merchant nodes.
deals Contains deals available for products,merchants, and suggested merchants matching the query. Attributes:

* restrictions: Global restrictions that apply to any deal returned.

deal Contains an individual deal. Attributes:

* name: The name of the deal.
* description: A description of the deal.
* url: The redirect url for the deal.
* image_url: If an image is available for the deal, this will be a url for that image.
* specific: This is a boolean (true/false) indicating whether the deal is specific to a product, or applies to all products from the merchant.
* start_on: The start date the deal is valid.
* end_on: The end date the deal is no longer valid.
* code: Any associated code for the deal. This is a code that would need to be used to redeem the deal.
* deal_type_ids: The deal_type id indicating what kind of deal this is.
* restrictions: Any applicable restrictions unique to this deal or merchant.
* merchant_id: A unique id for the merchant.
* merchant_type_id: The id of the merchant_type the merchant of this deal belongs to.

Categories: MySQL, PHP, XML Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Programming Project 1242104823

May 12th, 2009 Comments off

For http://AdultFreelance.com I need to create from a Dating site -> a DIRECTORY/Portfolio based site by applying these modifications:

1. On profile page http://www.adultfreelance.com/admin/ under AVAILABLE FOR:
put checkmarks boxes if selected and UNCHEKED if not selected. Max 4 items/column.
(example1: http://www.starnow.com/naomim)
(example2: http://www.newfaces.com/hilary) under MODELING INTERESTS.

2. On profile page – just above comments – create PHOTO gallery as pop-up zooming (with NEXT/BACK buttons) on the photos. Photos will be taken from Albums .. also with AJAX TABS as http://www.newfaces.com/hilary representing each Album under each AJAX TAB.

3. Make Google Maps show the Location of the user city taken automatically from LOCATION field.

4. On profile page change to as now AJAX but Bigger Stars Voting solution. Make it Nice!

5. On Home Page, put LATEST CASTING CALLS – side to side with New Members & New Casting Calls.
Example: as on http://newfaces.com/ or http://ifreelance.com/

6. Create Search Filter as on http://www.demozzz.com/dolphin7a/browse.php or http://www.starnow.com/Talent-Directory/ (by Country/Region, Age, Sex & Category with another filter that slides out taken from AVAILABLE FOR on top Checkboxes.
(example: http://itmodels.com/models/)

The Search has to be as Default with 4 Profiles/Row – with the option to switch to DETAILED VIEW as now 1 profile/row.

* On each user picture mouse roll-over should pop-up nicely user Basic Info & AVAILABLE FOR list.
(example: http://itmodels.com/models/)

* SORT BY filter as well: by Age, name, recently added, height, available.
* AVAILABLE/Not Available Status.

7. Make Search Results come up based on MEMBERSHIP LEVEL… Starting Profiles to display from: ELITE, PLATINUM, SILVER, FREE. Make User Membership Level Badge to correspond with the Badge showing Membership Level on profile page, search results and everywhere else throughout the site.

8. Comments/Guestbook: Add Ajax based star reviews with 4-5 criteria. As on Ebay http://pics.ebaystatic.com/aw/pics/screenshots/scrFeedbackScores.gif under Section C.
Needs to be shown for each feedback left.

9. EVENTS/CASTING CALLS: http://www.adultfreelance.com/events/calendar/Add

CUSTOM Fields: Category, Number of Roles, Audition Location, People can apply from Location, applicants age range, Sexes, Travel expenses, Fees, etc.
Example Layout: http://www.newfaces.com/auditions/Film-Movie-casting-calls_8053

10. On profile page, put a button INVITE TO CASTING … Once clicked, ajax window will pop-up of this user available Casting Calls from his profile he listed. Invitation Email will be sent to the user to Apply for Casting.

11. On CASTING CALLS Calendar page, under put a list of ALL Recent Posted Jobs with FILTER on the side as here: http://www.newfaces.com/castingcalls-auditions.php

PLEASE: Give me a realistic quote or reply with quotes for each Feature/Modification.

Serious Bidders only with Few hours and Good feedback will be considered… PHP tests taken will be a plus for your consideration!

Give me a good deal!

Your Time Frame & constant progress updates will be required preferably on a daily basis.
If you give me good prices, we will work together on many other web projects.
I Often PAY BONUSES for the work well done, fast & with enthusiasm, advice!
Thanks!!

Php/ajax Developer Custom Mods

May 7th, 2009 Comments off

For http://AdultFreelance.com I need to create from a Dating site -> a DIRECTORY/Portfolio based site by applying these modifications:

1. On profile page http://www.adultfreelance.com/admin/ under AVAILABLE FOR:
put checkmarks boxes if selected and UNCHEKED if not selected. Max 4 items/column.
(example1: http://www.starnow.com/naomim)
(example2: http://www.newfaces.com/hilary) under MODELING INTERESTS.

2. On profile page – just above comments – create PHOTO gallery as pop-up zooming (with NEXT/BACK buttons) on the photos. Photos will be taken from Albums .. also with AJAX TABS as http://www.newfaces.com/hilary representing each Album under each AJAX TAB.

3. Make Google Maps show the Location of the user city taken automatically from LOCATION field.

4. On profile page change to as now AJAX but Bigger Stars Voting solution. Make it Nice!

5. On Home Page, put LATEST CASTING CALLS – side to side with New Members & New Casting Calls.
Example: as on http://newfaces.com/ or http://ifreelance.com/

6. Create Search Filter as on http://www.demozzz.com/dolphin7a/browse.php or http://www.starnow.com/Talent-Directory/ (by Country/Region, Age, Sex & Category with another filter that slides out taken from AVAILABLE FOR on top Checkboxes.
(example: http://itmodels.com/models/)

The Search has to be as Default with 4 Profiles/Row – with the option to switch to DETAILED VIEW as now 1 profile/row.

* On each user picture mouse roll-over should pop-up nicely user Basic Info & AVAILABLE FOR list.
(example: http://itmodels.com/models/)

* SORT BY filter as well: by Age, name, recently added, height, available.
* AVAILABLE/Not Available Status.

7. Make Search Results come up based on MEMBERSHIP LEVEL… Starting Profiles to display from: ELITE, PLATINUM, SILVER, FREE. Make User Membership Level Badge to correspond with the Badge showing Membership Level on profile page, search results and everywhere else throughout the site.

8. Comments/Guestbook: Add Ajax based star reviews with 4-5 criteria. As on Ebay http://pics.ebaystatic.com/aw/pics/screenshots/scrFeedbackScores.gif under Section C.
Needs to be shown for each feedback left.

9. EVENTS/CASTING CALLS: http://www.adultfreelance.com/events/calendar/Add

CUSTOM Fields: Category, Number of Roles, Audition Location, People can apply from Location, applicants age range, Sexes, Travel expenses, Fees, etc.
Example Layout: http://www.newfaces.com/auditions/Film-Movie-casting-calls_8053

10. On profile page, put a button INVITE TO CASTING … Once clicked, ajax window will pop-up of this user available Casting Calls from his profile he listed. Invitation Email will be sent to the user to Apply for Casting.

11. On CASTING CALLS Calendar page, under put a list of ALL Recent Posted Jobs with FILTER on the side as here: http://www.newfaces.com/castingcalls-auditions.php

PLEASE: Give me a realistic quote or reply with quotes for each Feature/Modification.

Serious Bidders only with Few hours and Good feedback will be considered… PHP tests taken will be a plus for your consideration!

Give me a good deal!

Your Time Frame & constant progress updates will be required preferably on a daily basis.
If you give me good prices, we will work together on many other web projects.
I Often PAY BONUSES for the work well done, fast & with enthusiasm, advice!
Thanks!!

Bear