Add Small Images On Anywhere

Hello cs cart experts

we are using cs cart multi vendor 4.3.6

please see snapshot image red box i want to know how can we add like this logos on category ??

also how can we add <> logo like second snapshot on any where ??

Screenshot_2.jpg

Screenshot_3.jpg

Screenshot_4.jpg

There are two variants

- add new image uploader to the update category page

- generate CSS class for each menu item based on the category name or ID and add images with CSS

There are two variants

- add new image uploader to the update category page

- generate CSS class for each menu item based on the category name or ID and add images with CSS

Hello thanks for reply please see here http://prntscr.com/cvof0z i want to know how i can add a new <> on anywhere like product category , footer or any new field ??

I am afraid, there is no universal way to do it.

I am afraid, there is no universal way to do it.

Thanks for replay one more think i want to know when a user creat account than he/she received new profile create mail something like this :

							User account information
							
					
							Email: 
						
							xxxx
					
							Login URL: 
						
							xxxxx
					
							Profile name: 
						
							Main
					
		
			 
	
			 
	
			
							Contact information
					
	

so i want to add user password also in new profile notification mail i mean when a user create his profile he will also received password in profile create mail

please provide code with file name ??

Thanks for replay one more think i want to know when a user creat account than he/she received new profile create mail something like this :

User account information Email: xxxx Login URL: xxxxx Profile name: Main Contact information

so i want to add user password also in new profile notification mail i mean when a user create his profile he will also received password in profile create mail

please provide code with file name ??

app/functions/fn.users.php (approximately line 1731)

Replace this part:

if (AREA != 'C' && $auth['user_id'] != $user_id) {
    $password = $original_password;
} else {
    $password = null;
}

with this:

$password = $original_password;

app/functions/fn.users.php (approximately line 1731)

Replace this part:

if (AREA != 'C' && $auth['user_id'] != $user_id) {
    $password = $original_password;
} else {
    $password = null;
}

with this:

$password = $original_password;

I am afraid, there is no universal way to do it.

Dear oleg.gorshkov thanks a lot for help yes its working & Dear ecom team thanks for replay

one more think i want to know first i want to hide/remove email option on checkout shipping page please see cs1 & cs2 or demo1 & demo2

than in My Account > Profile detail > email all email need to go on this email id please see cs3 or demo3

my simple mean is i want to hide/remove email id need to add by buyer in shipping address or billing address

& all emails like orders , profile , forget password need to go on profile email id like

snapshot cs3 or demo3

Please help how can we do it ??

cs1.jpg

cs2.jpg

cs3.jpg

demo1.jpg

demo2.jpg

demo3.jpg

app/functions/fn.users.php (approximately line 1731)

Replace this part:

if (AREA != 'C' && $auth['user_id'] != $user_id) {
    $password = $original_password;
} else {
    $password = null;
}

with this:

$password = $original_password;

Sure seems like this should be a Setting in the Settings/Security section as to whether to include the password in profile notifications.

Sure seems like this should be a Setting in the Settings/Security section as to whether to include the password in profile notifications.

yes your are right