Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

One Page Checkout Support


Guest

Recommended Posts

Hi i would check the includes/languages/xxx/modules/payments and make sure the defines match the ones in the payment module

 

Im not to sure why tax is doing that, do you have display prices with tax enabled also what should the tax % rate be?

 

Steve

 

Thank for answering Steve. But I am quiet confused to what you're trying to tell me. What am I looking for? I'm using paypal standard?

The tax is 7.25%. The display price is tax disable.

'

Link to comment
Share on other sites

Hi I am looking at installing paypal pro with this thing, I currently have ccgv installed along with sts and numerous other mods, has anyone integrated paypal pro yet.

 

 

I am looking at GAf for a freelancer but if someone has already got it to work I would be interested in talking with them.

 

 

Thanks

Getting better with mods but no programmer am I.

Link to comment
Share on other sites

Thank for answering Steve. But I am quiet confused to what you're trying to tell me. What am I looking for? I'm using paypal standard?

The tax is 7.25%. The display price is tax disable.

'

Hi

 

look in includes/languages/xxx/modules/payment/paypal_standard.php

why title is missing

 

I cant understand why tax is not displaying right price, you using latest version?

 

Steve

Link to comment
Share on other sites

Hi

 

Its always best to use latest version, unless version you have works well

 

Steve

 

Thanks Steve. I uploaded the latest checkout.php file and it sorted it out. I want to run a Discount Coupons contribution. Ideally this one as I am familiar with using it:

 

http://addons.oscommerce.com/info/4269

 

Is this possible? I think I read something about KGT and I noticed that it was made by that person originally. Would I need the latest version of One Page Checkout for that though? Also what version of Disocunt Coupon Codes should I use?

Edited by Whiskers
Link to comment
Share on other sites

Thanks Steve. I uploaded the latest checkout.php file and it sorted it out. I want to run a Discount Coupons contribution. Ideally this one as I am familiar with using it:

 

http://addons.oscommerce.com/info/4269

 

Is this possible? I think I read something about KGT and I noticed that it was made by that person originally. Would I need the latest version of One Page Checkout for that though? Also what version of Disocunt Coupon Codes should I use?

Hi

 

I guess use Discount Coupon Codes 3.32

 

Steve

Link to comment
Share on other sites

Hi there - curious if anyone else has had this problem... when using PayPal Direct Payments to checkout (the one that came loaded with OSC) - the order goes through fine (ie, merchant gets receipt from PayPal) - however it is not recording the order in OSC. Not sure what the problem is / what to do. Any thoughts? Thanks.

Link to comment
Share on other sites

Hello, I have not been able to find the solution to this.

 

When the user tries to checkout out and it fails, the checkout screen returns with the state drop down box field filled in, but the verification box with a red x. You have to change it to another state and then change it back.

 

This site only sells to USA.

 

Anybody know the answer to this one??

 

The site is:

http://www.m-rock.com/

 

Thanks in advance.

 

Rich

hi! I have recently installed OPC on my site and am running into the same issue as you. If the checkout fails for any reason the checkout page gets reloaded with the state drop-down set to the original data and the verification field set to red x. I see on your site that you are not getting the same error anymore.

Can you please share with us how you resolved this problem?

Much thanks!!!

Link to comment
Share on other sites

Hi there - curious if anyone else has had this problem... when using PayPal Direct Payments to checkout (the one that came loaded with OSC) - the order goes through fine (ie, merchant gets receipt from PayPal) - however it is not recording the order in OSC. Not sure what the problem is / what to do. Any thoughts? Thanks.

Hi,

 

I have found if you direct the return url to your site on api to catalog/checkout_process.php its not recorded in admin redirect it back to the actuall payment mod it is then in admin

 

Steve

Link to comment
Share on other sites

Yes you need to use latest version of one page checkout

 

Steve

 

