Hi,
Yes thanks, I got IPN working and can see purchases ok - I missed out the debug = TRUE for sandbox testing.
Trouble now is I can’t set my own amount to send to Paypal in the template, I have to use SCM’s item regular or sale price.
Hey Dan, did you override them?
I would like this to happen:
{exp:simple_commerce:purchase entry_id="1096" success="site/success" cancel="site/index"}
Do not use SCM price: {item_regular_price}
Use my price: <input type="hidden" name="amount" value="123.00" />
<input type="submit" class="button"/>
{/exp:simple_commerce:purchase}