osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Remove Prices From Front Page?

This is a discussion on Remove Prices From Front Page? within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; Is there a way to remove prices from front page using admin or do I have to do a mod? ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Customization/Mods

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 05-13-2008, 02:53 PM
Member
 
Join Date: May 2008
Posts: 50
Thanks: 13
Thanked 0 Times in 0 Posts
Rep Power: 1
lwilliams114 is on a distinguished road
Default Remove Prices From Front Page?

Is there a way to remove prices from front page using admin or do I have to do a mod?
Thank you,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 05-14-2008, 01:14 AM
Active Member
 
Join Date: Oct 2005
Location: wherever I happen to be at the moment
Posts: 444
Thanks: 3
Thanked 75 Times in 70 Posts
Rep Power: 6
met00 is just really nicemet00 is just really nicemet00 is just really nicemet00 is just really nice
Default Re: Remove Prices From Front Page?

again, we get to the question... where? in the specials module? just where are proces showing up?
__________________
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 05-14-2008, 08:09 AM
Member
 
Join Date: May 2008
Posts: 50
Thanks: 13
Thanked 0 Times in 0 Posts
Rep Power: 1
lwilliams114 is on a distinguished road
Default Re: Remove Prices From Front Page?

The catagories are on the left and when I click on one of them it brings me to a small image of the product with the price and buy option. I don't want the price or buy option to be there until the image is clicked and the details of the image is shown then I want the price and buy now to be there. Thanks

Last edited by lwilliams114; 05-14-2008 at 08:11 AM. Reason: wrong link to website
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 05-14-2008, 08:15 AM
Member
 
Join Date: May 2008
Posts: 50
Thanks: 13
Thanked 0 Times in 0 Posts
Rep Power: 1
lwilliams114 is on a distinguished road
Default Re: Remove Prices From Front Page?

The prices also show up in the 'New Products for May' section on front page and I also want to remove those and the buy button.
Would still like to remove the 'new products for may' words and put the products I want in there but haven't figured that out yet.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 05-14-2008, 08:14 PM
Active Member
 
Join Date: Oct 2005
Location: wherever I happen to be at the moment
Posts: 444
Thanks: 3
Thanked 75 Times in 70 Posts
Rep Power: 6
met00 is just really nicemet00 is just really nicemet00 is just really nicemet00 is just really nice
Default Re: Remove Prices From Front Page?

I have no idea what /includes/functions/product_listing you are using (there are two, the standard product_listings and the one for columns), but that's where you can remove the price and buy now fields from displaying in the product_listings for the items in the categories.

The /includes/modules/new_products.php has it's own listing component in-line and if you look for $currencies->display_price you will find where to remove prices.

You may also want to edit includes/boxes/whats_new.php ($whats_new_price is the price line)

Then there is: templates/fallback/content/products_new.tpl.php (there you want to look for $products_price)

as for getting rid of "New Products for May" includes/languages/english/index.php look for define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); and change it to something else.

For the record, all of this took about 10 minutes with the grep and more commands on a linux box to find. Here was the command I used for find the last one...
[username: directorypath/httpdocs/] grep "New Products" includes/languages/english/*
It returned:
includes/languages/english/index.php:define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
includes/languages/english/products_new.php:define('NAVBAR_TITLE', 'New Products');
includes/languages/english/products_new.php:define('HEADING_TITLE', 'New Products');
includes/languages/english/sitemap.php:define('PAGE_PRODUCTS_NEW', 'New Products');

While I have no idea what platform you are working on, this really isn't rocket science... If you are on a windows platform I'm sure someone can point you to a search utility that does the same as grep does on a *nix platform. The key is learning HOW osc is built (and how osCMAX differs).
__________________
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to met00 For This Useful Post:
lwilliams114 (05-15-2008)
  #6  
Old 05-15-2008, 05:39 AM
Member
 
Join Date: May 2008
Posts: 50
Thanks: 13
Thanked 0 Times in 0 Posts
Rep Power: 1
lwilliams114 is on a distinguished road
Default Re: Remove Prices From Front Page?

Thanks. I am gonna work on it today..I am using Windows platform.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 05-15-2008, 05:46 AM
Member
 
Join Date: May 2008
Posts: 50
Thanks: 13
Thanked 0 Times in 0 Posts
Rep Power: 1
lwilliams114 is on a distinguished road
Default Re: Remove Prices From Front Page?

I found all three files you told me to but I don't know what part of the files to remove to keep from messing up the program. I still want the price and buy button to show but only after someone clicks a catagory and then clicks the image to open up to read the description. That's the time I want them to show up.

Thanks.

Last edited by lwilliams114; 05-15-2008 at 05:50 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 05-15-2008, 09:50 PM
Active Member
 
Join Date: Oct 2005
Location: wherever I happen to be at the moment
Posts: 444
Thanks: 3
Thanked 75 Times in 70 Posts
Rep Power: 6
met00 is just really nicemet00 is just really nicemet00 is just really nicemet00 is just really nice
Default Re: Remove Prices From Front Page?

Look at your front page and your categories page. How many places do you show a price for a product? In every one of those modules you will have to edit the price out if you don't want it to show pricing. The same goes for the buynow buttons.

If the only place you want pricing to show is in the product_info page (where you show your description) there will be a large number of files that you will have to edit to remove display pricing outside of the product_info code.
__________________
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Categories On Front Page oscjww103 osCMax v2 Customization/Mods 5 04-18-2008 07:16 AM
Front Page? justedee osCMax v2 Customization/Mods 1 08-14-2007 09:21 AM
Prices - how to remove? nexx osCMax v2 Customization/Mods 1 03-29-2007 01:32 AM
IP addresses on front page! mikeyboy osCMax v1.7 Discussion 3 01-15-2004 09:57 AM
Am I right about the front page products? elijahweb osCommerce 2.2 Modification Help 5 01-25-2003 12:35 PM


All times are GMT -8. The time now is 05:15 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax