Hello quick question. I have changed the code in the .fla file to use british pounds (£) but every time I hit the pay with paypal it opens Paypal using $.
Any idea on what I am doing wrong?
Thanks
Posted 7 days ago
This is a Flash PayPal Shop specially made for Clothes,
Product List , Sizes , Colors, description Texts , price and photos are all dynamic and initialize from an XML file. then you can update it very easily.
From actionscript side there is no limitation with number of Products.
According the number of Products in XML , flash create a List of them with related values.
What’s new in this Shop?
- Set the Size and Color for each Product in XML
- Set the Shipment Price
- Set a Limit for Free Shipment according to Order amount
- Set a Slide Show of all available Product Colors for each Product
PAYPAL CART SETTING :
- Give your email address in actions Layer*
- Set your Cart Currency in there, current Currency is USDollar. You need also change the Currency sign in XML file, it’s just for presentation and make no effect into your cart.
- Set your Shipment Price*
- Set Free Shipment Limit according to Order Price*
*Please read PAYPAL Setting Layer in Flash file to doing this.
Question: where will i find my Order shipment Address?
Answer: After each payment confirmation, PayPal share the customer Address for Seller, there is also this posibility in PAYPAL website to enter a new or different Shipment Address during order, then as you see all will be done with PayPal.

Hello quick question. I have changed the code in the .fla file to use british pounds (£) but every time I hit the pay with paypal it opens Paypal using $.
Any idea on what I am doing wrong?
Thanks
Posted 7 days ago
Just set the currency to GBP inside Flash, this change the paypal cart currency, other shop currency signs can also replaced in xml, that’s it