Forums

[plugin: WP e-Commerce] Hide price (4 posts)

  1. julio.rhd
    Member
    Posted 4 months ago #

    Hi, people
    I'm a brazilian webdesigner, so sorry about my fool english :)

    after many plugins found, I found the WP e-Commerce beta.

    But I want to put on my website, not a product list with prices, but only a catalog, with title, description and ratings.

    so, how I leave without price? there's a setting for that? or I have to modify the code?

    Thanks for all

  2. julio.rhd
    Member
    Posted 4 months ago #

    anyone?

  3. 2creeks
    Member
    Posted 3 months ago #

    Hello,
    I am trying to do the same thing. Just list available items without the price.

  4. 2creeks
    Member
    Posted 2 months ago #

    Well, with a little help I figured it out. Within the latest version of e-commerce. You have to make a change to the "marketplace.css" file. It is found in the .../plugins/compras-en-linea/themes/marketplace directory.

    There is a section of code that starts as follows
    p.wpsc_product_price{
    variable: settings;
    }

    At the top of the code block enter this line
    display: none;

    Bye..bye price.

Reply

You must log in to post.

About this Topic