![]() |
How do I get rid of Xcart button and "Save 47%" bu
I've searched and searched for these answers. I want to do two things: Remove the little "Powered by Xcart" button (to the bottom right) and remove (or turn off) the little star button that shows up after clicking on an item that's marked down, that is gold and says "Save 33%" or whatever it might be.
Thank you. :) |
poweredby.tpl is where you get rid of the x-cart logo.
I don't know the other off hand, if I get time I'll look if no one answers right away. |
Actually if you look in your customer/home.php you'll see this code:
{ include file="news.tpl" } {if $active_modules.Interneka ne ""} { include file="modules/Interneka/menu_interneka.tpl" } {/if} { include file="poweredby.tpl" } </td> </tr> </table> { include file="rectangle_bottom.tpl" } </body> </html> Remove the Quote:
|
True enough, I use it most of the time for other purposes though so I leave it in and just clear it when not being used.
|
you can remove the save % star by removing the cell in product.tpl or by not setting a market price
|
Actually shan, can you elaborate? I'm in the main/product.tpl but not sure where to edit.
|
x-cart version ?
|
I just (believe it or not, lol) upgraded it to 3.4.8
|
There you go.
Product.tpl without the save xx% star for V3.4.8 Code:
{* $Id: product.tpl,v 1.70.2.3 2003/06/10 11:40:46 svowl Exp $ *} |
Hmmm, ok, I've gotten in to edit this file but I can't find a "save" or even the .gif file anywhere in the code. What exactly do I edit out? Thanks.
|
sorry, had to bump because I edited my last thread. :lol:
|
nothing. this is a replacement code as you need it
|
OUtstanding, thank you very much. :)
|
Hate to beat a dead horse, but that didn't work for me. I went into Webmaster mode, replaced the file and save it successfully, but it still comes up. To double check, I went into main/product.tpl under Edit Templates. Is there something I'm doing wrong?
|
You should highlight and copy the entire code section above.
Open product.tpl using edit templates. Highlight all code inside of product.tpl. paste new code over the old code. Save! Your Done! |
Yeah, that's what I'm saying, I did that but it didn't work.
|
Clear templates_c using the button at the bottom of the summary page. See if that does it.
|
Nope, that didn't work either. :(
|
Hey shan, or anyone, can you post the code that you edited out?
|
the code i gave you was to replace the product.tpl in version 3.4.8
|
Hi. I understand; however, when I did, it didn't change anything for me, but I will play with it further. :cry:
|
I don't get it bluecat, I've looked over the code and i can't find anything that would make the star still appear. This is strange
|
I have an Idea.... Paste the code into the file through your site admin control panel or put the code into notepad save it as product.tpl and upload it via ftp. In other words, try not using the edit templates feature in x-cart.
|
ok, I'll do that now. :)
|
Nope. 8O Here's the folder I ftp'd it to: /public_html/xcart/skin1/main which is where my product.tpl is, I'm lost. I first added it through xcart (after entering webmaster mode), I then tried it directly through my host, then did what you said and created the file (product.tpl) in Notepad and ftp'd it. :x
|
This is like too weird... I'll look at the code one more time for you.
|
I appreciate it. I even have a back up xcart (347) that I kept just in case I screwed up the upgrade and changed the file there as well. :roll:
|
Give me the address to your x-cart and let me make sure this is not a cache thing or something like that.
|
xx
|
Nope, not a cache problem... that little bugger is definately still there.
What's worse is I can't see where it is in the code that shan posted. |
I don't know a lot about coding, but I do understand how certain pages pull from others, etc, etc. and I can't help but wonder if it's listed somewhere else as well; could be completely wrong, but I'm sure I've done everything correct on my side. 8O
I'll tinker around more, I'm still adding items daily anyway. But thanks for all the effort! :D |
I have looked over shan's code 4 times now and I don't see where that star is sneaking in. I think you need someone better than I to take a look at shan's code.... I can't find a problem with it.
|
Well thanks again anyway. :)
|
Quote:
I found your problem!!!! Put the code in /public_html/xcart/skin1/customer/main/product.tpl It was in front of me all along..... Sorry :oops: Remember to restore the other product.tpl file in /public_html/xcart/skin1/main |
omg, trying that now.
|
Thank you, thank you! That was the problem; it works perfect now. :roll: Thanks again. :D
|
good stuff :D
|
Guys, thanks for the code.
I didn't use the code yet....but I did gather the ideas from it and cut the code from my current tpl.
first I cut the save % star . that worked. however, I still see a market price showing and asave 9%. I tried cutting the market price if/else statement. that didn't apear to work. the code from Shan doesn't really address this issue so I didn't wan tot try it. Now I will and will repost results. Thanks, JFinn |
No luck removing market price option.
I see the code in product.tpl. however removing this section does nothing.
Anyone found this in the forum yet? Thanks, |
found it finally. BUT
http://forum.x-cart.com/viewtopic.php?t=4966&highlight=market
credit to this post. products_t.tpl I was able to find the code and remove the "market price" however this also removes the product price from display. can anyone tell me how to have just the "list" price learning and reading as fast as possible. any help is appreciated. Thanks, JFinn |
All times are GMT -8. The time now is 05:35 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.