Results 1 to 8 of 8

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? ...

      
  1. #1
    Member
    Join Date
    May 2008
    Posts
    50
    Rep Power
    4


    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,

  2. #2
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    21


    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

  3. #3
    Member
    Join Date
    May 2008
    Posts
    50
    Rep Power
    4


    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 09:11 AM. Reason: wrong link to website

  4. #4
    Member
    Join Date
    May 2008
    Posts
    50
    Rep Power
    4


    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

  5. #5
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    21


    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 &#37;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

  6. #6
    Member
    Join Date
    May 2008
    Posts
    50
    Rep Power
    4


    Default Re: Remove Prices From Front Page?

    Thanks. I am gonna work on it today..I am using Windows platform.

  7. #7
    Member
    Join Date
    May 2008
    Posts
    50
    Rep Power
    4


    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 06:50 AM.

  8. #8
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    21


    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

Similar Threads

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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •