Paypal with order ID and shipping

jana

No avatar

2005-12-09 10:49

Try this
</form>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="your email">
<input type="hidden" name="item_name" value="Order ID $iOrder">
<input type="hidden" name="item_number" value="">
<input type="hidden" name="amount" value="$aList[fSummary]">
<input type="hidden" name="shipping" value="$aData[fCourierPrice]">
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but6.gif" border="0" name="submit" alt="Pay with PayPal!">
</form>

Jrh

No avatar

2005-12-09 11:04

Where do I place the code?

jana

No avatar

2005-12-09 11:34

place it in templates/orders_print.tpl
just before <!--END COURIER

Hep

No avatar

2005-12-09 13:38

Hi
Is it possible to change the value from local currency to EUR at this stage?
My site have prices in local currency,and it is not acceptet by Paypal.

Ganarel

No avatar

2005-12-15 23:27

This Code works fine when i place it in " orders_print.tpl " in the New version. But the new version using the " orders_delivery.tpl ". when i place the code inthere is does not work.

Can any one help me please.

thanks


Ganarel

Ganarel

No avatar

2005-12-15 23:54

I placed the code in message.tpl it does not work
Please Help me.
Thanks

Ganarel

bee

No avatar

2005-12-16 14:05

i posted this in another thread...
i have been able to make this work :) by modifying the following lines:

<input type="hidden" name="item_number" value="">
<input type="hidden" name="amount" value="$aBasket[fSummary]">
<input type="hidden" name="shipping" value="$aCourier[price]">
<input type="hidden" name="no_note" value="1">

Ganarel

No avatar

2005-12-16 21:21

Where do I place my Paypal code. I placed it in message.tpl and in the Saved section. it did not work.

please help me

Ganarel

jana

No avatar

2005-12-17 00:13

can't you read
place it in templates/orders_print.tpl
just before <!--END COURIER

Ganarel

No avatar

2005-12-17 01:32

I thank you for your help, but the new version does not use the " templates/orders_print.tpl " it used the " ordersDelivery " witch is using the string message from the template folder. The code you give me works fine with the old version not with the new version.

someone please help me to get this to work.
thanks

Ganarel

jana

No avatar

2005-12-17 10:40

For me it works fine with the latest version 1.0-rc3 when I place it in
orders_print.tpl

~knert

No avatar

2006-07-03 16:42

this works like a charm :)

knert

Back to top
about us | contact