osCmax v2.5 User Manual
Results 1 to 5 of 5

Product Listings Question

This is a discussion on Product Listings Question within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I need your expertise I need to be able to add some products that are only for viewing and not ...

      
  1. #1
    Lurker
    Join Date
    Mar 2009
    Posts
    4
    Rep Power
    0


    Default Product Listings Question

    I need your expertise

    I need to be able to add some products that are only for viewing and not for purchase and some products will be for purchase. Is this possible? I am unable to locate or find out how I do this? Not sure if anyone has done this already?

    Your help is appreciated.

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Product Listings Question

    You could use inventory tracking, set the qty for the view-only products to zero. Then set it to not allow checkout of out of stock items.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Lurker
    Join Date
    Mar 2009
    Posts
    4
    Rep Power
    0


    Smile Re: Product Listings Question

    Hi Michael,

    Thanks for your suggestions.

    updated the items allow checkout false on the view items and I am able to add the item to the cart?

    This message shows up on my view only items. Can I change the message?

    "Products marked with PHOTO NOT FOR SALE don't exist in desired quantity in our stock.

    Please alter the quantity of products marked with (PHOTO NOT FOR SALE), Thank you"

  4. #4
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default Re: Product Listings Question

    Yes you can! Nearly every bit of text is store ether in the DB for dynamic text or like this static text - it is in file in the language directory.

    Specifically shopping_cart.php:
    PHP Code:
    define('OUT_OF_STOCK_CANT_CHECKOUT''Products marked with ' STOCK_MARK_PRODUCT_OUT_OF_STOCK ' don't exist in desired quantity in our stock.<br>Please alter the quantity of products marked with (' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . '), Thank you');
    define('
    OUT_OF_STOCK_CAN_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' don't exist in desired quantity in our stock.<br>You can buy them anyway and check the quantity we have in stock for immediate delivery in the checkout process.');
    ?> 
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  5. #5
    Lurker
    Join Date
    Mar 2009
    Posts
    4
    Rep Power
    0


    Default Re: Product Listings Question

    Thank you !

Similar Threads

  1. Homepage Listings
    By idllc in forum osCMax v2 Features Discussion
    Replies: 0
    Last Post: 06-02-2008, 08:57 AM
  2. images in catalog listings
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 10-18-2007, 07:00 AM
  3. Headers and Footers for Product Listings (product_listing.php)
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 09-17-2007, 01:31 PM
  4. Add Quantity to Listings
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 06-13-2007, 07:12 AM
  5. Catalog Listings - Add pictures?
    By AJ in forum osCommerce 2.2 Modification Help
    Replies: 5
    Last Post: 03-11-2003, 12:53 AM

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
  •