Add To Cart

Hello

I have been searching all day for a few options.
I'm in test mode to import mass production.
After 900 from the 3000 products it stopped.

So i get a api key from my suplier, but no idea how to do this after searching the internet.

Third option i get was with an iframe on my site, but need to have my store url in his account.

So it goes like this www.my-store-domain.com/add_to_cart=[XXX]

The [xxx] stands for his product id and it should go in my cart and my clients can checkout without knowing its extern.
But the problem is now that i dont found the correct add to cart url.
I have tryed

domain.com/index.php?add_to_cart=[xxx]
domain.com/index.php?dispatch=checkout.add..[xxx]
domain.com/index.php?dispatch=checkout.add=[XXX]

But no luck.

I have been busy with testing a few store softwares, but i dont get it wright.

Hope sombody have the awnser.

Regards

01.jpg

02.jpg

03.jpg

Hello

I have been searching all day for a few options.
I'm in test mode to import mass production.
After 900 from the 3000 products it stopped.

So i get a api key from my suplier, but no idea how to do this after searching the internet.

Third option i get was with an iframe on my site, but need to have my store url in his account.

So it goes like this www.my-store-domain.com/add_to_cart=[XXX]

The [xxx] stands for his product id and it should go in my cart and my clients can checkout without knowing its extern.
But the problem is now that i dont found the correct add to cart url.
I have tryed

domain.com/index.php?add_to_cart=[xxx]
domain.com/index.php?dispatch=checkout.add..[xxx]
domain.com/index.php?dispatch=checkout.add=[XXX]

But no luck.

I have been busy with testing a few store softwares, but i dont get it wright.

Hope sombody have the awnser.

Regards

Your question is quite confusing, not sure what solution you are looking for,

In relation to the import of the products, I think you should read this http://forum.cs-cart.com/topic/42868-store-images-import-unsuccessful/page-2?hl=server%20timeout

Alan

domain.com/index.php?dispatch=checkout.add..[xxx]

This URL is correct, but POST request should be used instead of the GET one