close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Create a Merchant Code in eCart

Thread began 7/09/2012 7:29 am by robvoigt9434728 | Last modified 7/09/2012 9:58 am by Jason Byrnes | 412 views | 1 replies |

robvoigt9434728

Create a Merchant Code in eCart

Hello,

Currently my eCart and local checkout pages are set up and running fine.

However at this point I need to add a "Merchant code" to the checkout process. This Merchant code would be where a Gym Owner (we sell cross fit jump ropes) would enter a code I give them and I would need that Gym Owner code to be stored with the OrderID in my MySQL database.

With this Gym Owner code I can then see what orders are taking place at different gym locations.

Would you be able to point me in the right direction to implement this?

Thanks in advance.

Sign in to reply to this post

Jason ByrnesWebAssist

on the checkout page, add the text field to input the code:

php:
<input type="text" name="merchentCode" id="merchentCode" value="" />



on the confirm page, there will be a collection of hidden elements near the bottom

add another hidden element using the sale name as the text field on the checkout page to capture the value that is posted:

php:
<input type="hidden" name="merchentCode" id="merchentCode" value="<?php echo((isset($_POST["merchentCode"]))?$_POST["merchentCode"]:""?>" />




next add a Set Session Value behavior. on the Server Behaviors panel, click the plus button and select eCart -> General -> Set Session value. set the trigger to any page post. Set the name to merchentCode and for the value, select the merchentCode form element.

In your orders table, create a merchentCode column, then edit the store order summary behavior on the confirm page to bind the merchentCode column to the merchentCode form element

Sign in to reply to this post

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