Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Checkout editing


Guest

Recommended Posts

Hi,

 

Anyone here who would like to help me?

I want to add something to my checkout page (checkout_success.php).

The only clue I have is $content = CONTENT_CHECKOUT_SUCCESS;

 

Where could I find CONTENT_CHECKOUT_SUCCESS?

 

Thanks in advanced!

 

Regards!

Link to comment
Share on other sites

/includes/languages/english/checkout_success.php

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Link to comment
Share on other sites

Thx!

 

Do you know how I can add html code to it?

I'd know this right now...

 

Another question from me... Can I display the totall order amount on an different page aswell? I need the totall order amout in an link too, so is there a variable where I can display the totall order amout with?

 

Thanks in advanced!

Link to comment
Share on other sites

I'd know this right now...

 

Another question from me... Can I display the totall order amount on an different page aswell? I need the totall order amout in an link too, so is there a variable where I can display the totall order amout with?

 

Thanks in advanced!

My meaning is to add a Kelkoo button on the webshop.

This is the code

 

<img src= http://tracker.tradedoubler.com/report?org...eportInfo=xxxxx width="1" height="1">

 

How can I place the orderNumber and the orderValue in the src on the places of the xx's?

 

Thanks in advanced!

Link to comment
Share on other sites

You can only obtain the order number during checkout_process (checkout_process.php)..... so, from that file:

 

orderNumber = $insert_id

 

orderValue = $total_cost

 

You'll need to grab these variablesjust before:

 

// lets start with the email confirmation

 

You can post the variables in the redirect after the emails are sent.

 

Matti

Link to comment
Share on other sites

You can only obtain the order number during checkout_process (checkout_process.php)..... so, from that file:

 

orderNumber = $insert_id

 

orderValue = $total_cost

 

You'll need to grab these variablesjust before:

 

// lets start with the email confirmation

 

You can post the variables in the redirect after the emails are sent.

 

Matti

Thx for the info!

 

Is there an page or something where I can find all the variables for the shop?

 

Thanks in advanced!

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