Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

One Page Checkout Support


Guest

Recommended Posts

Dose it even select the payment module when you click on it, ie it refreshes the payment mod ot it just keeps saying loading?

 

Steve

 

Hi Steve,

 

I have that same problem: in my payment options, only Bank Transfer is working. Both Cash on Delivery and Paypal Standard keep saying "loading" when I select them. How can I fix it?

 

Thanks!

 

Maria

Link to comment
Share on other sites

Hi Rob,

 

Make sure you upload the language file, that should fix both of the problems, catalog/includes/languages/english/checkout.php

 

Steve

 

I fixed number 1 above but I still want to label the address fields as Shipping Address and Billing Address. Can anyone help me do that?

 

I also want to label the comments box as such. Same as the request above...similar if not the same programming.

 

Thanks!

Rob

Link to comment
Share on other sites

I use the newest version and I'm always getting stuck on payment method. When I try to select a payment method the popup says "Setting payment method" and the arrow spins and never stops on any methdod! I use cash on delivery, cash on pickup and some other custom payment method but non of then work on OPC. HELP :(

 

It feels like it's jamming somewhere when it's trying to calculate the payment method cost or selecting the methdod - but I can't find what's the problem. Damn it. It's a great add-on and I would love to have it working :lol:

Edited by backpacker
Link to comment
Share on other sites

I fixed number 1 above but I still want to label the address fields as Shipping Address and Billing Address. Can anyone help me do that?

 

I also want to label the comments box as such. Same as the request above...similar if not the same programming.

 

Thanks!

Rob

Hi Rob,

 

I cant understand how you dont have that, im using 1.3.0 and it clearly states shipping address and billing address

 

Steve

Link to comment
Share on other sites

I use the newest version and I'm always getting stuck on payment method. When I try to select a payment method the popup says "Setting payment method" and the arrow spins and never stops on any methdod! I use cash on delivery, cash on pickup and some other custom payment method but non of then work on OPC. HELP :(

 

It feels like it's jamming somewhere when it's trying to calculate the payment method cost or selecting the methdod - but I can't find what's the problem. Damn it. It's a great add-on and I would love to have it working :lol:

Hi please see this post

 

http://www.oscommerce.com/forums/topic/333292-one-page-checkout-support/page__view__findpost__p__1503075

 

Steve

Link to comment
Share on other sites

Hi Rob,

 

I cant understand how you dont have that, im using 1.3.0 and it clearly states shipping address and billing address

 

Steve

 

could you check my site? put a pilot tie in the cart and go to checkout. see if those labels are there on your end?

Thanks

Rob

Edited by Mark Evans
Link to comment
Share on other sites

could you check my site? put a pilot tie in the cart and go to checkout. see if those labels are there on your end?

Thanks

Rob

 

Funny...For some reason the labels Billing Address and Shipping address are there but they are the same color as the background!!! How do I change the color of the text? Where file do I go into in order to access those words and change their color?

Thanks,

Rob

Edited by Mark Evans
Link to comment
Share on other sites

Funny...For some reason the labels Billing Address and Shipping address are there but they are the same color as the background!!! How do I change the color of the text? Where file do I go into in order to access those words and change their color?

Thanks,

Rob

 

Hi Rob,

 

I was just on your site and see what you mean about the wording. It is there, but is blending in. I am sorry, but I am not sure of how to adjust that. I am having the issue of the State not showing up on my end. Is it supposed to be like that? I have not tried to install the newest version yet, but am hoping to try soon as most of the bugs seem to be worked out now. I had tried an older version a while ago and it was a disaster for me. I also noticed that while I was filling in the info on your site I got that updating message quite a bit. Not sure if it is supposed to be that often.

 

Best wishes that you get this up an running as you need.

Leslie

Edited by allaboutwicker
Link to comment
Share on other sites

Hi Steve,

 

I have just installed the latest version. Everything seems to be running pretty smoothly.

 

However, when an order is placed, it seems to not be saving the comments for the order.

 

Also, the telephone field is not a requirement.

 

Can you please guide me in the right direction? I was wondering if anyone else is having the same issue, because the latest version states these problems were fixed.

 

Thanks for all of your help!

 

