Pages:

paypal

panos

No avatar

2009-01-12 16:09

how can add paypal in V3.2

» Quick.Cart v3.x

beholder

Avatar: beholder

2009-01-13 02:30

buy EXT

cachousam

Avatar: cachousam

2009-01-14 11:10

I have made a modification for add paypal in v3.2
You can download in my site
http://cameralive.free.fr
it is a beta version

cachousam

Avatar: cachousam

2009-01-14 11:11

sorry
the correct url is
http://marielouise.gruner.free.fr

dogdayfear

No avatar

2009-01-17 17:20

cachousam, it seems to work very well.

How can I use your modification in my language (Spanish)

cachousam

Avatar: cachousam

2009-01-17 21:00

you must create a new language in the administration panel as 'sp'
after you edit sp language and translate it
a topîc on this question is already in the forum

cachousam

Avatar: cachousam

2009-01-17 22:00

i upload in few time a spanish version on my site

dogdayfear

No avatar

2009-01-17 22:11

Ok. If you point me to the topic where find the solution I will do it myself.

Anyway thanks a lot for your help.

dogdayfear

No avatar

2009-01-20 18:32

cachousam, have you uploaded the spanish version?

Thanks a lot !

ntr23

Avatar: ntr23

2009-02-05 15:15

thanks. the paypal button is visible also in case when customer choose other way of payment?

Jan

poldark77

No avatar

2009-02-24 23:21

Can you please write a little tutorial describing how to do it? Which files have I to modify? What is the code you added and where? Thank you

poldark77

No avatar

2009-03-10 19:01

The ones who managed to add this modification to their sites, can please explain how to do it? I have a site already done, completed in all his parts, so I wouldn't like to rebuild an entire site from zero. I need to modify my site with this plugin but I don't know how to do.. Thanks

poldark77

No avatar

2009-03-13 19:08

can someone help?

poldark77

No avatar

2009-04-21 00:45

up

cachousam

Avatar: cachousam

2009-04-23 16:02

Hi
escuse me for the late

For add paypal in QC3.3 or 3.2 you have to make this:


At the root of the site sending a paypal logo "paypal.png"

in file config/general.php write this:

$config['PayPal_email'] = "";

in file lang/fr.php and in file lang/en.php write this:

$lang['Paypal_email'] = "Email pour le paiement paypal";
$lang['PayPal_Email'] = "Email address for paypal";

and I recommend to write this

$lang['Order_sent'] = "La commande a été enregistrée. Si vous avez choisi de payer avec PAYPAL il est impératif de cliquer sur le logo ci-dessous afin d'être transféré sur leur site.";
$lang['Order_sent'] = "Order was saved and sent.<br />Thank you.If you choose to pay with PayPal click the logo below ";


in file templates/admin/setting.tpl write this:

<tr>
<th>
$lang[PayPal_Email]
</th>
<td>
<input type="text" name="PayPal email" value="$config[PayPal_email]" size="35" />
</td>
</tr>

And to finish in file templates/orders_print.tpl write this:

<!-- BEGIN ORDER_PAYPAL -->
<div align="center">
<form target="paypal" name="_$aData[iOrder]" action="https://www.paypal.com/cgi-bin/webscr"; method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="$config[PayPal_email]">
<input type="hidden" name="item_name" value="Commande N $aOrder[iOrder]">
<input type="hidden" name="currency_code" value="$config[currency_symbol]">
<input type="hidden" name="amount" value="$aData[sOrderSummary]">

<input type="hidden" name="no_note" value="1">
<input type="image" src="paypal.png"; name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
</div>
<br></br>
<!-- END ORDER_PAYPAL -->

Thats all

You can test this in

http://dftech.free.fr

login admin pass admin

phoebus

No avatar

2009-11-23 21:43

Bonjour Cachousam,
j'ai téléchargé votre version 3.3 pour Guppy.

J'ai voulu adapter le texte de confirmation de commande ainsi que celui pour les réservations de produits.
Pour cela, il "suffit" de modifier le fichier fr.php ...
sauf que quand j'upload le ficier modifié, j'ai un message d'erreur concernant order_sent !
je ne comprends pas d'o&ugrave; vient l'erreur d'autant que sui je remets l'original, ça refonctionne ...
je uis chez Free : http://lescouteauxdubrian.free.fr
merci de votre aide

Phoebus

kuzco

Avatar: kuzco

2011-01-31 16:34

Hi,
can someone please explian me the difference between:
$config['PayPal_email'] = ""; in config/general.php and
$lang['Paypal_email'] = "Email pour le paiement paypal"; in lang/en.php.

When leaving $config['PayPal_email'] empty I will get an error message from paypal called:
We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller. Please contact the seller to resolve the problem. If this payment is for an eBay listing, you can contact the seller via the "Ask Seller a Question" link on the listing page. When you have the correct email address, payment can be made at www.paypal.com.

So, should $config['PayPal_email'] and $lang['Paypal_email'] have the same emailadress from my paypal account ?

thx
kuzco

Help1

Avatar: Help1

2012-03-06 14:40

Hi,

Could someone please help me?

I've read the helo forum above and it didn't work for me.

I need to know how to set up paypal from stracth within quick cart. I use a program called cpanel which holds on my files.

Please don't be too technicial and explain in detail - Just the commands and which folders and in which lines they need to go.

Thank you.

Thanks

Guido

Avatar: Guido

2012-03-09 23:53

@Kuzco:
$lang['Paypal_email'] > part of the language file and the line after that is displayed in admin before the field to add your paypal e-mail.

Don't edit $config['PayPal_email'] and $lang['Paypal_email']
Just copy paste them into your code.


@Help1:
Which QuickCart version you use? Did you already make lots of adjustments in your code?
I have current and previous version with payal. Thanks to the code in this topic.

Anuj

Avatar: Anuj

2012-09-10 20:24

The best of all is to buy EXT

anuj

Pages:
Back to top
about us | contact