This is a discussion on My account info within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; Does anyone know how I can create a link in the MY account info box?, which only is viewable when ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Does anyone know how I can create a link in the MY account info box?, which only is viewable when a user is logged in? I'd like to offer a download but only those who are logged in and if possible to specific groups (which I don't think can be done without extensive code work) Thanks to all in advance for any help |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| /includes/boxes/loginbox.php search for <!-- my_account_info //--> all the links are under there.
__________________ so endith the lesson<think>sometimes I just sit's and thinks</think> "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB |
| The Following User Says Thank You to met00 For This Useful Post: | ||
metalman923 (07-21-2008) | ||
|
#3
| |||
| |||
| I really appreciate you're taking the time to help me with this, I was wondering if you knew of a way to make the links only visible to certain groups, I don't know if this is something that can be done but just curious since I sell to different groups such as retail and wholesale I wonder if I could have different links show up for the different groups, but anyway THANK YOU VERY MUCH for your time and consideration. |
|
#4
| |||
| |||
| Look at the SPPC code... Code: if(!tep_session_is_registered('sppc_customer_group_id')) {
$customer_group_id = '0';
} else {
$customer_group_id = $sppc_customer_group_id;
}
$groupnum2show=2;
Code: if ($customer_group_id == $groupnum2show) {
// output links
}
__________________ so endith the lesson<think>sometimes I just sit's and thinks</think> "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Where can I find more info | countingsheep | osCMax v2 Features Discussion | 4 | 01-10-2008 12:11 PM |
| where is the content for the My account info box set? | tunnel7 | osCMax v2 Customization/Mods | 3 | 04-16-2007 03:07 PM |
| Loginbox and My account info problem. | Pacog71 | osCMax v2 Customization/Mods | 1 | 04-11-2007 12:29 AM |
| Changing order of account info | Lady_Lobo | osCommerce 2.2 Modification Help | 2 | 03-23-2004 09:37 AM |
| Create Account,Checkout,My Account, Language Pictures probs! | Mikey | osCommerce 2.2 Installation Help | 0 | 03-08-2004 11:20 PM |