close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Order Number is too long

Thread began 4/03/2012 6:45 am by Magega49 | Last modified 8/29/2012 7:57 am by Jason Byrnes | 6695 views | 47 replies |

Magega49

Order Number is too long

Hello,

Can you please help me on how can I change my order number to start withjust 6 to 8 numbers?????? For esample 000012 The way its now it has like 20 numbers and some letters...

Please.

Sign in to reply to this post

Jason ByrnesWebAssist

it sounds you are using the Session ID as the order number.


on the confirm page, there is a Store order Summary behavior, this stores the id of the record created for the order in a session variable, you can use this session variables value as the order ID if you like. you should be able to access the session on the bindings panel.

Sign in to reply to this post

Magega49

Order ID

Hello,

I try to used the ID us Order number but when I do that I get the Item name that I created when i created my add to cart botton.......

I really need a order ID that start with 0050 and next customer will automatic get 0051, next 0052 and so, on.

Also if you can just tell me how to set the order number to begin with 0050??

Can you please try to help me on this one more time....

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

If anyone else is experiencing this same issue, please append to this thread.

Sign in to reply to this post

jspoerer286380

I´m also having the same problem Jason....

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

If anyone else is experiencing this same issue, please append to this thread.

Sign in to reply to this post

Magega49

Try this page

Hello, Jason

I want to show you this page before we go to create a new ticket to see if maybe you can see the issue quicker here...
ecart_checkout_success.php This is a direct link that you can see where my order number is showing to long I think that is scripted this is why is showing so, long.

See att: to see my page.

Attached Files
ecart_checkout_success.zip
Sign in to reply to this post

Jason ByrnesWebAssist

this page is set to use the session id for the order number.

Order number: <?php echo session_id() ?>


on the confirm page, look at the store ordersummary behavior in the store as section, this sets a session variable to use for the order ID, use the binding for that session variable on the success page instead of the session ID.

Sign in to reply to this post

Magega49

Jason,

I used the one that says ID but I try to different transaction to see and is using the same ID for all transaction...

How do I set up to use different ID every time that user place an order...????

Sign in to reply to this post

Jason ByrnesWebAssist

add the following code to the checkout success page after the closing /html> tag:

php:
<?php

// Initialize the session.
// If you are using session_name("something"), don't forget it now!
@session_start();

// Unset all of the session variables.
$_SESSION = array();

// If it's desired to kill the session, also delete the session cookie.
// Note: This will destroy the session, and not just the session data!
if (ini_get("session.use_cookies")) {
    
$params session_get_cookie_params();
    @
setcookie(session_name(), ''time() - 42000,
        
$params["path"], $params["domain"],
        
$params["secure"], $params["httponly"]
    );
}

// Finally, destroy the session.
@session_destroy();
@
session_regenerate_id();
?>
Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...