Search found 10 matches
- Tue Oct 04, 2022 8:58 pm
- Forum: Community Help & Support
- Topic: Fluid display order
- Replies: 2
- Views: 862
Re: Fluid display order
Works perfectly.
- Tue Oct 04, 2022 2:03 pm
- Forum: Community Help & Support
- Topic: orders.php column adding
- Replies: 6
- Views: 3087
Re: orders.php column adding
Thanks so much, I think I need to go over hooks again. Apparently I still don't understand exactly what they are.
- Tue Oct 04, 2022 12:06 pm
- Forum: Community Help & Support
- Topic: Fluid display order
- Replies: 2
- Views: 862
Fluid display order
I have created my own box module to quickly place orders with one click if you know the item codes. Its fine in the standard view but on a smaller display the fluid view has the box after the main page. This means you have to scroll down to find it for each item you want to add another item. Is ther...
- Wed Sep 07, 2022 10:18 am
- Forum: Community Help & Support
- Topic: New page from existing page without remove original page
- Replies: 3
- Views: 1328
Re: New page from existing page without remove original page
Can I have a functional page in this area ie not just an information page?
- Mon Sep 05, 2022 1:25 pm
- Forum: Community Help & Support
- Topic: New page from existing page without remove original page
- Replies: 3
- Views: 1328
New page from existing page without remove original page
I would like to create a page similar to advanced_search.php but also want to keep advanced_search.php as it is. I think this is called a content module, however this page is not listed in the content modules. Do I just clone the page in the core location or is there a better way to do this?
- Mon Aug 29, 2022 2:47 pm
- Forum: Community Help & Support
- Topic: orders.php column adding
- Replies: 6
- Views: 3087
Re: orders.php column adding
I have searched the entire CE Phoenix v1.0.8.17 base for injectColumns and don't find it?
- Mon Aug 29, 2022 9:21 am
- Forum: Community Help & Support
- Topic: orders.php column adding
- Replies: 6
- Views: 3087
Re: orders.php column adding
So I added my own hook line just under the table definition line to admin/includes/actions/orders/views/default.php and now the code works as expected and is exactly what I need, but my question now is how do I do this without editing core files?
- Mon Aug 29, 2022 8:43 am
- Forum: Community Help & Support
- Topic: orders.php column adding
- Replies: 6
- Views: 3087
Re: orders.php column adding
Thanks for posting your solution. I have copied the exact text in your code sample and saved in includes/hooks/admin/siteWide/order_extend.php. I know it's read because without <?php at the top it throws an error, however I don't see the new column in the orders table? Also is injectColumns a hook i...
- Wed Aug 24, 2022 11:33 am
- Forum: Community Help & Support
- Topic: How to add a column to admin orders table?
- Replies: 1
- Views: 778
How to add a column to admin orders table?
How can I add a column for company to admin/orders table without editing core?
- Wed Aug 24, 2022 7:54 am
- Forum: Community Help & Support
- Topic: template for /includes/system/versioned/xxx/xxx seems to be ignored
- Replies: 2
- Views: 1025
template for /includes/system/versioned/xxx/xxx seems to be ignored
I have a new install of CE Phoenix v1.0.8.17 running on PHP Version 7.4.30. The install is standard with no addons but I did use the import tool to import an old OSCommerce DB and images. I have used the override template to override /includes/languages/english.php successfully but when I try to ove...