Archive

Posts Tagged ‘kunaki’

WordPress Plugin For Xml Integration

February 8th, 2012 Comments off

Would like to create a wordpress plugin with the same functionality as the attached software.

The attached integrates between Kunaki (kunaki.com) and paypal, ebay and 1shoppingcart.

When a person places an order and pays with paypal or 1shoppingcart.com, the paypal IPN sends the order to the plugin which will then need to pass it through to Kunaki via xml. It will then need to register the order details within a page within the plugin.

The attached software is currently a php sql bas…

Kunaki Dvd Design And Upload

December 21st, 2011 Comments off

Hi Ashley

I know its christmas and all however I’m just checking into see if you’re available to still do this project and have it ready for upload and to also upload it to Kunaki for me within the next 10 days?

Let me know if so. trust all is well.

Cleve

job below:
I have a design for two DVD case covers including the

- cover warp cover, back and front (including a QR code)
- the inside sleeve
- the DVD itself

I have the website design done with the graphics for the exis…

Modify Kunaki – 1shoppingcart Php Script

July 25th, 2011 Comments off

I have a PHP script that integrates 1shoppingcart and Kunaki (www.kunaki.com) via the XML interface. Basically when an order for a CD or DVD comes to my website, the script recogizes it as a Kunaki order and send it to Kunaki for fulfillment. I need the script updated to be able to handle 1shoppingcart’s upsell express module. Right now if someone uses the upsell express module, the order will not get passed to Kunaki. I will send the code that makes up the current script and other information as required. 1shoppingcart and Kunaki knowledge is strongly preferred.

Kunaki Cover And Insert

April 19th, 2011 Comments off

This is an extremely easy job for the right person. Most Design work is done and psds are available.

I have a ebook cover design made which I want to turn into a Kunaki DVD.

I have the psd of the ebook/edvd cover design. So there is no cover
design needed. The back of the kunaki dvd will have the same colour scheme as the already designed cover but on the back there will be some text with my logo and a picture of me. There will be two versions of the back one with a standing picture of me with text and one with a mug shot picture with text.

The insert will be a coupon with a picture of me and my logo. This will be designed by you.

You will submit both the psds of your work as well as the final version with all the proper Kunaki specs. (DVD Cover, DVD Back cover, Spine, Insert and DVD disc)

Please check out

http://www.kunaki.com/artwork.htm

In order to understand the dimensions and proper kunaki specs I need for the dvd case and dvd disc.

thanks

Oneshoppingcart / Kunaki Sync

January 27th, 2010 Comments off

I need someone to assist me with integrating my 1shoppingcart.com account with my cd fulfillment center, Kunaki, which allows for xml service to fulfill orders.

Kunaki info: http://kunaki.com/XMLService.htm
1shoppingcart.com info: https://www.mcssl.com/developer/index.php?title=Main_Page

Project is completed once the two platforms are communicating correctly with each other. And let me know if I will have to post the code to sync the two together in some location.

Kunaki Xml Script 2

December 19th, 2009 Comments off

This should be very simple…

Background:
Kunaki is a cd fulfillment center. They have an xml service for taking orders. Most automation scripts created for Kunaki integration involve integration with a payment processor and ipn and some other verification processes. I don’t need the integration with a payment processor. What I will be using is a simple html webpage that gives away a product from kunaki (no cost for shipping or product). This page will reside in a secured and password protected directory. There is no payment processor. Once at the page a customer fills in their name, shipping address, email address, etc… hits submit and the order is sent to Kunaki.

Things to take into consideration:

A. The kunaki product submission form code is created in the admin area and the code is created in a table.

B. Once a customer fills out the details in the form they hit submit, When they hit submit the details of their order is displayed so that they can check the details of their order. If ok, they can submit the order (sent to Kunaki).

C. When a form is submitted emails are sent to two designated email addresses. One, the admin and two, to the customer.

D. A form can only be submitted once (important).

E. Once submitted the customer is redirected to a page of my choice. Hitting the back button or any other method of trying to go back to the page should be thwarted.

F. The application should be built in php. The application will reside in its own directory on the server. The application should be secure. Each product created in the admin area will have separate files added to the product directory within the application folder

——–
Admin area:

