Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2006
    Posts
    135
    Plugin Contributions
    0

    Default How to change "more info" to the price value

    Hi everybody

    When i have added downloadable products, I cannot see prices on the product pages, but "more info". How can I get the prices displayed?

    Thanks

    A

  2. #2
    Join Date
    Aug 2005
    Posts
    26,245
    Plugin Contributions
    9

    Default Re: How to change "more info" to the price value

    A url link to the page in question assists greatly...I am guessing that what you are referring to is actually the product listing pages...

    Admin > config > product listing > Display Product Price/Add to Cart > set to 1 or 2 as this controls the placement and the display of price
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Oct 2006
    Posts
    135
    Plugin Contributions
    0

    Default Re: How to change "more info" to the price value

    It is not that simple. It works fine unless I add attributes for downloadable products. it is controlled by the line 114 of includes/modules/product_listing.php" i.e.

    if (
    zen_has_product_attributes($listing->fields['products_id']) or PRODUCT_LIST_PRICE_BUY_NOW == '0')

    I have managed to fix it removing the 1st part of the condition. It seems that it cannot be configured via the control panel, because it is conditioned upon any product attributes. Please, correct me if i am wrong

  4. #4
    Join Date
    Jun 2003
    Posts
    33,825
    Plugin Contributions
    0

    Default Re: How to change "more info" to the price value

    You are correct. The prices and buy now are not shown when there are sattributes because the customer has to make some sort of decision about the product before it can be added to the cart.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

 

 

Similar Threads

  1. Replies: 37
    Last Post: 7 Jul 2008, 07:17 PM
  2. Price attributes...please help
    By jaxbo in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 7 Nov 2006, 01:48 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
  •