Sincerely,

 

Tabitha

Link to comment
Share on other sites

Hi Rob,

 

I was just on your site and see what you mean about the wording. It is there, but is blending in. I am sorry, but I am not sure of how to adjust that. I am having the issue of the State not showing up on my end. Is it supposed to be like that? I have not tried to install the newest version yet, but am hoping to try soon as most of the bugs seem to be worked out now. I had tried an older version a while ago and it was a disaster for me. I also noticed that while I was filling in the info on your site I got that updating message quite a bit. Not sure if it is supposed to be that often.

 

Best wishes that you get this up an running as you need.

Leslie

 

Leslie,

Thanks for the reply and for validating what I was saying about my text blending in. I was able to figure it out and I'll share what I learned. This being a font type, font size or color issue the key can be found in the stylesheet.css in your admin or catalog folder whichever side of the site you are dealing with. My font color problem was in the main website so it was under the catalog file. I changed the font color of the infobox heading and that did the trick! I'm not sure how to fix your state issue but hopefully someone will come along and help you out.

Take care and best of luck to you.

Rob

Link to comment
Share on other sites

could you check my site? put a pilot tie in the cart and go to checkout. see if those labels are there on your end?

Thanks

Rob

 

The files to change will be includes/checkout/billing_address.php & shipping_address.php, you will either have to enter in line style or add some style to stylesheet.css in stores root folder

 

Steve

Edited by Mark Evans
Link to comment
Share on other sites

Hi Rob,

 

I was just on your site and see what you mean about the wording. It is there, but is blending in. I am sorry, but I am not sure of how to adjust that. I am having the issue of the State not showing up on my end. Is it supposed to be like that? I have not tried to install the newest version yet, but am hoping to try soon as most of the bugs seem to be worked out now. I had tried an older version a while ago and it was a disaster for me. I also noticed that while I was filling in the info on your site I got that updating message quite a bit. Not sure if it is supposed to be that often.

 

Best wishes that you get this up an running as you need.

Leslie

Hi Leslie,

 

Check in admin>configuration>my store

that state fleld is enabled

also check in admin>configuration>one page checkout that state field is enabled

 

Steve

Link to comment
Share on other sites

Just made another discovery....

In the instructions under catalog/checkout_process.php is says:

REPLACE

tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'));

 

WITH

/* One Page Checkout - BEGIN */

// tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'));

/* One Page Checkout - END */

 

In my catalog/checkout_process.php file there are 2 places where it has

tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'));

 

First it's around line 32 and next it's around line 44

 

So...do I REPLACE both of them or just one of them with the REPLACE WITH code? If just one...which one?

Thanks!!!

Rob

 

Hi Rob i would say it is the first one

 

Steve

Link to comment
Share on other sites

Hi Steve,

 

I have just installed the latest version. Everything seems to be running pretty smoothly.

 

However, when an order is placed, it seems to not be saving the comments for the order.

 

Also, the telephone field is not a requirement.

 

Can you please guide me in the right direction? I was wondering if anyone else is having the same issue, because the latest version states these problems were fixed.

 

Thanks for all of your help!

 

Sincerely,

 

Tabitha

Hi Tabitha,

 

You can make telephone required in admin>configuration>one page checkout

 

as for comments im not sure why that is happening they are being saved for me

 

Steve

Link to comment
Share on other sites

My totals are showing up like this Sub-Total: £ instead of like this Sub-Total: £

 

How do i stop the  symbol appearing when the checkout calculates the totals?

Hi Try replacing the £ sign with the utf8 code use this site http://www.atm.ox.ac.uk/user/iwi/charmap.html

 

Steve

Edited by steve_s
Link to comment
Share on other sites

The files to change will be includes/checkout/billing_address.php & shipping_address.php, you will either have to enter in line style or add some style to stylesheet.css in stores root folder

 

Steve

 

Steve,