A simple admin area that assists in the creation of individual products. Also, admin setting can be set, for example, kunaki account id, admin password, etc. The admin area assists in the creation of a new product and creates code that can be added to an html page… basically, a simple page builder that outputs the main kunaki fulfillment table that can be inserted into a html page.

Some considerations:

A. Setting up a new product should be step-by-step and a Fill in the blanks kind of thing… Kunaki product name, name, address, etc.

B. There should be some stats area in the admin area that counts each time a form has been submitted to kunaki with customer name and details. This can be edited and the count can be zeroed.

C. Each product set up can have two email addresses that can be sent out. One to admin and one to the customer. The content of the email can be customized for each individual product that is set up.

D. The form, prior to being sent to Kunaki is checked, meaning that their name and address needs to be checked again and they need to select a checkbox that they have checked it. Then, after this they are sent to a page that contains all the details so that they can check it again. They can go back and all the details are still in place, but they can edit anything.

E. A product picture can be added to the product page.

There may be some minor additions, but this should give you an idea of what I need.

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

Kunaki/1sc Integration

December 12th, 2009 Comments off

I need a solution to automate DVD orders from my 1ShoppingCart account, which will notify Kunaki to have them automatically initiate the fulfillment.

Kunaki provides details about their XML here:

http://kunaki.com/XMLService.htm

Kunaki Xml Script

December 7th, 2009 Comments off

This should be very simple…

Background:
Kunaki is a cd fulfillment center. They have an xml service for taking orders. Most automation scripts created for Kunaki integration involve integration with a payment processor and ipn and some other verification processes. I don’t need the integration with a payment processor. What I will be using is a simple html webpage that gives away a product from kunaki (no cost for shipping or product). This page will reside in a secured and password protected directory. There is no payment processor. Once at the page a customer fills in their name, shipping address, email address, etc… hits submit and the order is sent to Kunaki.

Things to take into consideration:

A. The kunaki product submission form code is created in the admin area and the code is created in a table.

B. Once a customer fills out the details in the form they hit submit, When they hit submit the details of their order is displayed so that they can check the details of their order. If ok, they can submit the order (sent to Kunaki).

C. When a form is submitted emails are sent to two designated email addresses. One, the admin and two, to the customer.

D. A form can only be submitted once (important).

E. Once submitted the customer is redirected to a page of my choice. Hitting the back button or any other method of trying to go back to the page should be thwarted.

F. The application should be built in php. The application will reside in its own directory on the server. The application should be secure. Each product created in the admin area will have separate files added to the product directory within the application folder

——–
Admin area:

A simple admin area that assists in the creation of individual products. Also, admin setting can be set, for example, kunaki account id, admin password, etc. The admin area assists in the creation of a new product and creates code that can be added to an html page… basically, a simple page builder that outputs the main kunaki fulfillment table that can be inserted into a html page.

Some considerations:

A. Setting up a new product should be step-by-step and a Fill in the blanks kind of thing… Kunaki product name, name, address, etc.

B. There should be some stats area in the admin area that counts each time a form has been submitted to kunaki with customer name and details. This can be edited and the count can be zeroed.

C. Each product set up can have two email addresses that can be sent out. One to admin and one to the customer. The content of the email can be customized for each individual product that is set up.

D. The form, prior to being sent to Kunaki is checked, meaning that their name and address needs to be checked again and they need to select a checkbox that they have checked it. Then, after this they are sent to a page that contains all the details so that they can check it again. They can go back and all the details are still in place, but they can edit anything.

E. A product picture can be added to the product page.

There may be some minor additions, but this should give you an idea of what I need.

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

Kunaki Script Installation

December 4th, 2009 Comments off

I need someone to make sure my Paypal orders are integrated with Kunaki. I have Disc Buddy scripts and paypal/Kunaki software and want to make sure information is correctly routed. Details to winning bidder.

Oneshoppingcart To Kunaki Xml

December 2nd, 2009 Comments off

I need an xml script that will interface my 1ShoppingCart to Kunaki CD manufacturer. So a customer will order a CD in my shopping cart, and the xml script will communicate with Kunaki to initiate a CD order. Here is the Kunaki XML specs:
http://kunaki.com/XMLService.htm

Should be a quick and easy job for an experienced programmer, especially if you are a shopping cart expert.

Website Integration

