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

Price Break 1.11.3 -- inconsistent display of price breaks across different pages

This is a discussion on Price Break 1.11.3 -- inconsistent display of price breaks across different pages within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; I have the Price Breaks 1.11.3 mod installed, but need some help with tuning it: * The mod will gross ...

      
  1. #1
    Member
    Join Date
    May 2005
    Posts
    43
    Rep Power
    0


    Default Price Break 1.11.3 -- inconsistent display of price breaks across different pages

    I have the Price Breaks 1.11.3 mod installed, but need some help with tuning it:

    * The mod will gross up the price of the single block with sales tax for those in the applicable tax zone, but will not gross up the price for the multiple blocks.
    I don't mind the grossing up, as long as it is consistent across the quantities.

    * The quantity price break table will only show in the product_info.tpl.php (individual product) view, but not in the index_products.tpl.php (category) view, the products_new.tpl.php or bestselling_products.tpl.php.
    It is possible to click the "Buy Now" link from bestselling_products or products_new or index_products and bypass the product_info page where the price breaks are shown.

    I don't mind having a piece of text in the product description for the pages that do not show the price breaks that says "click here to see price breaks".

    But I guess that my preference would be (if I follow the technical well enough) to use the PriceFormatter object, with consistent sales tax treatment, to display the multiple prices on index_products.tpl.php, bestselling_products.tpl.php, products_new.tpl.php. I hope I got the complete list of locations where the price shows before adding to the shopping cart.

    Paul
    OhioBeads.com
    Last edited by argentbeads; 02-19-2007 at 12:05 PM. Reason: Add info re: priceformatter object

  2. #2
    Member
    Join Date
    May 2005
    Posts
    43
    Rep Power
    0


    Default Re: Price Break 1.11.3 -- inconsistent display of price breaks across different pages

    Quote Originally Posted by argentbeads View Post
    I have the Price Breaks 1.11.3 mod installed, but need some help with tuning it:

    * The mod will gross up the price of the single block with sales tax for those in the applicable tax zone, but will not gross up the price for the multiple blocks.
    I don't mind the grossing up, as long as it is consistent across the quantities.

    * The quantity price break table will only show in the product_info.tpl.php (individual product) view, but not in the index_products.tpl.php (category) view, the products_new.tpl.php or bestselling_products.tpl.php...

    Paul
    OhioBeads.com
    I modified the file catalog\includes\modules\product_listing.php.

    I changed line 260 from
    $lc_text = $pf->getPriceStringShort();
    to
    $lc_text = $pf->getPrice();

    That got me the price break prices to show up for the category view.

    No further progress on displaying the price breaks for bestselling products or for new products yet.

    Paul
    OhioBeads.com

Similar Threads

  1. If price = 0.00 dont display price
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 01-12-2007, 09:14 AM
  2. Simple Price break
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 01-09-2007, 04:46 PM
  3. Price Breaks
    By DerekJ in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 02-16-2005, 09:26 AM
  4. Price Break Integration
    By ganast in forum osCMax v1.7 General Mods Discussion
    Replies: 3
    Last Post: 12-22-2004, 12:47 PM
  5. price-break-1.11 with ms2-max 1.5.5
    By fridgemags in forum osCMax v1.7 General Mods Discussion
    Replies: 3
    Last Post: 06-03-2004, 05:47 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
  •