Results 1 to 2 of 2

Shopping_cart.php

This is a discussion on Shopping_cart.php within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; I have a site I am working on that has several items that I use a size attribute to determine ...

      
  1. #1
    Lurker
    Join Date
    Oct 2004
    Posts
    2
    Rep Power
    0


    Default Shopping_cart.php

    I have a site I am working on that has several items that I use a size attribute to determine price. This is an Oriental rug store and we have several different collections and the sizes differ for each collection.

    What I have done is set the product price to zero and use an attribute to set prices. I am looking for a way to set the price display to blank if the product price is set to $0.00.

    http://laminateking.com is the address and click on rugs category to see sample of what I am doing.

    I am kinda new to php so I am hoping to be able to get some suggestions here...

  2. #2
    Member
    Join Date
    Sep 2004
    Posts
    62
    Rep Power
    0


    Default RE: Shopping_cart.php

    if ($price != 0.00) {
    // show the price
    }

    place something like that in your code?
    ( != means IS NOT)

Similar Threads

  1. getting odd sql shopping_cart.php
    By thinkweb in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 02-07-2005, 12:30 PM
  2. shopping_cart
    By philou83 in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 11-17-2004, 06:44 AM
  3. Send email from shopping_cart.php
    By neil in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 01-29-2004, 02:45 PM
  4. Changing Code in shopping_cart.php
    By JaaMor in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 11-13-2003, 09:27 PM
  5. Modification to shopping_cart.php box needed...
    By atech in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 09-03-2003, 06:25 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
  •