Search found 7 matches
- Mon Apr 08, 2024 6:18 pm
- Forum: Community Help & Support
- Topic: affiliate addon??
- Replies: 1
- Views: 1292
affiliate addon??
Does anyone know of an addon or know of someone building an Affiliate program addon that works with CE Phoenix?
- Wed Apr 03, 2024 3:47 pm
- Forum: Community Help & Support
- Topic: Editing the Breadcrumb
- Replies: 8
- Views: 6932
Re: Editing the Breadcrumb
All done and working the way it should - https://getcollectall.com/SSWS/index.php
- Wed Apr 03, 2024 2:04 pm
- Forum: Community Help & Support
- Topic: Editing the Breadcrumb
- Replies: 8
- Views: 6932
Re: Editing the Breadcrumb
BANG! That got it, changing the structure of the server set up and then modifying the cm_header_breadcrumb.php to: const MODULE_CONTENT_HEADER_BREADCRUMB_TITLES = [ '<i class="fas fa-home"></i><span class="sr-only"> Home</span>' => 'indexssw.html', 'Catalog' => 'index.php', ]; Fi...
- Wed Apr 03, 2024 1:43 pm
- Forum: Community Help & Support
- Topic: Editing the Breadcrumb
- Replies: 8
- Views: 6932
Re: Editing the Breadcrumb
OK I think we are thinking along the same line. Instead of CE Phoenix being a sub directory (STORE) to getcollectall I reinstalled CEP in a new directory SSWS and then added code for the main web page getcollectall. Everything installed without an issue so now I will rebuild the CEP store informatio...
- Tue Apr 02, 2024 7:38 pm
- Forum: Community Help & Support
- Topic: Editing the Breadcrumb
- Replies: 8
- Views: 6932
Re: Editing the Breadcrumb
OK First I built the missing sub directories then I followed your instructions. When I right click on the home button I get this link - https://getcollectall.com/ So I updated the cm_header_breadcrumb.php per your suggestion and right clicked on the home button I get this links - https://getcollecta...
- Tue Apr 02, 2024 12:53 pm
- Forum: Community Help & Support
- Topic: Editing the Breadcrumb
- Replies: 8
- Views: 6932
Re: Editing the Breadcrumb
Thanks here are the results of severl variants I tried, First I tried what you wrote const MODULE_CONTENT_HEADER_BREADCRUMB_TITLES = [ '<i class="fas fa-home"></i><span class="sr-only"> Home</span>' => 'SGTW/indexssw.html', 'Catalog' => 'index.php', Results - Additionally, a 404 ...
- Mon Apr 01, 2024 2:36 pm
- Forum: Community Help & Support
- Topic: Editing the Breadcrumb
- Replies: 8
- Views: 6932
Editing the Breadcrumb
Hi, I'm running version 1.0.9.0 I need to edit the breadcrumb - the home button to go to adifferent website. I have researched google, all the postings on the user forum and the user guide but cannot figure out how to change the URL the home breadcrumb launches. Currently it is pointing to the wrong...