Search found 35 matches: add column to table

Searched query: +add +column +table

ignored: to

by Omar_one
Fri Jul 10, 2026 8:48 pm
Forum: Hooks
Topic: Enabling / Disabling Hooks
Replies: 7
Views: 873

Re: No Core Changes - A different perspective

... are defined in override template also. ALTER TABLE hooks ADD COLUMN hooks_status ENUM('1','0') NOT NULL DEFAULT '1' AFTER hooks_method; ...
by BatteryTrader
Fri Jul 03, 2026 6:16 am
Forum: Growth & Marketing
Topic: Product page Call To Actions
Replies: 1
Views: 809

Product page Call To Actions

... playing with “Product page Call To Actions – CTA” Now the add on is £25, but in the Coop section, ... enough in the day We have put a new column in the products table, so we have a reference to call from, ...
by tessthepup
Sat Nov 29, 2025 11:05 am
Forum: Community Help & Support
Topic: Who's Online Enhanced
Replies: 22
Views: 3580

Who's Online Enhanced

I enhanced the who's online page to have more function and show more info. Before I upload it to the addons I would love some feedback on ... fields to your whos_online table ALTER TABLE whos_online ADD COLUMN user_agent varchar(255) NULL AFTER ...
by burt
Sun Sep 14, 2025 9:40 pm
Forum: Community Help & Support
Topic: Add additional input box to catalog - edit_category.php area - Is it possible
Replies: 4
Views: 31022

Re: Add additional input box to catalog - edit_category.php area - Is it possible

... this can be done with a Hook (to do all the admin stuff); 1. add in an extra textarea (i18n as the extra ... [as the cateories_description table goes by language]) 2. insert into ... use PHPMyAdmin to create the new DB column in categores_description Table. ...
by 14Steve14
Sun Sep 14, 2025 4:23 pm
Forum: Community Help & Support
Topic: Add additional input box to catalog - edit_category.php area - Is it possible
Replies: 4
Views: 31022

Add additional input box to catalog - edit_category.php area - Is it possible

Didn't really know what to call this. We want to add more text to the category pages shop ... and index_products sections, and a new column in the database categories_description table. What would be the best way to achieve ...
by levelup
Tue Sep 02, 2025 9:34 pm
Forum: Community Help & Support
Topic: Adding new Sort Option
Replies: 5
Views: 28568

Re: Adding new Sort Option

... is the `Sort Option` you want to add ? I *think* it's possible with a Hook, ... I'm looking to do (add a product list column to sort by) in the configuration database table, and it showed up as an option under ...
by burt
Sat Aug 02, 2025 12:43 pm
Forum: Community Help & Support
Topic: Options Attributes - discussion
Replies: 32
Views: 162700

Re: Options Attributes - discussion

... In Admin catalog.php 1. Put a button in the right hand column "Add Child" 1a. When clicked it pops up ... 3. Have the form in #1 write to products Table etc 4. Maybe add in some type of icon ...
by ecartz
Fri Jul 18, 2025 3:33 pm
Forum: Community Help & Support
Topic: Options Attributes - discussion
Replies: 32
Views: 162700

Re: Options Attributes - discussion

... in core. It's one of the easiest to add on. Just 1. Add a nullable parent_products_id column to the product table. 2. Add a field in admin's new/edit product ...
by tessthepup
Tue Sep 10, 2024 1:24 pm
Forum: Community Help & Support
Topic: Attributes Error
Replies: 4
Views: 214

Re: Attributes Error

Looks like you're missing a column (pa.sort_order) in your (products_attributes) table based on the error message. Maybe ... products_options. Are you using an add on of some sort? Dan Hi Dan, thanks ... Manager' addon but could not get it to work. Maybe I have missed something ...
by Dan Cole
Tue Sep 10, 2024 1:03 pm
Forum: Community Help & Support
Topic: Attributes Error
Replies: 4
Views: 214

Re: Attributes Error

Looks like you're missing a column (pa.sort_order) in your (products_attributes) table based on the error message. Maybe you missed an SQL update ... but I have one called products_options. Are you using an add on of some sort? Dan