|

how to change things on site
Posted 21 October 2011 - 12:44 PM #1
Welcome to CS-Cart demo store
This is a demonstration store powered by CS-Cart shopping cart software. CS-Cart is a full e-commerce solution for small to medium sized businesses.
This is NOT a live store. Please DO NOT enter real credit card details when test ordering from it.
as well as poll of the week
also want to get rid of poll of the week
where it says latest dvds change this to something else for the heading
On products view i want to get rid of Send to friend Tags
also want to change the logo
Posted 21 October 2011 - 01:24 PM #2
Posted 21 October 2011 - 01:29 PM #3
Posted 21 October 2011 - 01:48 PM #4
Posted 21 October 2011 - 01:54 PM #5
Posted 21 October 2011 - 06:39 PM #6
I want to get rid of the this on homepage
Welcome to CS-Cart demo store
This is a demonstration store powered by CS-Cart shopping cart software. CS-Cart is a full e-commerce solution for small to medium sized businesses.
This is NOT a live store. Please DO NOT enter real credit card details when test ordering from it.
as well as poll of the week
also want to get rid of poll of the week
where it says latest dvds change this to something else for the heading
On products view i want to get rid of Send to friend Tags
also want to change the logo
Most of this stuff is in Design > Blocks except logos which are under Design > Logos. This is all in the KB, you really should try reading it.
CS Cart 4.2.4
Posted 28 October 2011 - 03:16 AM #7
Most of this stuff is in Design > Blocks except logos which are under Design > Logos. This is all in the KB, you really should try reading it.
KB hasn't mentioned anything about an issue like mine which is shown below.
I am using CS-Cart 2.2.3 Community Edition and in there, we can upload logos with no issue and delete the same using my cpanel/ftp client. My issue is, even if we completely remove the logo + alternative text, it doesn't save blank but it keeps appearing the previous alternative text. I want to get rid of alternative text when we remove our logo.
Posted 28 October 2011 - 03:46 AM #8
Brandon
Posted 28 October 2011 - 03:59 AM #9
Just replace your logo with a transparent PNG and leave the alt text blank. That should solve it.
Brandon
Awesome, it works. However, the alternative text keeps on appearing even though I delete on my "DESIGN - LOGO". Guess, that cannot be deleted:)
Posted 28 October 2011 - 06:12 AM #10
<a href="{""|fn_url}"><img src="{$images_dir}/{$manifest.Customer_logo.filename}" width="{$manifest.Customer_logo.width}" height="{$manifest.Customer_logo.height}" border="0" alt="{$manifest.Customer_logo.alt}" /></a>
Just remove the
alt="{$manifest.Customer_logo.alt}"
To be honest, depending on what exactly you are doing, you could just remove that whole thing.
Our of curiosity, why are you wanting to remove the alt text anyways?
Thanks,
Brandon
Posted 29 October 2011 - 02:02 AM #11
In skins/your-skin/customer/top.tpl you have
<a href="{""|fn_url}"><img src="{$images_dir}/{$manifest.Customer_logo.filename}" width="{$manifest.Customer_logo.width}" height="{$manifest.Customer_logo.height}" border="0" alt="{$manifest.Customer_logo.alt}" /></a>
Just remove thealt="{$manifest.Customer_logo.alt}"
To be honest, depending on what exactly you are doing, you could just remove that whole thing.
Our of curiosity, why are you wanting to remove the alt text anyways?
Thanks,
Brandon
Brilliant, it works. Also, the reason why I want to remove the alternative text is because, once you remove the logo, the way the text appears is not very professional. Refer the attached.

Edited by mifzal, 29 October 2011 - 02:10 AM.
Posted 29 October 2011 - 04:38 AM #12
Removing that whole line will remove the logo, or like I said, a transparent png would also work.
Glad that helps though.
Brandon
Posted 29 October 2011 - 05:28 AM #13
Edited by mifzal, 29 October 2011 - 05:30 AM.