Questions tagged [foxycart]

FoxyCart is an e-commerce checkout system which can be setup with any kind web programming environment.

5 questions
1
vote
0 answers

Getting JSON $_POST from FoxyCart Order Desk

I am trying to create a script to receive POST from FoxyCart's Order Desk. I setup a temporary request bin at requestb.in. When I pointed the POST there I get the new order JSON fine. I copy/pasted the JSON string in my script with this code I was…
0
votes
1 answer

FoxyCart credit card payment testing

Currently, I want to use FoxyCart to handle the shopping cart and checkout process of my website. The payment gateway behind is Stripe. I am actually using the card numbers for testing provided by stripe for the checkout. This is what I filled…
Alvin Lau
  • 194
  • 2
  • 9
0
votes
1 answer

WordPress multi-page recurring payment form

I'm trying to make a recurring subscription for monthly and annual basis. The idea is there will be two pages. Page one will be the selection process for the subscription and page two is checkout page with billing information. I'm trying to do this…
0
votes
1 answer

Foxycart - removing shipping costs for orders over a a certain amount

I have spent the last hour or so trying to make this work, several examples appear to be from over a year ago and I'm wondering if either something changed or if I am just missing something. My client wants to have free shipping on orders over $149.…
NightMICU
  • 9,000
  • 30
  • 89
  • 121
-1
votes
1 answer

Does Foxy Cart Support payment to multiple recipients in a single transaction?

I have a shopping website. For example user 1 registered in my website uploads a digital item for $10 and User 2 buys this product. Now 18% of $10 goes to the admin and the rest goes to user 1. So here payment goes to two people at same time; one…