Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Arbitrary unit cost allows for an item in UltraCart have a flexible cost.  There are two ways to configure arbitrary unit cost on an item. 

The first way is to allow the cost to be specified on the buy link for the item as an additional parameter.  You can specify an optional minimum/maximum to protect the range of values that are passed in.  For example if you wanted to pass the arbitrary unit cost of $10.00 for an item on the buy link you would append &ArbitraryUnitCost=10.00

...

Info
titleEncoding parameters on the IPN URL

The IPN URL also allows for parameters. So for example you could set the URL to be:
 
https://www.myserver.com/inbound.php?password=secret 
 
Your script can then verify the password parameter is correct on the other side.  


When an IPN transmission is unsuccessful UltraCart will queue the transmission and retry in ever expanding intervals starting at 15 minutes.

...