Version 1.0.8.20
I've used this path to change the 'Welcome Guest" message in the past.
includes/languages/english/modules/content/navigation/cm_alert.php
cm_alert.php is no longer in there. Now I see cm_navbar.php, and that's not the welcome guest message.
Or maybe there's a way to get to that and change it from my dashboard and I'm just not finding it.
Also, I'd like to remove the Add to Cart button on certain items so I can show them as examples only. Any way to do this?
2 questions - Where is the welcome guest message? can the add to cart be removed on certain items?
-
PBR Streetgang
- Member
- Posts: 48
- Joined: Fri Nov 19, 2021 4:09 pm
- Phoenix Version:
- Has thanked: 24 times
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: 2 questions - Where is the welcome guest message? can the add to cart be removed on certain items?
See User Guide - https://phoenixcart.org/phoenixcartwiki ... hange_Text
includes/languages/english/modules/content/index/cm_i_customer_greeting.php
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: 2 questions - Where is the welcome guest message? can the add to cart be removed on certain items?
It is not a native feature but it is possible, you'd have to code it or get it as an addon.PBR Streetgang wrote: ↑Fri Jun 02, 2023 2:31 pm Also, I'd like to remove the Add to Cart button on certain items so I can show them as examples only. Any way to do this?
-
Omar_one
- Senior Contributor
- Posts: 679
- Joined: Fri Oct 25, 2019 5:06 pm
- Phoenix Version: v1.0.8.16
- Has thanked: 100 times
- Been thanked: 56 times
Re: 2 questions - Where is the welcome guest message? can the add to cart be removed on certain items?
you can use this module created by @raiwaPBR Streetgang wrote: ↑Fri Jun 02, 2023 2:31 pm Also, I'd like to remove the Add to Cart button on certain items so I can show them as examples only. Any way to do this?
app.php/addons/paid_addon/no_stock_button/
make quantity of the items which you need to remove the Add to Cart button to zero, edit the No Stock button text to what you want
Br
Omar