November 22nd, 2009 Comments off

My fulfillment company is kunaki they ships my cd products to customers that order from my website. However, I would like to have this process automated. I am looking for a professional that will be able to integrate kunaki with my website so that when an order is placed on my site kunaki will receive the order automatically and the cd shipped. My site is complete and already sit up with pay pal. Please look at this site to get a idea of what I am trying to accomplish. http://www.paypalkunaki.com/

One-shopping-cart And Kunaki

November 11th, 2009 Comments off

I am looking for a script that will integrate 1shoppingcart.com order with Kunaki.com fulfillment service.
The script should provide full automation when some one is placing an order through 1shoppingcart the order will be forwarded to Kunaki automatically and notify me via email.
This project should be really easy for some one who is familiar with 1shopping cart and Kunaki

Kunaki Amember Plugin

October 18th, 2009 Comments off

I need a plugin made for aMember.

Plugin needs to offer the buyer the option of sending 1 order at a time, bulk orders at a time, and cd/dvd of the month that will send a different cd/dvd on a list to the member. All payments should be collectible through aMembers paypal and Authorize.net with recurring payments.

Kunaki Error For Usps

October 13th, 2009 Comments off

Hello,
I am receiving an error message with Kunaki when trying to set USPS delivery services with Kunaki for my CD.

While I am getting a connection established with kunaki, I am not getting what we want. The data is all getting passed to them, but the response is an error. Below is the response.
- – - – - –
Error Code:22
Shipping option is not valid
- – - – -
Does anyone know how to handle this?
Best,
Robert

Custom Script To Integrate

October 13th, 2009 Comments off

I am looking for a programmer who can write a script so that 1shopping
cart can communicate with my fulfillment house, Kunaki.

When one of my customers successfully goes through 1shopping cart and pays for my CD, I need a notification to automatically get sent to Kunaki, so that they can ship out the CD to the customer’s mailing address. The script should be written in such a way that the customer never goes to the Kunaki website.

When placing your bid please let me know which programming language you will be using.
Thanks!

Pay Pal To Kunaki Xml

September 30th, 2009 Comments off

I need to have orders for my CD go from Pay Pal to my fulfillment house, Kunaki. Also, the CD purchase is a subscription with recurring billing, but I’d like customers to be able to add a one-time DVD offer to their cart and send both products as a single order to Kunaki for fulfillment.

I’ve attached sample HTML, XML, and HTTP info, but do not know how to integrate it into Pay Pal so orders go to Kunaki for fulfillment. I also have the web flow I need laid out as well depending on customers choices while on my web site. I’m open to PHP if that works better, or if this won’t work with Pay Pal, I need to know how to what and how to integrate code into a shopping cart.

Please let me know what else you need from me. Thanks.

Kunaki & Wishlist Pay Process

September 28th, 2009 Comments off

I need to take two payment solutions and merge them into one.

Today I have a kunaki script that process kunaki
orders through paypal that is making use of the
kunaki xml service.

I also have a membership site (wordpress that is running
Wishlist member) that also uses paypal as processor and
are using a subscription button through paypal.

I need to take these two payment options and somehow merge
into one as I want the customers shopping experience to be like this:

Customer orders the “free dvd” and only pays shipping & handling
for the DVD.

Bundled in with the sale is the Membership site offer
“14-day free trial then 19.97usd per month for 3 cycles”.

The end cost for the free dvd will be shipping based therefor
the price will change depending on location of the customer.

In short i’m selling the membership site subscription by
using a free dvd offer were the customer is only paying
shipping & handling.

You need to know how kunaki xml service is working perfectly
and also Wishlistmaster is working (using paypal IPN and
Payment Data Transfer) etc.

The last programmer I hired didn’t work out and I need this
fixed quickly.

NOTE: If you have successfully integrated Kunaki DVD sales
process with a Wishlist member continuity site and can offer
proof for it your Hired (depending on cost)

Categories: E-Commerce, PHP, XML Tags: , , , , , ,

Paypal & Kunaki Payment Merge

September 27th, 2009 Comments off

Hi,

I am in need of a skilled php/xml programer with
experience of working with Kunaki.com XML Service
and paypal IPN and bundling paypal IPN products together.

What I have now:

