Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Is this the correct place?


DaTomassinoInc

Recommended Posts

Hi all

 

I want to change the link from checkout to a different... well... source.

Because now, it will be saved in a mySQL database, but I want to save in some textfields in another, kind of CMS system, called openIT.

Now, this is not the question how I import that but the following:

 

How do I change the button to let is ship to a home brewed php page, if this page is, say: check_me_out.php?

 

I found this piece of code in checkout_confirmation (in root dir)rule:115-122 (out of the box installation file)

<?php
 if (isset($$payment->form_action_url)) {
$form_action_url = $$payment->form_action_url;
 } else {
$form_action_url = tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL');
 }

 echo tep_draw_form('checkout_confirmation', $form_action_url, 'post');

 

Is this the place to change it?

And if so, where can I change the URL?

In the filenames.php?

 

 

I also have a few more questions (ok, 1):

 

How do import a Windows Active Directory (2003) in the osCommerce.

Through mySQL? Or is that really a question that I have to ask there

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...