Search found 10 matches

by beppe34
Mon Jun 28, 2021 3:59 pm
Forum: Community Help & Support
Topic: Header Banner with rotator, carousel.
Replies: 0
Views: 265

Header Banner with rotator, carousel.

Hi I have made a crude implementation of a banner with bootstrap carousel. I took the stock banner and implemented bootstrap carousel. Only images from advert will be switched. https://github.com/beppe34/Phoenix-Cart-Header-Banner-Rotator It's in Alpha state and all testing/evaluations/improvements ...
by beppe34
Mon Jun 28, 2021 9:54 am
Forum: Community Help & Support
Topic: Header Navbar (with categories all levels, specials, e t c) - Addon
Replies: 3
Views: 383

Re: Header Navbar (with categories all levels, specials, e t c) - Addon

Hello @beppe34 I just installed it's working fine on desktop but not on small screen.. I think the Collapse Breakpoint not working well on small screen if I change navbar-expand to navbar-expand-sm or any of setting there the menu show on the small screen but its not clickable. Omar Hi, thanks for ...
by beppe34
Wed Jun 23, 2021 10:33 pm
Forum: Community Help & Support
Topic: Header Navbar (with categories all levels, specials, e t c) - Addon
Replies: 3
Views: 383

Header Navbar (with categories all levels, specials, e t c) - Addon

This addon is showing categories, link to specials and other pages in a navbar in the header section. The navbar is multilevel drop down type. Currently only working with Phoenix v1.0.8.5 Features not yet implemented: - sticky top on scrolling - category "header" in submenus - links to sev...
by beppe34
Wed Jun 23, 2021 1:30 pm
Forum: Community Help & Support
Topic: 1.0.8.4 Questions / Comments / Concerns
Replies: 58
Views: 63808

Re: 1.0.8.4 Questions / Comments / Concerns

If an content->module->configuration is using tep_cfg_multiple_select_option() to set values -> when saving theese values they are passed as an array to the file ../admin/modules_content.php This produces an error on line 102. insert before line 102 if(is_array($value)){ $value = implode(';', $value...
by beppe34
Wed Jun 23, 2021 12:11 pm
Forum: Community Help & Support
Topic: Working on Header Navbar addon, where to post code and core issues?
Replies: 1
Views: 208

Working on Header Navbar addon, where to post code and core issues?

Working on a Header navbar with following links: categories ( with dropdowns for all levels ) specials e t c... I have a working embryo. I have two questions; 1. Are there somewhere I can post the code for others to use and contribute when it is not fully implemented? 2. If I see an issue/improvemen...
by beppe34
Thu Apr 15, 2021 6:30 am
Forum: Community Help & Support
Topic: Things I need in the new version
Replies: 3
Views: 2419

Re: Things I need in the new version

Do you have a till etc. / pos linked to it ? That's an interesting option. It is linked in the way that the POS( till ) is calling a API that is increasing/decreasing stock for product sold or recieved in the store. I will create an very simple API in my Phoenix Cart instance using MQTT protocol. (...
by beppe34
Tue Apr 13, 2021 3:19 pm
Forum: Community Help & Support
Topic: Things I need in the new version
Replies: 3
Views: 2419

Re: Things I need in the new version

- Products images in separate location is a good thing! Separate system-graphic from catalog-graphic.
by beppe34
Tue Apr 13, 2021 3:08 pm
Forum: Community Help & Support
Topic: Things I need in the new version
Replies: 3
Views: 2419

Things I need in the new version

Hi I am a long time user of oscommerce and I am using a "home brew version" of it. The things I have implemented in my current version I must convert before changing system, otherwise my staff will hit me with something hard! Besides E-Commerce I am having an actual store and are using osc...
by beppe34
Fri Apr 09, 2021 10:28 am
Forum: Community Help & Support
Topic: tep_image super slow with full url source for image
Replies: 3
Views: 2539

Re: tep_image super slow with full url source for image

Thank´s for your answers! :D I don't se any way of configure NetBeans inbuilt web-server but nevermind. This slow conversion only happens with NetBeans inbuilt web-server: - Windows 10, Apache, no problem - Ubuntu 20.4, Apache, no problem However: full URL:s when referencing local resources is not n...
by beppe34
Thu Apr 08, 2021 3:08 pm
Forum: Community Help & Support
Topic: tep_image super slow with full url source for image
Replies: 3
Views: 2539

tep_image super slow with full url source for image

In my setup the conversion of object var $image to string takes about 60 sec! I have tracked it down to the src attribute of the image. Example: In the function file /admin/includes/functions/html_functions.php: function tep_image I have added this at the end of the function // DEBUG $start = microt...