I have a functioning Kunaki.com php script that uses paypal as
payment processor in order to accept payments for a DVD product.

I also have a membership site that runs through paypal as well
that has a working paypal ipn button.

What I need:

I need to merge both so there is just one check out process
(I don’t know how to for instance add the membership site button
to the shopping cart)

The idea is to sell the membership site as a 14 day free trial offer
and include it as a forced option to the DVD order so everyone
who buys the DVD have no choise to remove the membership site button.

I need this done within the next 48 hours (the sooner the better)

Note: you will also need to either create a video where you explain
how to edit key parts of the code so I can simply copy the script
for future dvd / membership site combinations.

Or you can add // comments behind the crucial parts of the script.

I will supply the kunaki.com script I have that also includes how
to videos on how to operate the basic parts of it.

I’ll pay a fixed price of 50usd for this project and if you do a
great job there might be more futre projects you can help me with.

IMPORTANT: You need to send a letter to me with your CV or resume
outlining prior experience with Paypal & Kunaki.com

Not doing so will mean you’ll automatically be put at the bottom
of the pile of bids.

Help With Dvd/kunaki Upload

August 30th, 2009 Comments off

HELP!

Trying up uplaod a DVD to kunaki.com, error message “DVD+R or DVD-R disc formatted as DAO (disc at once) single session and finalized only. DVD+RW and DVD-RW will not work”

I used Movavi 7 to convert .AVI files to .MPEG then burned them DVD.

What can I do to get this uploaded? HUGE Deadline!

Thank you,

Eric

Kunaki Integration

August 25th, 2009 Comments off

I am looking for information on developing a solution which will allow me to have Kunaki.com automatically fulfill CD/DVD orders (the shopping cart or ordering system will pass relevant information onto Kunaki.com) AND which will allow me to have a working affiliate system (to help promote sales). At this point I am NOT looking for a programming solution. Rather, I am looking for someone who will examine the options and provide me with a written description of the options. Some scripts/programs to examine: “Pay Pal Kunaki Integration Software (http://www.paypalkunaki.com)+ idevaffiliate; paydotcom.com + Disc Buddy; 1shoppingcart.com + ???; and perhaps other solutions. I should add that it is important that the shipping options that Kunaki offers should appear to the buyer when making the purchase. Thanks.

Connect Infusion With Kunaki

August 19th, 2009 Comments off

I need a script that will use the Infusionsoft API to integrate the Infusionsoft shopping cart with the Kunaki CD/DVD fulfillment service. I would like it integrated so that all appropriate order information is automatically sent to Kunaki immediately (or soon after) an order is made. If you need any additional information to quote this appropriately, please let me know.

Kunaki Dvd-rom Upload & Design

August 16th, 2009 Comments off

I have a presentation on Windows Media Player format that I want to sell as a DVD-ROM using Kunaki.com. I also need the DVD cover designed based on the attached JPG. I need this done ASAP. Future projects are likely to follow.

Connect Kunaki With Paypal

August 11th, 2009 Comments off

I have a simple project – I just need a simple script (? is that what it’s called?) so that when a customer orders one of my CDs (through my PayPal shopping cart), the order is automatically sent to Kunaki.com and sends out the correct item.

Oneshoppingcart To Kunaki Xml

August 5th, 2009 Comments off

I need an xml script that will interface my 1ShoppingCart to Kunaki DVD manufacturer. So a customer will order a DVD in my shopping cart, and the xml script will communicate with Kunaki to initiate a DVD order. Here is the Kunaki XML specs:
http://kunaki.com/XMLService.htm

I am pretty fluent with database installation and managing files on my server, so with good instructions I can install scripts. I am just not a great programmer yet.

Xml Integration Job

July 20th, 2009 Comments off

My site will be using 1shoppingcart (for direct orders) and also paydotcom (for affiliate orders) to take orders for a CD that needs to be fulfilled (dropshipped to customer) by an on-demand publisher called Kunaki. Kunaki allows XML integration to send the orders to them for fulfillment. I need someone to integrate the XML process with 1shoppingcart and paydotcom.

XML process described here: http://kunaki.com/XMLService.htm

Paypal And Kunaki Integration

July 13th, 2009 Comments off

I need a person who’ll be able to integrate PayPal and Kunaki. The process is very simple and I need someone who can do the task quickly and efficiently.

To make the things clearer here’s the whole process of how the things should work:

1) A prospective customer clicks the order button and he’s redirected to PayPal order form.

