Jump to content

How to edit left menu on step 4 page


Guest headbump

Recommended Posts

Guest headbump

Hi all,

I would like to remove one of the links in the "Useful Menu" left side nav on step 4 of the checkout

process...I don't want to remove the whole menu, just one of the links...can anyone tell me where I can do that?

I've already read here that part of the structure of the page is located at /skins/xx/styleTemplates/boxes/cartNavi.tpl, and I've opened that, but I cannot seem to figure out where to go from there...

<!-- BEGIN: links -->

<div class="boxTitleLeft">{LANG_LINKS}</div>

<div class="boxContentLeft">

<ul>

<!-- BEGIN: repeat_region -->

<li class="bullet" style="list-style: none;"><a href="{VAL_LINK}" class="txtDefault">{TXT_LINK}</a></li>

<!-- END: repeat_region -->

</ul>

</div>

<!-- END: links -->

I guess I need to know where {VAL_LINK} is located?

Thanks for any help:

H

Link to comment
Share on other sites

Hi all,

I would like to remove one of the links in the "Useful Menu" left side nav on step 4 of the checkout

process...I don't want to remove the whole menu, just one of the links...can anyone tell me where I can do that?

I've already read here that part of the structure of the page is located at /skins/xx/styleTemplates/boxes/cartNavi.tpl, and I've opened that, but I cannot seem to figure out where to go from there...

<!-- BEGIN: links -->

<div class="boxTitleLeft">{LANG_LINKS}</div>

<div class="boxContentLeft">

<ul>

<!-- BEGIN: repeat_region -->

<li class="bullet" style="list-style: none;"><a href="{VAL_LINK}" class="txtDefault">{TXT_LINK}</a></li>

<!-- END: repeat_region -->

</ul>

</div>

<!-- END: links -->

I guess I need to know where {VAL_LINK} is located?

Thanks for any help:

H

You should be able to make changes in the includes\boxes\cartNavi.inc.php file.

Thanks

/Goober

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...