I have just installed both OPC 1.1 and Discount Coupon Codes 3.34, but I have got this error on onepage_checkout.php:

 

Fatal error: Call to undefined method stdClass::calculate_discount()

 

Not sure what to do. :(

Link to comment
Share on other sites

I have just installed both OPC 1.1 and Discount Coupon Codes 3.34, but I have got this error on onepage_checkout.php:

 

Fatal error: Call to undefined method stdClass::calculate_discount()

 

Not sure what to do. :(

 

 

I have same problem,

 

i've tried some tricks but... can't solve this !!

 

i've been searching with google but i can't find solution...

 

i have latest one page checkout version and latest discount coupon KGT and OSc 2.2rc2a

 

strange... one page checkout already include code for compatibility with KGT...

 

what the problem ?

 

please help

 

thankyou all

great community around oscommerce

thanks again

 

and HAPPY NEW YEAAAAAR !!!!!!!

 

:-"

Link to comment
Share on other sites

I have same problem,

 

i've tried some tricks but... can't solve this !!

 

i've been searching with google but i can't find solution...

 

i have latest one page checkout version and latest discount coupon KGT and OSc 2.2rc2a

 

strange... one page checkout already include code for compatibility with KGT...

 

what the problem ?

 

please help

 

thankyou all

great community around oscommerce

thanks again

 

and HAPPY NEW YEAAAAAR !!!!!!!

 

:-"

Hi

 

calculate_discount should be already with kgt discount only problem is we dont know what version they used when they added kgt discount code

 

Steve

Link to comment
Share on other sites

Hi

 

calculate_discount should be already with kgt discount only problem is we dont know what version they used when they added kgt discount code

 

Steve

 

So what would you suggest? In what file/s should the calculate_discount bit be in?

Edited by Whiskers
Link to comment
Share on other sites

So what would you suggest? In what file/s should the calculate_discount bit be in?

 

the calculate_discount function is in the file

catalog/include/classes/discount_coupon.php

 

i try to force inclusion of the file that contain the function but... :(

 

i/ve been looking in the checkout_confirmation.php and try to understand how can we make it work

nothing for now..

i'll continue to search for a solution, please share your solution if you have it ! :thumbsup:

 

thanks

Link to comment
Share on other sites

Hi

 

look in includes/languages/xxx/modules/payment/paypal_standard.php

why title is missing

 

I cant understand why tax is not displaying right price, you using latest version?

 

Steve

 

THANKS STEVE. is the XXX = your enable language?

 

This is the paypal_standard.php code:

 

<?php

/*

$Id: paypal_standard.php 1778 2008-01-09 23:37:44Z hpdl $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2008 osCommerce

 

Released under the GNU General Public License

*/

 

define('MODULE_PAYMENT_PAYPAL_STANDARD_TEXT_TITLE', 'PayPal Website Payments Standard');

define('MODULE_PAYMENT_PAYPAL_STANDARD_TEXT_PUBLIC_TITLE', '<img src="images/paypal_icon.gif"');

define('MODULE_PAYMENT_PAYPAL_STANDARD_TEXT_DESCRIPTION', '<img src="images/icon_popup.gif" border="0"> <a href="https://www.paypal.com/mrb/pal=PS2X9Q773CKG4" target="_blank" style="text-decoration: underline; font-weight: bold;">Visit PayPal Website</a> <a href="javascript:toggleDivBlock(\'paypalStdInfo\');">(info)</a><span id="paypalStdInfo" style="display: none;"><br><i>Using the above link to signup at PayPal grants osCommerce a small financial bonus for referring a customer.</i></span>');

?>

 

Where do I look? Thanks in Advance!!!

Link to comment
Share on other sites

THANKS STEVE. is the XXX = your enable language?

 

This is the paypal_standard.php code:

 

<?php

/*

$Id: paypal_standard.php 1778 2008-01-09 23:37:44Z hpdl $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2008 osCommerce

 

Released under the GNU General Public License

*/

 

define('MODULE_PAYMENT_PAYPAL_STANDARD_TEXT_TITLE', 'PayPal Website Payments Standard');

define('MODULE_PAYMENT_PAYPAL_STANDARD_TEXT_PUBLIC_TITLE', '<img src="images/paypal_icon.gif"');

define('MODULE_PAYMENT_PAYPAL_STANDARD_TEXT_DESCRIPTION', '<img src="images/icon_popup.gif" border="0"> <a href="https://www.paypal.com/mrb/pal=PS2X9Q773CKG4" target="_blank" style="text-decoration: underline; font-weight: bold;">Visit PayPal Website</a> <a href="javascript:toggleDivBlock(\'paypalStdInfo\');">(info)</a><span id="paypalStdInfo" style="display: none;"><br><i>Using the above link to signup at PayPal grants osCommerce a small financial bonus for referring a customer.</i></span>');

?>

 

Where do I look? Thanks in Advance!!!

Hi

yes xxxx is for any language your site is using and i see the problem you have no ending tag>

replace 2nd defines with one below

 define('MODULE_PAYMENT_PAYPAL_STANDARD_TEXT_PUBLIC_TITLE', '<img src="images/paypal_icon.gif">');

Link to comment
Share on other sites

Hi

yes xxxx is for any language your site is using and i see the problem you have no ending tag>

replace 2nd defines with one below

 define('MODULE_PAYMENT_PAYPAL_STANDARD_TEXT_PUBLIC_TITLE', '<img src="images/paypal_icon.gif">');

 

Steve,

I changed it and i testing it but I still did not get the descriptions. I only get the total of all products price and a box for customers to filled out...

 

THANK YOU FOR ALL YOUR HELPS. SORRY FOR KEEP BUGGING YOU

Link to comment
Share on other sites

Steve,

I changed it and i testing it but I still did not get the descriptions. I only get the total of all products price and a box for customers to filled out...

 

THANK YOU FOR ALL YOUR HELPS. SORRY FOR KEEP BUGGING YOU

Hi

 

Is that on paypal page or one page checkout?

 

Steve

Link to comment
Share on other sites

Has anyone been able to get this One Page Checkout to work with just one payment method? I have PayPal Direct Payment and only want that one to appear but it only works if I have a second method enabled like Google checkout. Not sure what I need to do to get this to work with just one.

 

Basically if it has just the one it gets stuck on Updating Payment information and never displays the shipping options and etc.

 

Thanks.

Link to comment
Share on other sites

Hi

 

Is that on paypal page or one page checkout?

 

Steve

 

This is on paypal. I have no descriptions and quantity on paypal page and the shipping charged does not update in my admin.

 

http://www.qcjewelrysupply.com (if you could test it out then you will know what I'm taking about)

 

Thank You Thank You Thank You Steve. If you after to live in Charlotte North Carolina United States (one day decide to visit) give me a bug... lol.

Link to comment
Share on other sites

This is on paypal. I have no descriptions and quantity on paypal page and the shipping charged does not update in my admin.

 

http://www.qcjewelrysupply.com (if you could test it out then you will know what I'm taking about)

 

Thank You Thank You Thank You Steve. If you after to live in Charlotte North Carolina United States (one day decide to visit) give me a bug... lol.

Hi,

 

I have no description but do have qty, i do see shipping being passed but it doesn't show in order the shipping charge? also what paypal mod are you using?

 

Steve

Link to comment
Share on other sites

Hi,

 

I have no description but do have qty, i do see shipping being passed but it doesn't show in order the shipping charge? also what paypal mod are you using?

 

Steve

 

Hi Steve,

 

Thank you for replying. I'm using paypal standard. The problem with shipping charged: paypal and admin is different. The problem with qty is that it only show qty=1 all the time. No matter how many items are got bought. It show the total of all order.

 

Happy Late New year

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...