Pages:

Paypal for QC 1.3 loaded???

London mode Almelo

No avatar

2006-08-27 18:39

well..... is it fixed now???

Greetzzz London Mode Almelo

Jo

No avatar

2006-08-31 15:20

For anyone having trouble with QCLoaded v1.3 WITH Paypal code added see this post:

http://opensolution.org/Quick.Cart/forum/?p=readTopic&nr=2530

I have been having a lot of trouble (and frustration!) with emails not being sent but this has fixed it as far as I can tell.

Just thought I would link it in case anyone was in the same situation.

stefano

Avatar: stefano

2006-09-11 19:01

hy, someone can help me in italian. I want to use paypal payement in quick.cart. Thanks!!!

Stefano

Jo

No avatar

2006-09-15 16:14

Try copying and pasting the english info here Stefano - http://www.freetranslation.com/

I hope that helps.

idaryl

Avatar: idaryl

2006-09-18 05:53

Something I noticed, I changed the (src="http://www.paypal.com/en_US/i/btn/x-click-but6.gif";) to point at another button I made in the cart I have - however - it appears with border around it - went to the default.css and changed the .photo class from 2px to 0px but it still has that line around it - is there somewhere else that applies the border to this button image ( oh, and I added a border="0" to the src for the new button)

Any ideas, anyone

Wulfgen

idaryl

Avatar: idaryl

2006-09-19 22:06

Also found out something else -- if you have a courier set to 0 the paypal feature is not enabled - if you can it (courier) to even 1 penny/cent, it works -- odd!

Wulfgen

prince

No avatar

2006-11-02 06:23

Hello Ned, Claps, anyone can u please help me.

here is my messages.tpl file

<!-- BEGIN ORDER_PAYPAL -->
<div id="message">
<div id="ok">
<form target="paypal" name="_$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[email]">
<input type="hidden" name="item_name" value="Order ID $iOrder">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="amount" value="$aList[fSummary]">
<input type="hidden" name="shipping" value="$aData[fCourierPrice]">
<input type="hidden" name="no_note" value="1">
<input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but6.gif"; name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form><br />
$lang[Order_finished]<br />
<a href="javascript:windowNew( '?p=ordersWindowPrint&amp;iOrder=$iOrder' );">&raquo; $lang[Order_print]</a><br />
<a href="?p=">$lang[Homepage]</a>
</div>
</div>
<!-- END ORDER_PAYPAL -->
<!-- BEGIN DONE -->
<div id="message">
<div id="ok">
$lang[operation_completed]<br />
<a href="?p=$link">&laquo; $lang[operation_go_back]</a>
</div>
</div>
<!-- END DONE -->

and my orders.php

if( checkOrderFields( $_POST ) === true && checkOrderProducts( $iOrder ) === true ){
saveOrder( $iOrder, $_POST );
//--------- Start PayPal Code
$aData = throwOrder( $iOrder );
listBasket( $iOrder);
$aData['fSummary'] = sprintf( '%01.2f', $aData['fCourierPrice'] + $aList['fSummary'] );
if( $aData['fCourierPrice'] > 0 ){
$content .= $tpl->tbHtml( 'messages.tpl', 'ORDER_PAYPAL' );
}
else
//-------- End PayPal Code
$content .= $tpl->tbHtml( 'messages.tpl', 'ORDER_SAVED' );

No paypal button shows up, please help.

Thanks
Aj

stefano

Avatar: stefano

2006-11-03 16:47

hy, on my site paypal now function very well. I have only one problem! when someone choose to pay with paypal into the site of paypal total is incorrect. In the total cost is not calculated VAT (i use tax and discount ver. 2.2) Someone can help me? Website is www.rcshoes.it

Greetings from south of Italy

Pages:
Back to top
about us | contact