Can someone tell us how to remove or edit the link for Help us improve cs-cart in the drop down menu in the backend. We dont need this or what to see it. Any help would be great.
|
Posted 23 February 2016 - 01:44 PM #1
Can someone tell us how to remove or edit the link for Help us improve cs-cart in the drop down menu in the backend. We dont need this or what to see it. Any help would be great.
Posted 24 February 2016 - 05:37 AM #2
You can do this by simply add:
#file
design/backend/templates/addons/my_changes/hooks/menu/profile.override.tpl
* If the directory structure is missing you will need to create
#with content
<li><a href="{"profiles.update?user_id=`$auth.user_id`"|fn_url}">{__("edit_profile")}</a></li> <li><a href="{"auth.logout"|fn_url}">{__("sign_out")}</a></li>
You will need to have "My Changes" add-on enabled for this to work.
Tested on CS-Cart version 4.3.5
Keep on smiling,
---
Valentin
part of hungryweb.net
Posted 02 July 2018 - 02:35 PM #3
You can do this by simply add:
#file
design/backend/templates/addons/my_changes/hooks/menu/profile.override.tpl* If the directory structure is missing you will need to create
#with content
<li><a href="{"profiles.update?user_id=`$auth.user_id`"|fn_url}">{__("edit_profile")}</a></li> <li><a href="{"auth.logout"|fn_url}">{__("sign_out")}</a></li>You will need to have "My Changes" add-on enabled for this to work.
Tested on CS-Cart version 4.3.5
Keep on smiling,
---
Valentin
part of hungryweb.net
Can you please explain this in more details?
Posted 03 July 2018 - 05:54 AM #4
Can you please explain this in more details?
- install the My changes addon
- make sure that it has the Active status
- create file from post #3 and add necessary content to it
- clear cache
- check the result
GET A FREE QUOTE | CS-Cart Add-ons | CS-Cart Licenses | CS-Cart Development | CS-Cart Design | Server Configuration | UniTheme and YOUPI
CS-Cart USD 345 Multi-Vendor USD 1250 CS-Cart RU 24500 руб.
CS-Cart Ultimate USD 775 CS-Cart + YOUPI USD 545 CS-Cart RU + UniTheme 36000 руб.
Posted 03 July 2018 - 11:33 AM #5
- install the My changes addon
- make sure that it has the Active status
- create file from post #3 and add necessary content to it
- clear cache
- check the result
Thanks eCom, it worked great
Posted 03 July 2018 - 01:26 PM #6
You are welcome!
GET A FREE QUOTE | CS-Cart Add-ons | CS-Cart Licenses | CS-Cart Development | CS-Cart Design | Server Configuration | UniTheme and YOUPI
CS-Cart USD 345 Multi-Vendor USD 1250 CS-Cart RU 24500 руб.
CS-Cart Ultimate USD 775 CS-Cart + YOUPI USD 545 CS-Cart RU + UniTheme 36000 руб.
Posted 05 August 2018 - 01:49 AM #7
design/backend/templates/menu.tpl
<li> {include file="common/popupbox.tpl" id="group`$id_prefix`feedback" edit_onclick=$onclick text=__("feedback_values") act="link" picker_meta="cm-clear-content" link_text=__("send_feedback", ["[product]" => $smarty.const.PRODUCT_NAME]) content=$smarty.capture.update_block href="feedback.prepare" no_icon_link=true but_name="dispatch[feedback.send]" opener_ajax_class="cm-ajax"} </li>
With This Code or delete whole code
<!--<li> {include file="common/popupbox.tpl" id="group`$id_prefix`feedback" edit_onclick=$onclick text=__("feedback_values") act="link" picker_meta="cm-clear-content" link_text=__("send_feedback", ["[product]" => $smarty.const.PRODUCT_NAME]) content=$smarty.capture.update_block href="feedback.prepare" no_icon_link=true but_name="dispatch[feedback.send]" opener_ajax_class="cm-ajax"} </li>-->
Posted 19 November 2019 - 06:57 AM #8
You can do this by simply add:
#file
design/backend/templates/addons/my_changes/hooks/menu/profile.override.tpl* If the directory structure is missing you will need to create
#with content
<li><a href="{"profiles.update?user_id=`$auth.user_id`"|fn_url}">{__("edit_profile")}</a></li> <li><a href="{"auth.logout"|fn_url}">{__("sign_out")}</a></li>You will need to have "My Changes" add-on enabled for this to work.
Tested on CS-Cart version 4.3.5
Keep on smiling,
---
Valentin
part of hungryweb.net
Hello,
Now cannot see Act on behalf of vendors in version MV4.11.01. What line to add to My Changes, please?
Regards