I have to integrate 2checkout for my shopping cart.
please help me is there any free account by which i can test all payment process.
just like in paypal there is sandbox testing available.
thanks
I have to integrate 2checkout for my shopping cart.
please help me is there any free account by which i can test all payment process.
just like in paypal there is sandbox testing available.
thanks
Hi,
I am new to 2checkout, i have set up my site in demo mode and does not use the product storage or 2checkout, i pass all the parameters along with the querystring. I have to implement shipping method in my site, so I created 3 shipping methods from the control panel of 2checkout of my merchant account. Now when I test my site it works apart from the shipping method I implemented, the shipping selection and calculation page is not coming up, only the payment page and then the credit card page is coming, please look into it and respond to this asap, if required I will provide the url that I am using.
joel
2CO Staff
Posted 17 hours ago #
@Kumar – If you are using a 3rd party cart system you must pass us the total price of the transaction including the shipping cost. The 2Checkout shipping method feature will only function when you are selling a tangible product. All 3rd party cart sales are considered intangible and the 2Checkout shipping methods amount will not be calculated on your total.
kkjuser :
Thanks Joel for your quick response. We have made our own cart system on our site, and after reading the knowledgebase i have also added a parameter c_tangible=Y into my querystring. Since it has been a lot of effort put into incorporating the cart system into my site, can you suggest something so that I can implement the shipping system with the 2checkout. If there is no issues with security I can paste here the URL that I am sending (if you require it to sort out my problem).
These were the posts exchanged in some other thread. Please reply to this in this thread
Hi,
Does Anyone ever experience the comment ”Your cart is empty” ?
I’m using http post like:
echo ”<<form name=’cart’ method=post’action=https://www.2checkout.com/checkout/purchase’>
input type=’hidden’ name=’sid’ value=$sid>
<input type=’hidden’ name=’product_id’ value=$item_number>
<input type=’hidden’ name=’quantity’ value=$qty>
<input type=’hidden’ name=’total’ value=$amt>
</form>
<input type=’submit’ name=’Submit’ value=’Proceed to Payment’>”;
Hi,
I have an account here, People can buy tickets from my website through 2CheckOut.
My problem is, for example :
the customer wants 2 tickets $60 each and choose a shipping method which cost $5.
The bill should be $125 (60×2 + 5) but it’s not, it multiplies the shippment cost by the number of tickets wanted like : 60×2 + 5×2 = $130…
I am new and have never used a system like that, can you please help me.
Thank you
Florent
Hello,
Where can we get some detailed specs on how to integrate 2co in a custom online API ?
Thanks.
David
dxp group
Is there any way to sort how items get listed in the shopping cart? If I order two items together and then go back and order two more the order of the cart will change, I think it’s changed alphabetically. Is there a paramiter that can be adjusted so that the order of the items in the cart is static? I need to be able to have items paired together in certain combinations. If your pulling the items from a db you could set them to list from DATETIME and then items would list by the times they were added to the cart? Is this possible?
Also, is there any way for customers to include a note with their payment that gets sent in the 2checkout email? I really need something like this so customers can write special instructions and for order with gift wrapping so they can customize a gift note.
I’m getting the 2CO notification of a purchase, but nothing from emartcart (which has better detail regarding the items sold). When I asked them why this was happening, they sent me this:
We did’t receive the notification back from 2Checkout so we don’t show it as a completed order. In your 2Checkout account, there should be a place to configure the ”cart/program details”. The eMartCart URL to set for this return link is:
http://emartcart.com/cgi-bin/cart.exe/xcart/odb/2CheckOutNotify
Retailer Support
Where is the area to modify my cart/program details?
I’m having a problem with adding multiple items to a cart.
The problem is that the PTCOID code is changing every time I add a new item to the cart. This makes a new cart every time someone adds a new item instead of adding to existing items. How does this code get generated? How can I keep this from happening. The web site is http://www.bibletags.net/shop.php
This problem is sporatic, it does not happen on my home pc, or my work pc, but it does happen on customers computers, I have verified this myself, but I can’t pinpoint what the cause is exactly. I
???
-CB
hi, Sir
I invoke 2Checkout to finish my payment. But I got below error message after click payment button.
Parameter Error.
below is my parameter program:
<form name=”checkout_confirmation” action=”https://www2.2checkout.com/2co/buyer/purchase” method=”post”>
<input type=”hidden” name=”c_prod_0” value=”,1”>
<input type=”hidden” name=”c_name_0” value=”fresh cakes”>
<input type=”hidden” name=”c_description_0” value=”dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd”>
<input type=”hidden” name=”c_price_0” value=”10”>
<input type=”hidden” name=”sh_cost” value=”5”>
<input type=”hidden” name=”x_login” value=”1200000”>
<input type=”hidden” name=”x_amount” value=”15”>
<input type=”hidden” name=”x_invoice_num” value=”10022”>
<input type=”hidden” name=”demo” value=””>
<input type=”hidden” name=”fixed” value=”Y”>
<input type=”hidden” name=”id_type” value=”1”>
<input type=”hidden” name=”x_first_name” value=”test”>
<input type=”hidden” name=”x_last_name” value=”trest”>
<input type=”hidden” name=”x_address” value=”asf”>
<input type=”hidden” name=”street_address2”>
<input type=”hidden” name=”x_city” value=”jinan”>
<input type=”hidden” name=”x_state” value=”MS”>
<input type=”hidden” name=”x_zip” value=”25001 ”>
<input type=”hidden” name=”x_country” value=”US”>
<input type=”hidden” name=”x_email” value=”test@126.com”>
<input type=”hidden” name=”x_phone” value=”10101202”>
<input type=”hidden” name=”x_ship_to_first_name” value=”test”>
<input type=”hidden” name=”x_ship_to_last_name”>
<input type=”hidden” name=”x_ship_to_address” value=”sadfsaf”>
<input type=”hidden” name=”x_ship_to_city” value=””>
<input type=”hidden” name=”x_ship_to_state” value=”MN”>
<input type=”hidden” name=”x_ship_to_zip” value=” ”>
<input type=”hidden” name=”x_ship_to_country” value=”EH”>
<input type=”hidden” name=”tco_currency” value=”USD”>
<input type=”hidden” name=”pay_method” value=”CC”>
<input type=”hidden” name=”x_email_merchant” value=”TRUE”>
<input type=”submit” alt=”Payment Now” value=”Payment Now”> </form>
Thank your help.
I’m having some problems with a client’s site and integrating it with 2co’s shopping cart. I’ve browsed the knowledge base but I can’t find anwsers to these questions.
On the passback from the server on a successful sale how do I get the information from the OPTIONS to send back? If I have option1 and option2 that need to be set before checkout, is there a way to pass back this info?
Also, for multiple purchases cant I passback the other items as well? So far I can only get 1 item’s info to passback on a sale.
Next is the shopping cart page. Sometime this page will not update when I click remove item, instead I get ”paramiter error”, I’ll also get the same error if there are no items inside the cart page. Can this not say paramiter error? I’d rather it say your cart is empty.
Last thing is how do I change the page that gets viewed when someone clicks the ”continue shopping” button? I have that checkout window pop-up inside a new browser window now, and when the continue shopping button is clicked it doesnt do anything.
Thanks.
2Checkout is a full-service e-commerce solution recognized by Inc. Magazine as one of the fastest growing companies in the United States. 2CO’s proprietary technology supports back-office functions including financial reporting, tracking, fraud prevention, affiliate tracking, customer service and sales tracking. Click here to learn more.