Page 1 of 1
Search found 5 matches
Re: How to add new Tab
I do not know how to explain this to you unless you understand the basics - it seems that you want to do something that is way above your level of expertise. A good place for your to start will be http://php.net/manual/en/function.define.php I unfortunately do not have the time to go trough your cod...
Jump to post- Sun Jan 03, 2010 6:05 pm
- Replies 11
- Views 10443
Re: How to add new Tab
You also have to add the new information in admin/model/catalog/product.php Find the affected MySQL queries in the addProduct public function addProduct - will most likely be the INSERT INTO queries but also could include the UPDATE queries. From the error message, make sure that "customname&qu...
Jump to post- Sat Jan 02, 2010 9:33 pm
- Replies 11
- Views 10443
Re: How to add new Tab
Remember to add your additional info where and if required to admin/controller/catalog/product.php $this->data['text_customname'] = $this->language->get('text_customname'); $this->data['entry_customname'] = $this->language->get('entry_name'); $this->data['column_customname'] = $this->language->get('...
Jump to post- Sat Jan 02, 2010 6:30 pm
- Replies 11
- Views 10443
Re: How to add new Tab
This is an example to show how the tab works. <div class="tabs"> <a tab="#tab_one"><?php echo "One"; ?></a> <a tab="#tab_two"><?php echo "Two"; ?></a> <a tab="#tab_three"><?php echo "Three"; ?></a> </div> <div id="tab_one&quo...
Jump to post- Fri Jan 01, 2010 3:23 am
- Replies 11
- Views 10443
Example Code Section
This community forum really lacks an example code section for new comers to OpenCart.
This section will assist non-programmers and newbies to understand the architecture better and will definitely stimulate creativity and a myriad of new ideas to expand OpenCart.
- Fri Jan 01, 2010 3:05 am
- Replies 3
- Views 1051
Search found 5 matches