Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 ASP (Windows server) versions
 Extra columns in database
Author « Topic »  

Marshall
Ecommerce Template Guru

USA
1916 Posts

Posted - 07/18/2018 :  17:00:29  
I seem to recall an option was added to allow for custom columns in the database. However, I cannot find any information on the subject. Can anyone help point me in the right direction? (Assuming I am not having hallucinations about this)

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

dbdave
ECT Moderator

USA
10468 Posts

Posted - 07/18/2018 :  17:10:29  
It has to do with the quick entry. You can add a line to your includes to be able to manage the data in that column (as long as it's the products table) via the quick entry.

https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=109004

quote:
It is now possible to add your own columns to the Products Quick Update menu by using the parameter...
customquickupdate="CustomDBColumn,CustomDBColumn2" ' ASP
$customquickupdate="CustomDBColumn,CustomDBColumn2"; // PHP
You can specify more than one column by using a comma to separate. The Quick Update menu will display the database column name, unless also specified separated by a colon. For instance...
"CustomDBColumn:DB Column 1,CustomDBColumn2:DB Column 2"
Finally, the datatype of the column will be assumed to be text, unless also specified separated by a colon as NUM for numeric or CHECK for checkbox / (Yes/No). For example...
"CustomDBColumn:DB Column 1:NUM,CustomDBColumn2:DB Column 2:CHECK"

Edited by - dbdave on 07/18/2018 17:16:42

Marshall
Ecommerce Template Guru

USA
1916 Posts

Posted - 07/19/2018 :  05:48:18  
Thanks.

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000