Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

List of the variables


RenFromPenn

Recommended Posts

Posted

Is there somewhere that I can go to find a list of the variables used? I am specifically interested in the one for the email address of the customer and the one for their name.

Posted

The customer's email and name are stored in the database. You can query the db for the variables, then call for their display with the proper php.

Posted

if you have phpmyadmin look the columns in the "customers" table. They represent the variables you're looking for. Setup a query assign the columns to php variables for further manipulation. Plenty of examples within the osc files.

Archived

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

×
×
  • Create New...