Thanks for doing that and responding but see my post above (#1517) as I figured out the problem. It was with the stylesheet.css. For some reason the infoboxheading font color was the same as the background. I changed it and all is well now.

Rob

Link to comment
Share on other sites

I just installed One Page Checkout. It "looks" good - but doesn't work.

 

The payment modules don't load. Or.... they load with errors.

Here are the errors:

Undefined index: cvv in /includes/modules/payment/authorizenet.php on line 525

 

Notice: Undefined property: authorizenet::$cc_card_type in /authorizenet.php on line 528

 

Notice: Undefined index: cvv in includes/modules/payment/authorizenet.php on line 534

 

Notice: Undefined index: authorizenet_cc_owner in /inside/includes/modules/payment/authorizenet.php on line 540

 

 

And more like that.

 

Any answers on to what is happening?

 

Thanks!

Link to comment
Share on other sites

I just installed One Page Checkout. It "looks" good - but doesn't work.

 

The payment modules don't load. Or.... they load with errors.

Here are the errors:

Undefined index: cvv in /includes/modules/payment/authorizenet.php on line 525

 

Notice: Undefined property: authorizenet::$cc_card_type in /authorizenet.php on line 528

 

Notice: Undefined index: cvv in includes/modules/payment/authorizenet.php on line 534

 

Notice: Undefined index: authorizenet_cc_owner in /inside/includes/modules/payment/authorizenet.php on line 540

 

 

And more like that.

 

Any answers on to what is happening?

 

Thanks!

Hi

 

Try authorizenet_aim payment module

 

This might not work with all payment and shipping modules

 

Steve

Link to comment
Share on other sites

Hi Gents (and Ladies),

I just installed the OPC module and love it! I am running OSC 2.2a that is running a large number of modules.

It seems to work ok for me when using the checkout button. It also works of for me when using the paypal express button if I am logged in. However if i am not logged in and click on the paypall express button it takes me ok to the paypal site, I login to paypal and click confirm, it then takes me back to the site (and what I imagine would be the login/register and confirm order page), however I get the following error:

Fatal error: Call to a member function pre_confirmation_check() on a non-object in /home/emmavita/public_html/includes/classes/onepage_checkout.php on line 947

I have noticed this error mentioned in the thread but no concrete solution. I have tried both the original paypal express module as well as the one that came with this contribution without much luck..

Please Help, I really want to use this module as it kicks soo much Ass.

TY!

:)

Link to comment
Share on other sites

Hi Gents (and Ladies),

I just installed the OPC module and love it! I am running OSC 2.2a that is running a large number of modules.

It seems to work ok for me when using the checkout button. It also works of for me when using the paypal express button if I am logged in. However if i am not logged in and click on the paypall express button it takes me ok to the paypal site, I login to paypal and click confirm, it then takes me back to the site (and what I imagine would be the login/register and confirm order page), however I get the following error:

Fatal error: Call to a member function pre_confirmation_check() on a non-object in /home/emmavita/public_html/includes/classes/onepage_checkout.php on line 947

I have noticed this error mentioned in the thread but no concrete solution. I have tried both the original paypal express module as well as the one that came with this contribution without much luck..

Please Help, I really want to use this module as it kicks soo much Ass.

TY!

:)

Sorry,

Also forgot to mention that Lines 947 reads:

function confirmCheckout(){
   global $customer_id, $comments, $order, $currencies, $request_type, $languages_id, $currency, $cart_PayPal_Standard_ID, $cart_PayPal_IPN_ID, $shipping, $cartID, $order_total_modules, $onepage, $credit_covers, $payment, $comments;

   if (tep_session_is_registered('customer_id')){
     $onepage['createAccount'] = false;
   }else{
     if (tep_not_null($_POST['password'])){
       $onepage['createAccount'] = true;
       $onepage['customer']['password'] = $_POST['password'];
     }elseif (ONEPAGE_ACCOUNT_CREATE == 'create'){
       $onepage['createAccount'] = true;
       $onepage['customer']['password'] = tep_create_random_value(ENTRY_PASSWORD_MIN_LENGTH);
     }
   }

   $paymentMethod = $onepage['info']['payment_method'];

   $html = '';
   $infoMsg = 'Please press the continue button to confirm your order.';
   $formUrl = tep_href_link(FILENAME_CHECKOUT_PROCESS, '', $request_type);
   if (tep_not_null($GLOBALS[$paymentMethod]->form_action_url)){
     $formUrl = $GLOBALS[$paymentMethod]->form_action_url;
     $infoMsg = 'Please press the continue button to proceed to the payment processors page.';
   }

   $GLOBALS[$paymentMethod]->pre_confirmation_check();    //THIS is line 947

   $GLOBALS[$paymentMethod]->confirmation();

   $hiddenFields = $GLOBALS[$paymentMethod]->process_button();

   $html .= '<form name="redirectForm" action="' . $formUrl . '" method="POST">
          <noscript>' .
   $infoMsg .
   tep_image_submit('button_continue.gif', IMAGE_CONTINUE) .
   '</noscript>' .
   tep_image_submit('button_continue.gif', IMAGE_CONTINUE, 'style="display:none;"') .
   $hiddenFields .
   '<script>
          document.write(\'<div style="width:100%;height:100%;margin-left:auto;margin-top:auto;text-align:center"><!--<img src="' . DIR_WS_HTTP_CATALOG.DIR_WS_IMAGES . 'ajax-loader.gif">--><br>Processing Order, Please Wait...</div>\');
          redirectForm.submit();
          </script></form>';

   return $html;
 }

Link to comment
Share on other sites

Sorry,

Also forgot to mention that Lines 947 reads:

function confirmCheckout(){
   global $customer_id, $comments, $order, $currencies, $request_type, $languages_id, $currency, $cart_PayPal_Standard_ID, $cart_PayPal_IPN_ID, $shipping, $cartID, $order_total_modules, $onepage, $credit_covers, $payment, $comments;

   if (tep_session_is_registered('customer_id')){
     $onepage['createAccount'] = false;
   }else{
     if (tep_not_null($_POST['password'])){
       $onepage['createAccount'] = true;
       $onepage['customer']['password'] = $_POST['password'];
     }elseif (ONEPAGE_ACCOUNT_CREATE == 'create'){
       $onepage['createAccount'] = true;
       $onepage['customer']['password'] = tep_create_random_value(ENTRY_PASSWORD_MIN_LENGTH);
     }
   }

   $paymentMethod = $onepage['info']['payment_method'];

   $html = '';
   $infoMsg = 'Please press the continue button to confirm your order.';
   $formUrl = tep_href_link(FILENAME_CHECKOUT_PROCESS, '', $request_type);
   if (tep_not_null($GLOBALS[$paymentMethod]->form_action_url)){
     $formUrl = $GLOBALS[$paymentMethod]->form_action_url;
     $infoMsg = 'Please press the continue button to proceed to the payment processors page.';
   }

   $GLOBALS[$paymentMethod]->pre_confirmation_check();    //THIS is line 947

   $GLOBALS[$paymentMethod]->confirmation();

   $hiddenFields = $GLOBALS[$paymentMethod]->process_button();

   $html .= '<form name="redirectForm" action="' . $formUrl . '" method="POST">
          <noscript>' .
   $infoMsg .
   tep_image_submit('button_continue.gif', IMAGE_CONTINUE) .
   '</noscript>' .
   tep_image_submit('button_continue.gif', IMAGE_CONTINUE, 'style="display:none;"') .
   $hiddenFields .
   '<script>
          document.write(\'<div style="width:100%;height:100%;margin-left:auto;margin-top:auto;text-align:center"><!--<img src="' . DIR_WS_HTTP_CATALOG.DIR_WS_IMAGES . 'ajax-loader.gif">--><br>Processing Order, Please Wait...</div>\');
          redirectForm.submit();
          </script></form>';

   return $html;
 }

Hi I would report that error to itwebexperts.com using email that is in install instructions

 

Steve

Link to comment
Share on other sites

Hi All

Shame about this contribution because it would be superb to have this as a permanent fixture in an Osc site, but it looks like there have been many issues with it. I've just run through the install on a test site and although I'm no PHP expert I've installed many osc contributions successfully but have been unable to get this one to work.

 

I just get a blank screen when going to checkout??

 

I've scanned through many of the posts here but cannot find anything referring to it. Has anyone had the same issue or know why I might have this? From what I can see/feel the installation went to plan and the instructions were clear. I'm using Paypal_IPN as the payment mod.

Cheers

Martin

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...