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

How to remove scratch price from special products

This is a discussion on How to remove scratch price from special products within the osCMax v1.7 General Mods Discussion forums, part of the osCmax v1.7 Forums category; hi, Dose anyone know? How to remove the scratch price from special products? I have to remove the scratch price ...

      
  1. #1
    Lurker
    Join Date
    Dec 2008
    Posts
    1
    Rep Power
    0


    Default How to remove scratch price from special products

    hi,

    Dose anyone know? How to remove the scratch price from special products?
    I have to remove the scratch price from special products.Can you please help me to solve this issue?
    I would really apprecitate to you.


    Regards,
    Pads
    Last edited by padma; 12-04-2008 at 01:35 AM.

  2. #2
    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: How to remove scratch price from special products

    Scratch price?
    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!

  3. #3
    Active Member
    Join Date
    Jun 2008
    Posts
    195
    Rep Power
    4


    Default Re: How to remove scratch price from special products

    And again, someone posts with a question... in a "language" understood by them, but not others. (And never came back here...possibly because of "language barrier & interpretation" without proper clarification.

    I would suspect that this poster was simply asking how to "remove" the PRICE that SHOWS with a "line" drawn thru it, once an "item" has been marked as a "special"

    I admit, that the "bold red" does the job, and the "line thru" aka >Scratch Price...could actually be less bold going thru it...

    His language? Scratch = "Scratched Out"

    Others? = "Line Thru Price"

    Image attached for clarification:

    Last edited by trochia; 02-10-2009 at 06:12 AM.

  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: How to remove scratch price from special products

    You mean "strikethough" or "line-through". Edit your CSS - in this case it is inline CSS in the specials.tpl.php file

    Should look something like:

    PHP Code:
          echo '            <td align="center" width="33%" class="smallText"><a href="' tep_href_link(FILENAME_PRODUCT_INFO'products_id=' $specials[$x]['products_id']) . '">' tep_image(DIR_WS_IMAGES $specials[$x]['products_image'], $specials[$x]['products_name'], SMALL_IMAGE_WIDTHSMALL_IMAGE_HEIGHT) . '</a><br><a href="' tep_href_link(FILENAME_PRODUCT_INFO'products_id=' $specials[$x]['products_id']) . '">' $specials[$x]['products_name'] . '</a><br><span style="text-decoration:line-through">' $currencies->display_price($specials[$x]['products_price'], tep_get_tax_rate($specials[$x]['products_tax_class_id'])) . '</span><br><span class="productSpecialPrice">' $currencies->display_price($specials[$x]['specials_new_products_price'], tep_get_tax_rate($specials[$x]['products_tax_class_id'])) . '</span></td>' "n"
    Look for:
    PHP Code:
    <span style="text-decoration:line-through"
    Edit however you need.
    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
    Active Member
    Join Date
    Jun 2008
    Posts
    195
    Rep Power
    4


    Default Re: How to remove scratch price from special products

    Thank-you, but I was just pointing out here, that "padma" (pads) the first poster...was (I think) in search of how to do this. Yet? He had never posted again..

    Now? The whole world nows how to change it!! Thank's to JPF

Similar Threads

  1. Special Price Per Customer (SPPC) Report
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 06-15-2007, 10:00 AM
  2. Special Price after membership
    By lem in forum osCMax v1.7 General Mods Discussion
    Replies: 3
    Last Post: 04-13-2005, 06:08 AM
  3. osCommerce MS2Max from scratch - Urgent help needed!
    By pram0310 in forum osCMax v1.7 Installation
    Replies: 3
    Last Post: 12-02-2004, 06:22 AM
  4. Emergency!!! Special switches to full price
    By lueung in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 04-20-2004, 08:53 PM
  5. Quantity to order on Special, New Products, Category ...
    By doug in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 01-02-2003, 04:58 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
  •