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

Feature suggestion: Price from...

This is a discussion on Feature suggestion: Price from... within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Hi! I have quite a few products in my store, whose base price is 0 and the full price is ...

      
  1. #1
    Member ragerbua's Avatar
    Join Date
    Mar 2010
    Location
    Austria
    Posts
    63
    Rep Power
    9


    1 out of 1 members found this post helpful.

    Lightbulb Feature suggestion: Price from...

    Hi!

    I have quite a few products in my store, whose base price is 0 and the full price is stored in their options.

    The reason why I handle prices this way is that I have never seen a web shop which presents its prices in the standard +/- oscommerce way. I did not ask a lawyer, but I have the feeling that this might be not even legal in Europe. Anyway, the problem is that the product is listed everywhere with its zero base price. This does not look good and definitely causes a legal problem.

    What I'd love to see in osCmax is something like price from in product_info.php contribution.

    Or maybe it is easier to extend the already present "ask for price" functionality and add the minimum price to the text output? Products with multiple options should be also handled correctly, of course.

    What do you think?

    Best regards
    ragerbua

  2. #2
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Thumbs up Re: Feature suggestion: Price from...

    Putting a base price of zero IS misleading. I can't see anything wrong in making your base price the minimum, then only adding for attributes (i.e. no subtraction).
    I agree though, that a price from is useful but maybe not for everyone - an optional install module?
    That particular contribution is pretty 'raw' and requires updating, plus the inclusion of multilingual capabilities. That wouldn't take long to do.
    A good find, in my opinion.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  3. #3
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    1 out of 1 members found this post helpful.

    Default Re: Feature suggestion: Price from...

    The priceformatter class should do this for you ... take a look at the MRSP code at the top of the file for the min / max prices and switch accordingly.

    Something like:

    <?php
    $lo_product_price = $pf->getLowPrice();
    echo "From: " . $lo_product_price;
    ?>
    Regards,

    Regards,
    pgmarshall
    _______________________________

  4. #4
    Member ragerbua's Avatar
    Join Date
    Mar 2010
    Location
    Austria
    Posts
    63
    Rep Power
    9


    Default Re: Feature suggestion: Price from...

    Thanks for the hint

Similar Threads

  1. [osCmax v2.5x] feature request - feature products optional for detailed product page
    By blackhawk in forum osCmax v2 Customization/Mods
    Replies: 8
    Last Post: 01-16-2011, 01:52 PM
  2. Suggestion plz
    By hmoner in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 08-29-2004, 08:09 PM
  3. Any suggestion.....&
    By Adler in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 07-08-2004, 10:22 AM
  4. PWA suggestion
    By dmiles in forum osCMax v1.7 General Mods Discussion
    Replies: 1
    Last Post: 06-03-2004, 05:39 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
  •