Well... the title says it all. I would like to remove the "contact Us" buttons from the Product pages.
Or from every page for that matter.
I couldn't find a setting for that in the admin, and don't know which file to edit to make the button go away.
Well... the title says it all. I would like to remove the "contact Us" buttons from the Product pages.
Or from every page for that matter.
I couldn't find a setting for that in the admin, and don't know which file to edit to make the button go away.
This replaces a price...you can enter prices and this will not display
Thanks for answering...
That's what I thought, but the thing is, I do have a price for the items...
I'll try to clarify by showing some screenshots:
Maybe I should also mention that I am not using Zen Cart as an online store, but as a showcase only. I want people to see what we sell, but don't want to sell it online. We have a real store for that...
Last edited by xando; 11 Oct 2006 at 01:36 PM.
This is why the prices are not being displayed...Maybe I should also mention that I am not using Zen Cart as an online store, but as a showcase only. I want people to see what we sell, but don't want to sell it online. We have a real store for that...
Try editing the define for this in your override english.php file
to this and see if this removes itCode:define('BOX_INFORMATION_CONTACT', 'Contact Us'); define('TEXT_SHOWCASE_ONLY','Contact Us');
You might try just the one for TEXT_SHOWCASE_ONLY first...Code:define('BOX_INFORMATION_CONTACT', ''); define('TEXT_SHOWCASE_ONLY','');
Aha.. perfect!
Editing this did the trick:
This left an empy box wit a border on the page, but when I edited the #cartAdd in the css file that was gone too.Code:define('TEXT_SHOWCASE_ONLY','Contact Us');
Thank you very much.
Thank you,
John
John,
Post your edited code for these lines