2) The prospect fills in the order form where he signs up for PayPal recurring billing. He pays for the trial period which infact will cover the production, shipping and handling costs of Kunaki ($5.75) and after 14 the customer will be enrolled into my continuity program.

So all I want you to make is to integrate PayPal and Kunaki so when order is made via PayPal all of the details and money that have been paid for the trial period will automatically be sent to Kunaki to cover the shipping and handling costs.

Cd Graphic For Kunaki Upload

July 3rd, 2009 Comments off

I need someone to create a cd graphic for me that I can upload to Kunaki.com.

It must meet Kunakis cd graphic dimensions.

I have some branding graphics that you can use for the cd graphic.

I would like this completed within the next 3 days if possible.

Thank you

Paypal Help Needed

July 2nd, 2009 Comments off

First Off If you’r not an expert on Paypal IPN, Paypal API, PHP & Xml Coding then please DO NOT post a project offer.

Right now I have a Kunaki.com order automation script that uses PHP to send the order to Kunaki.com using their XML Service and payment is accepted through paypal.

This is for Product A) A Dvd Through Kunaki.com

I also have a Paypal IPN Code Subscription button For Product B) Automatic Creation of a Joomla membership account for my e-course.

Right now these two product accept payment through paypal however I would like to integrate the Paypal IPN process into the Product A Kunaki.com script so when someone orders a DVD they are automatically subscriped to the e-course and get an account.

Payment wise the Product A Dvd is a free + shipping & handling offer and the Product B E-course is a free 30day trial then 47usd per month forced continuity deal and will be attached to the dvd as a “bonus”.

Project Quotes by Paypal Certified Developers will be considerd more Favorable

Xml Integration Job

June 29th, 2009 Comments off

My site will be using 1shoppingcart (for direct orders) and also paydotcom (for affiliate orders) to take orders for a CD that needs to be fulfilled (dropshipped to customer) by an on-demand publisher called Kunaki. Kunaki allows XML integration to send the orders to them for fulfillment. I need someone to integrate the XML process with 1shoppingcart and paydotcom.

XML process described here: http://kunaki.com/XMLService.htm

Kunaki Dvd Burning Project

May 26th, 2009 Comments off

I need someone to burn a DVD with the Kunaki program which would include using the free Kunaki software. You’ll need a blank DVD-R disc to burn the file I give you.

If you don’t know what Kunaki is or haven’t used it please do not bid. This will lead to future projects, please check my feedback.

Kunaki Set Up

April 26th, 2009 Comments off

I am looking for someone to set up a cover on Kunaki.com – I already have the graphics etc, but need it to be placed on the DVD cover that Kunaki provides.

This is a very quick and easy job if you have had experience with Kunaki before – so please bid accordingly. Remember, you do NOT have to create graphics.

I will provide all the details required for the printing.

The contents of the DVD will be uploaded in order for you to create the DVD in Kunaki.

If you have any further questions, please let me know.

Kunaki / Amember Integration

April 23rd, 2009 Comments off

I need a script to automate Kunaki DVD send outs with my Amember membership site.

Thanks.

Burn Dvd With Kunaki

March 31st, 2009 Comments off

This project is for those with Kunaki experience. I need it done a.s.a.p.

I will provide you with all the files and the login that you need to burn to the DVD and upload to the Kunaki service.

Successful completion of this job will result in a monthly project for you and takes just a few minutes to do.

Burn Dvd Via Kunaki

March 31st, 2009 Comments off

This project is for those with Kunaki experience.

I will provide you with all the files and the login that you need to burn to the DVD and upload to the Kunaki service.

Successful completion of this job will result in a monthly project for you.

Kunaki Dvd Burning

March 31st, 2009 Comments off

If you’ve ever used the Kunaki service to burn a DVD please keep reading, if not I don’t think this would work.

I need someone with Kunaki experience to burn a DVD for me with the service. I have all the files, you just need a blank DVD/DVD burner, it won’t work with mine for some reason.

This would be a once a month thing, all files are included you just login and burn it (i’ll provide everything), shouldn’t take more than a minute to do it all…

Bear